source: projects/specs/trunk/lib/libg/libgsf/libgsf-vl.spec @ 9803

Revision 9803, 7.0 KB checked in by Takemikaduchi, 8 years ago (diff)

chromium, pciutils, mesa: new upstream release
others: fix spec file

Line 
1Summary: GNOME Structured File library
2Summary(ja): GNOME 構造化ファイルライブラリ
3
4Name: libgsf
5Version: 1.14.34
6Release: 2%{?_dist_release}
7Group: System Environment/Libraries
8License: GPL
9
10Source: libgsf-%{version}.tar.xz
11URL: http://ftp.gnome.org/pub/gnome/sources/libgsf/
12
13Buildroot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: glib2-devel >= 2.26.0
15BuildRequires: libxml2-devel >= 2.4.16
16BuildRequires: gobject-introspection-devel
17BuildRequires: gdk-pixbuf2-devel
18BuildRequires: bzip2-devel
19BuildRequires: zlib-devel
20BuildRequires: popt-devel
21
22Vendor: Project Vine
23Distribution: Vine Linux
24Packager: Takemikaduchi
25
26%description
27A library for reading and writing structured files (eg MS OLE and Zip)
28
29%description -l ja
30構造化ファイル (例:MS OLE や Zip) を読み書きするためのライブラリです.
31
32%package devel
33Summary: Support files necessary to compile applications with libgsf.
34Summary(ja): libgsf を使ったソフトのコンパイルに必要なファイル
35Group: Development/Libraries
36Requires: %{name} = %{version}-%{release}
37Requires: glib2-devel >= 2.26.0
38Requires: libxml2-devel >= 2.4.16
39
40%description devel
41Libraries, headers, and support files necessary to compile applications
42using libgsf.
43
44%description -l ja devel
45libgsf を使ったアプリケーションのコンパイルに必要なライブラリ,
46ヘッダファイルなどです.
47
48%prep
49%setup -q
50
51%build
52%configure \
53        --disable-static \
54        --enable-introspection \
55        --disable-schemas-install
56make
57
58%install
59if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
60
61make install DESTDIR=$RPM_BUILD_ROOT
62
63rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
64
65%find_lang %{name}
66
67%clean
68if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
69
70%post -p /sbin/ldconfig
71
72%postun -p /sbin/ldconfig
73
74%files -f %{name}.lang
75%defattr(-,root,root,-)
76%doc AUTHORS COPYING COPYING.LIB ChangeLog README
77%attr(755, root, root) %{_bindir}/gsf
78%attr(755, root, root) %{_bindir}/gsf-office-thumbnailer
79%attr(755, root, root) %{_bindir}/gsf-vba-dump
80%{_libdir}/lib*.so.*
81%{_libdir}/girepository-1.0/Gsf-1.typelib
82%{_datadir}/thumbnailers/gsf-office.thumbnailer
83%{_mandir}/man1/*
84
85%files devel
86%defattr(-,root,root,-)
87%{_libdir}/lib*.so
88%{_libdir}/pkgconfig/*.pc
89%{_includedir}/libgsf-1
90%{_datadir}/gir-1.0/Gsf-1.gir
91%{_datadir}/gtk-doc/html/gsf
92
93%changelog
94* Thu Nov 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.34-2
95- fix spec file
96
97* Fri Jul 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.34-1
98- new upstream release
99
100* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.33-1
101- new upstream release
102
103* Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.32-1
104- new upstream release
105
106* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.31-1
107- new upstream release
108
109* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.30-1
110- new upstream release
111
112* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.29-1
113- new upstream release
114
115* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.28-2
116- rebuild with VineSeed environment
117
118* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.28-1
119- new upstream release
120
121* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.27-1
122- new upstream release
123
124* Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.26-1
125- new upstream release
126- remove BuildRequires: python-devel, pygtk2-devel, pygobject-devel
127
128* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.25-1
129- new upstream release
130
131* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.24-1
132- new upstream release
133
134* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.23-1
135- new upstream release
136- add BuildRequires: gobject-introspection-devel, gdk-pixbuf2-devel
137
138* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-2
139- rebuild with python-2.7.2
140
141* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-1
142- new upstream release
143
144* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.21-1
145- new upstream release
146
147* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.20-1
148- new upstream release
149
150* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.19-1
151- new upstream release
152
153* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 1.14.18-2
154- build with rpm-4.8.1-1 for pkg-config file
155
156* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.18-1
157- new upstream release
158
159* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.17-1
160- new upstream release
161- add BuildRequires: popt-devel
162
163* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.14.13-2
164- rebuilt with python-2.6.4
165
166* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.13-1
167- new upstream release
168- removed static libraries
169
170* Wed Apr  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.11-1
171- new upstream release
172
173* Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.10-1
174- new upstream release
175
176* Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-1
177- new upstream release
178- added BuildRequires: pygtk2-devel, pygobject-devel
179
180* Mon Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-1
181- applied new versioning policy
182- rebuilt with python-2.5.2
183- spec in UTF-8
184
185* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-0vl1
186- new upstream release
187
188* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.7-0vl1
189- new upstream release
190
191* Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.5-0vl1
192- new upstream release
193- removed GConf2 dependancy
194
195* Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.4-0vl1
196- new upstream release
197
198* Wed Dec  6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.3-0vl1
199- new upstream release (includes security fix CVE-2006-4514)
200
201* Wed May 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.1-0vl1
202- new upstream release
203
204* Tue Mar  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.0-0vl1
205- new upstream release
206
207* Mon Nov  7 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.13.3-0vl1
208- new upstream release
209- updated Japanese summary and description
210- install schemas in %post section
211
212* Sat Jun 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.0-0vl1
213- new upstream release
214
215* Fri Nov 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-0vl1
216- new upstream release
217- added Japanese summary
218
219* Thu May  6 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.0-0vl1
220- new upstream release
221
222* Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.2-0vl1
223- new upstream release
224- fixed URL
225
226* Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl1
227- rebuilt for Vine
228- updated to 1.8.1
229
230* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
231- rebuilt
232
233* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
234- add proper ldconfig calls
235
236* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
237- rebuilt
238
239* Fri Jan  3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
240- fix requires
241
242* Thu Jan  2 2003 Jonathan Blandford <jrb@redhat.com>
243- import into the build system
244
245* Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
246- set permission correctly
247- fix common mistake of Copyright flag into License flag.
248
249* Thu May 23 2002 Jody Goldberg <jody@gnome.org>
250- Initial version
Note: See TracBrowser for help on using the repository browser.