/[smeserver]/rpms/libgsf/sme8/libgsf.spec
ViewVC logotype

Annotation of /rpms/libgsf/sme8/libgsf.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Sat Feb 6 20:43:27 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: libgsf-1_14_1-6_1_el5_sme
Changes since 1.1: +6 -6 lines
* Sat Feb 6 2010 Shad L. Lords <slords@mail.com> - 1.14.1-6.1.sme
- Remove dependencies on gnome to reduce dependencies [SME: 2826]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed