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

Revision 6084, 5.9 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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