1 |
slords |
1.3 |
# $Id$ |
2 |
|
|
|
3 |
slords |
1.1 |
Summary: GNOME Structured File library |
4 |
|
|
Name: libgsf |
5 |
|
|
Version: 1.14.1 |
6 |
slords |
1.2 |
Release: 6.1%{?dist} |
7 |
slords |
1.1 |
Group: System Environment/Libraries |
8 |
|
|
License: LGPL |
9 |
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.bz2 |
10 |
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root |
11 |
|
|
Requires: glib2 >= 2.2.0 |
12 |
|
|
BuildRequires: glib2-devel >= 2.2.0, perl-XML-Parser |
13 |
slords |
1.2 |
BuildRequires: libtool, libxml2-devel, bzip2-devel, gettext |
14 |
slords |
1.1 |
|
15 |
|
|
Patch0: libgsf_CVE-2006-4514.patch |
16 |
|
|
|
17 |
|
|
Obsoletes: libgsf113 |
18 |
|
|
|
19 |
|
|
%description |
20 |
|
|
A library for reading and writing structured files (eg MS OLE and Zip) |
21 |
|
|
|
22 |
|
|
%package devel |
23 |
|
|
Summary: Support files necessary to compile applications with libgsf. |
24 |
|
|
Group: Development/Libraries |
25 |
|
|
Requires: libgsf = %{version}-%{release} |
26 |
|
|
# pkgconfig |
27 |
|
|
Requires: glib2-devel |
28 |
|
|
Requires: libxml2-devel |
29 |
|
|
# headers included |
30 |
|
|
Requires: gnome-vfs2-devel |
31 |
|
|
Obsoletes: libgsf113-devel |
32 |
|
|
|
33 |
|
|
%description devel |
34 |
|
|
Libraries, headers, and support files necessary to compile applications using libgsf. |
35 |
|
|
|
36 |
|
|
%prep |
37 |
|
|
%setup -q |
38 |
|
|
%patch0 -p1 -b libgsf_CVE-2006-4514.patch |
39 |
|
|
|
40 |
|
|
%build |
41 |
slords |
1.2 |
%configure --disable-gtk-doc --without-gnome |
42 |
slords |
1.1 |
make %{?_smp_mflags} |
43 |
|
|
|
44 |
|
|
%install |
45 |
|
|
rm -rf $RPM_BUILD_ROOT |
46 |
|
|
%makeinstall |
47 |
|
|
%find_lang libgsf |
48 |
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la |
49 |
|
|
|
50 |
|
|
%post -p /sbin/ldconfig |
51 |
|
|
|
52 |
|
|
%postun -p /sbin/ldconfig |
53 |
|
|
|
54 |
|
|
%files -f libgsf.lang |
55 |
|
|
%defattr(-,root,root) |
56 |
|
|
%doc AUTHORS COPYING README |
57 |
|
|
%{_libdir}/lib*.so.* |
58 |
|
|
%{_mandir}/man1/gsf-office-thumbnailer.1.gz |
59 |
|
|
|
60 |
|
|
%files devel |
61 |
|
|
%defattr(-,root,root) |
62 |
|
|
%{_libdir}/*.a |
63 |
|
|
%{_libdir}/*.so |
64 |
|
|
%{_libdir}/pkgconfig/*.pc |
65 |
|
|
%{_includedir}/libgsf-1 |
66 |
|
|
%{_datadir}/gtk-doc/html/gsf |
67 |
|
|
|
68 |
|
|
%clean |
69 |
|
|
rm -r $RPM_BUILD_ROOT |
70 |
|
|
|
71 |
|
|
%changelog |
72 |
slords |
1.2 |
* Sat Feb 6 2010 Shad L. Lords <slords@mail.com> - 1.14.1-6.1.sme |
73 |
|
|
- Remove dependencies on gnome to reduce dependencies [SME: 2826] |
74 |
|
|
|
75 |
slords |
1.1 |
* Wed Dec 13 2006 Caolan McNamara <caolanm@redhat.com> - 1.14.1-6.1 |
76 |
|
|
- CVE-2006-4514 heap overflow |
77 |
|
|
|
78 |
|
|
* Fri Jul 14 2006 Bill Nottingham <notting@redhat.com> - 1.14.1-6 |
79 |
|
|
- gnome-vfs2-devel no longer requires libbonobo-devel; add it as a buildreq |
80 |
|
|
|
81 |
|
|
* Wed Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 1.14.1-5 |
82 |
|
|
- rebuild |
83 |
|
|
- add missing br gettext |
84 |
|
|
|
85 |
|
|
* Mon May 29 2006 Caolan McNamara <caolanm@redhat.com> 1.14.1-4 |
86 |
|
|
- rh#193417# Add BuildRequires perl-XML-Parser |
87 |
|
|
|
88 |
|
|
* Tue May 23 2006 Caolan McNamara <caolanm@redhat.com> 1.14.1-3 |
89 |
|
|
- rh#192707# disable rebuilding of gtk-doc so as to allow multi-arch devel |
90 |
|
|
|
91 |
|
|
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> 1.14.1-2 |
92 |
|
|
- Update to 1.14.1 |
93 |
|
|
|
94 |
|
|
* Mon Mar 20 2006 Caolan McNamara <caolanm@redhat.com> 1.14.0-1 |
95 |
|
|
- next version |
96 |
|
|
|
97 |
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.13.3-2.2.1 |
98 |
|
|
- bump again for double-long bug on ppc(64) |
99 |
|
|
|
100 |
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.13.3-2.2 |
101 |
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes |
102 |
|
|
|
103 |
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
104 |
|
|
- rebuilt |
105 |
|
|
|
106 |
|
|
* Mon Dec 5 2005 Caolan McNamara <caolanm@redhat.com> 1.13.3-2 |
107 |
|
|
- rh#172062# Obsolete extras libgsf113 |
108 |
|
|
|
109 |
|
|
* Fri Dec 2 2005 Matthias Clasen <mclasen@redhat.com> 1.13.3-1 |
110 |
|
|
- Update to 1.13.3 |
111 |
|
|
|
112 |
|
|
* Tue Sep 20 2005 Caolan McNamara <caolanm@redhat.com> 1.12.3-1 |
113 |
|
|
- bump to next version |
114 |
|
|
- add manpage for gsf-office-thumbnailer |
115 |
|
|
|
116 |
|
|
* Fri Aug 26 2005 Caolan McNamara <caolanm@redhat.com> 1.12.2-1 |
117 |
|
|
- bump to latest version |
118 |
|
|
|
119 |
|
|
* Wed Jun 15 2005 Caolan McNamara <caolanm@redhat.com> 1.12.1-1 |
120 |
|
|
- bump to latest version |
121 |
|
|
|
122 |
|
|
* Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> 1.12.0-1 |
123 |
|
|
- bump to latest version |
124 |
|
|
- clean spec |
125 |
|
|
|
126 |
|
|
* Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> 1.11.1-2 |
127 |
|
|
- rebuild with gcc4 |
128 |
|
|
|
129 |
|
|
* Thu Dec 16 2004 Caolan McNamara <caolanm@redhat.com> 1.11.1-1 |
130 |
|
|
- upgrade to 1.11.1 |
131 |
|
|
|
132 |
|
|
* Tue Aug 31 2004 Caolan McNamara <caolanm@redhat.com> 1.10.1-1 |
133 |
|
|
- upgrade to 1.10.1 |
134 |
|
|
|
135 |
|
|
* Wed Aug 18 2004 Caolan McNamara <caolanm@redhat.com> 1.10.0-1 |
136 |
|
|
- upgrade to 1.10.0 |
137 |
|
|
|
138 |
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> |
139 |
|
|
- rebuilt |
140 |
|
|
|
141 |
|
|
* Thu May 6 2004 Dams <anvil[AT]livna.org> 1.9.0-2 |
142 |
|
|
- -devel now requires libgsf=version-release |
143 |
|
|
- Added smp_mflags |
144 |
|
|
- Fixed double included .so files |
145 |
|
|
|
146 |
|
|
* Wed May 5 2004 Caolan McNamara <caolanm@redhat.com> 1.9.0-1 |
147 |
|
|
* upgrade to 1.9.0 to get crash fixes |
148 |
|
|
|
149 |
|
|
* Sun Apr 11 2004 Warren Togami <wtogami@redhat.com> 1.8.2-3 |
150 |
|
|
- BR libtool libxml2-devel gnome-vfs2-devel bzip2-devel |
151 |
|
|
- -devel req glib2-devel libxml2-devel gnome-vfs2-devel |
152 |
|
|
|
153 |
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> |
154 |
|
|
- rebuilt |
155 |
|
|
|
156 |
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> |
157 |
|
|
- rebuilt |
158 |
|
|
|
159 |
|
|
* Mon Jan 12 2004 Jonathan Blandford <jrb@redhat.com> 1.8.2-1 |
160 |
|
|
- make $includedir/libgsf-1 owned by -devel |
161 |
|
|
|
162 |
|
|
* Fri Sep 19 2003 Havoc Pennington <hp@redhat.com> 1.8.2-1 |
163 |
|
|
- 1.8.2 |
164 |
|
|
|
165 |
|
|
* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> |
166 |
|
|
- rebuild |
167 |
|
|
|
168 |
|
|
* Wed Aug 6 2003 Elliot Lee <sopwith@redhat.com> 1.8.1-5 |
169 |
|
|
- Fix libtool |
170 |
|
|
|
171 |
|
|
* Sat Jul 12 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-4 |
172 |
|
|
- use system libtool so that lib64 library deps are correct |
173 |
|
|
|
174 |
|
|
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-3 |
175 |
|
|
- forcibly disable gtk-doc (openjade is broken on s390) |
176 |
|
|
|
177 |
|
|
* Mon Jul 7 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-2 |
178 |
|
|
- ldconfig in %%post/%%postun |
179 |
|
|
|
180 |
|
|
* Sun Jul 6 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-1 |
181 |
|
|
- use standard macros |
182 |
|
|
- build for Red Hat Linux |
183 |
|
|
|
184 |
|
|
* Tue May 13 2003 Rui M. Seabra <rms@407.org> |
185 |
|
|
- fix spec to reflect current stat of the build |
186 |
|
|
|
187 |
|
|
* Tue Jun 18 2002 Rui M. Seabra <rms@407.org> |
188 |
|
|
- set permission correctly |
189 |
|
|
- fix common mistake of Copyright flag into License flag. |
190 |
|
|
|
191 |
|
|
* Thu May 23 2002 Jody Goldberg <jody@gnome.org> |
192 |
|
|
- Initial version |