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

Revision 5701, 5.7 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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