source: trunk/third/eel/eel.spec @ 18614

Revision 18614, 5.0 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18613, which included commits to RCS files with non-trunk default branches.
Line 
1%define __spec_install_post /usr/lib/rpm/brp-compress
2Name:             eel2
3Summary:          Eazel Extensions Library.
4Version:          2.2.0.2
5Release:          1
6License:          GPL
7Group:            System Environment/Libraries
8Source:           eel-%{version}.tar.gz
9Source2:          fixed-ltmain.sh
10URL:              http://nautilus.eazel.com/
11BuildRoot:        %{_tmppath}/%{name}-%{version}-root
12BuildRequires:    pkgconfig >= 0.8
13Requires:         GConf2 >= 1.1.11
14Requires:         gtk2 >= 2.1.0
15Requires:         glib2 >= 2
16Requires:         gnome-vfs2 >= 1.9
17Requires:         libart_lgpl >= 2.3.8
18Requires:         libgnome >= 2.0
19Requires:         libgnomeui >= 2.0
20Requires:         libxml2 >= 2.4.7
21Prereq:           GConf2
22BuildRequires:    GConf2-devel >= 1.1.11
23BuildRequires:    gtk2-devel >= 2.1.0
24BuildRequires:    glib2-devel >= 2
25BuildRequires:    gnome-vfs2-devel >= 1.9
26BuildRequires:    libart_lgpl-devel >= 2.3.8
27BuildRequires:    libgnome-devel >= 2.0
28BuildRequires:    libgnomeui-devel >= 2.0
29BuildRequires:    libxml2-devel >= 2.4.7
30
31
32%description
33Eazel Extensions Library is a collection of widgets and functions for
34use with GNOME.
35
36%package devel
37Summary:          Libraries and include files for developing with Eel.
38Group:            Development/Libraries
39Requires:         %{name} = %{version}
40Requires:         pkgconfig >= 0.8
41Requires:         GConf2 >= 1.1.11
42Requires:         GConf2-devel >= 1.1.11
43Requires:         gtk2 >= 2.1.0
44Requires:         gtk2-devel >= 2.1.0
45Requires:         glib2 >= 2
46Requires:         glib2-devel >= 2
47Requires:         gnome-vfs2 >= 1.9
48Requires:         gnome-vfs2-devel >= 1.9
49Requires:         libart_lgpl >= 2.3.8
50Requires:         libart_lgpl-devel >= 2.3.8
51Requires:         libgnome >= 2.0
52Requires:         libgnome-devel >= 2.0
53Requires:         libgnomeui >= 2.0
54Requires:         libgnomeui-devel >= 2.0
55Requires:         libxml2 >= 2.4.7
56Requires:         libxml2-devel >= 2.4.7
57
58
59%description devel
60This package provides the necessary development libraries and include
61files to allow you to develop with Eel.
62
63%prep
64%setup -q -n eel-%{version}
65
66%build
67rm ltmain.sh && cp %{SOURCE2} ltmain.sh
68%configure
69
70make
71
72%install
73rm -rf $RPM_BUILD_ROOT
74%makeinstall
75
76%find_lang eel-2.0
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%post -p /sbin/ldconfig
82
83%postun -p /sbin/ldconfig
84
85%files -f eel-2.0.lang
86
87%defattr(-,root,root)
88%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README
89%{_libdir}/*.so*
90
91%files devel
92%defattr(-,root,root)
93%{_libdir}/*.so
94%{_libdir}/*a
95%{_libdir}/pkgconfig
96%{_includedir}/eel-2
97
98%changelog
99* Tue Mar 05 2002 Chris Chabot <chabotc@reviewboard.com>
100- Fixed last small format items
101- Converted to .spec.in
102- Added deps
103
104* Mon Feb 04 2002 Roy-Magne Mo <rmo@sunnmore.net>
105- Fixed lang
106
107* Sun Jan 20 2002 Chris Chabot <chabotc@reviewboard.com>
108- Various cleanups
109- moved build path from hard coded to _tmppath
110
111* Sat Jan 19 2002 Chris Chabot <chabotc@reviewboard.com>
112- Bumped version to 1.1.2
113
114* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
115- Eel version 2 package created
116
117* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
118- 1.0.2
119
120* Wed Aug 29 2001 Alex Larsson <alexl@redhat.com>
121- Added new font with cyrrilic glyphs from
122- ftp://ftp.gnome.ru/fonts/urw/
123- This closes #52772
124
125* Mon Aug 27 2001 Alex Larsson <alexl@redhat.com> 1.0.1-18
126- Add patch to fix #52348
127
128* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
129- Applied patch from CVS to try fixing #51965
130
131* Wed Aug 22 2001 Havoc Pennington <hp@redhat.com>
132- Applied patch to handle multibyte chars in
133eel_string_ellipsize - hopefully fixes #51710
134
135* Fri Aug 17 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-15
136- Fixed the default font patch. It crashed on 64bit arch.
137
138* Tue Aug 14 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-13
139- Fixed EelScalableFont to not keep reloading fonts
140- all the time.
141
142* Fri Aug  3 2001 Owen Taylor <otaylor@redhat.com>
143- Fix problems with EelImageChooser widget and Japanese
144
145* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
146- Get some fixes from CVS head, one that segfaulted ia64.
147- This also moves the include file into a eel-1 dir, so that
148- it can later coexist with eel 2.0.
149
150* Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
151- Fixes for efficiency of background drawing
152
153* Tue Jul 24 2001 Akira TAGOH <tagoh@redhat.com> 1.0.1-7
154- fixed typo in patch. oops.
155
156* Mon Jul 23 2001 Akira TAGOH <tagoh@redhat.com> 1.0.1-6
157- fixed choose the default font with every locale.
158
159* Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
160- own some directories we didn't before
161
162* Sun Jul 08 2001 Tim Powers <timp@redhat.com>
163- cleaned up files list so that the defattr is doing something
164sensible and not leaving out the docs
165- moved changelog to the end of the specfile
166
167* Fri Jul 06 2001 Alexander Larsson <alla@redhat.com>
168- Removed docdir and cleaned up specfile a bit.
169
170* Fri Jul 06 2001 Alexander Larsson <alla@redhat.com>
171- Updated to 1.0.1
172
173* Wed May 09 2001 Jonathan Blandford <jrb@redhat.com>
174- Add to Red Hat build system
175
176* Wed Apr 04 2000 Ramiro Estrugo <ramiro@eazel.com>
177- created this thing
Note: See TracBrowser for help on using the repository browser.