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

Revision 7119, 6.1 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

Line 
1Summary: GNOME Structured File library
2Summary(ja): GNOME 構造化ファイルライブラリ
3
4Name: libgsf
5Version: 1.14.25
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 \
55        --disable-static \
56        --enable-introspection \
57        --disable-schemas-install \
58        --with-python
59make
60
61%install
62if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
63
64make install DESTDIR=$RPM_BUILD_ROOT
65
66rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
67rm -f $RPM_BUILD_ROOT%{python_sitearch}/gsf/*.la
68
69%find_lang %{name}
70
71%clean
72if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
73
74%post -p /sbin/ldconfig
75
76%postun -p /sbin/ldconfig
77
78%files -f %{name}.lang
79%defattr(644,root,root,755)
80%doc AUTHORS COPYING COPYING.LIB ChangeLog README
81%attr(755, root, root) %{_bindir}/gsf
82%attr(755, root, root) %{_bindir}/gsf-office-thumbnailer
83%attr(755, root, root) %{_bindir}/gsf-vba-dump
84%{_libdir}/lib*.so.*
85%{_libdir}/girepository-1.0/Gsf-1.typelib
86%{python_sitelib}/gsf/*.py*
87%{python_sitearch}/gsf/_gsfmodule.so
88%{_datadir}/thumbnailers/gsf-office.thumbnailer
89%{_mandir}/man1/*
90
91%files devel
92%defattr(644,root,root,755)
93%{_libdir}/lib*.so
94%{_libdir}/pkgconfig/*.pc
95%{_includedir}/libgsf-1
96%{_datadir}/gir-1.0/Gsf-1.gir
97%{_datadir}/gtk-doc/html/gsf
98
99%changelog
100* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.25-1
101- new upstream release
102
103* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.24-1
104- new upstream release
105
106* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.23-1
107- new upstream release
108- add BuildRequires: gobject-introspection-devel, gdk-pixbuf2-devel
109
110* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-2
111- rebuild with python-2.7.2
112
113* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-1
114- new upstream release
115
116* Sun Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.21-1
117- new upstream release
118
119* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.20-1
120- new upstream release
121
122* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.19-1
123- new upstream release
124
125* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 1.14.18-2
126- build with rpm-4.8.1-1 for pkg-config file
127
128* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.18-1
129- new upstream release
130
131* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.17-1
132- new upstream release
133- add BuildRequires: popt-devel
134
135* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.14.13-2
136- rebuilt with python-2.6.4
137
138* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.13-1
139- new upstream release
140- removed static libraries
141
142* Wed Apr  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.11-1
143- new upstream release
144
145* Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.10-1
146- new upstream release
147
148* Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-1
149- new upstream release
150- added BuildRequires: pygtk2-devel, pygobject-devel
151
152* Sun Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-1
153- applied new versioning policy
154- rebuilt with python-2.5.2
155- spec in UTF-8
156
157* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-0vl1
158- new upstream release
159
160* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.7-0vl1
161- new upstream release
162
163* Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.5-0vl1
164- new upstream release
165- removed GConf2 dependancy
166
167* Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.4-0vl1
168- new upstream release
169
170* Wed Dec  6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.3-0vl1
171- new upstream release (includes security fix CVE-2006-4514)
172
173* Wed May 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.1-0vl1
174- new upstream release
175
176* Sun Mar  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.0-0vl1
177- new upstream release
178
179* Mon Nov  7 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.13.3-0vl1
180- new upstream release
181- updated Japanese summary and description
182- install schemas in %post section
183
184* Sat Jun 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.0-0vl1
185- new upstream release
186
187* Fri Nov 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-0vl1
188- new upstream release
189- added Japanese summary
190
191* Thu May  6 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.0-0vl1
192- new upstream release
193
194* Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.2-0vl1
195- new upstream release
196- fixed URL
197
198* Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl1
199- rebuilt for Vine
200- updated to 1.8.1
201
202* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
203- rebuilt
204
205* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
206- add proper ldconfig calls
207
208* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
209- rebuilt
210
211* Fri Jan  3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
212- fix requires
213
214* Thu Jan  2 2003 Jonathan Blandford <jrb@redhat.com>
215- import into the build system
216
217* Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
218- set permission correctly
219- fix common mistake of Copyright flag into License flag.
220
221* Thu May 23 2002 Jody Goldberg <jody@gnome.org>
222- Initial version
Note: See TracBrowser for help on using the repository browser.