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

Revision 5335, 5.7 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1Summary: GNOME Structured File library
2Summary(ja): GNOME 構造化ファイルライブラリ
3
4Name: libgsf
5Version: 1.14.22
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.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%{_libdir}/python?.?/site-packages/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%ifarch x86_64
84%{_prefix}/lib/python?.?/site-packages/gsf
85%endif
86%{_libdir}/python?.?/site-packages/gsf
87%{_datadir}/thumbnailers/gsf-office.thumbnailer
88%{_mandir}/man1/*
89
90%files devel
91%defattr(644,root,root,755)
92#{_libdir}/lib*.a
93#{_libdir}/lib*.la
94%{_libdir}/lib*.so
95%{_libdir}/pkgconfig/*.pc
96%{_includedir}/libgsf-1
97%{_datadir}/gtk-doc/html/gsf
98
99%changelog
100* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-1
101- new upstream release
102
103* Sun Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.21-1
104- new upstream release
105
106* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.20-1
107- new upstream release
108
109* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.19-1
110- new upstream release
111
112* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 1.14.18-2
113- build with rpm-4.8.1-1 for pkg-config file
114
115* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.18-1
116- new upstream release
117
118* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.17-1
119- new upstream release
120- add BuildRequires: popt-devel
121
122* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.14.13-2
123- rebuilt with python-2.6.4
124
125* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.13-1
126- new upstream release
127- removed static libraries
128
129* Wed Apr  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.11-1
130- new upstream release
131
132* Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.10-1
133- new upstream release
134
135* Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-1
136- new upstream release
137- added BuildRequires: pygtk2-devel, pygobject-devel
138
139* Sun Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-1
140- applied new versioning policy
141- rebuilt with python-2.5.2
142- spec in UTF-8
143
144* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-0vl1
145- new upstream release
146
147* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.7-0vl1
148- new upstream release
149
150* Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.5-0vl1
151- new upstream release
152- removed GConf2 dependancy
153
154* Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.4-0vl1
155- new upstream release
156
157* Wed Dec  6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.3-0vl1
158- new upstream release (includes security fix CVE-2006-4514)
159
160* Wed May 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.1-0vl1
161- new upstream release
162
163* Sun Mar  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.0-0vl1
164- new upstream release
165
166* Mon Nov  7 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.13.3-0vl1
167- new upstream release
168- updated Japanese summary and description
169- install schemas in %post section
170
171* Sat Jun 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.0-0vl1
172- new upstream release
173
174* Fri Nov 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-0vl1
175- new upstream release
176- added Japanese summary
177
178* Thu May  6 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.0-0vl1
179- new upstream release
180
181* Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.2-0vl1
182- new upstream release
183- fixed URL
184
185* Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl1
186- rebuilt for Vine
187- updated to 1.8.1
188
189* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
190- rebuilt
191
192* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
193- add proper ldconfig calls
194
195* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
196- rebuilt
197
198* Fri Jan  3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
199- fix requires
200
201* Thu Jan  2 2003 Jonathan Blandford <jrb@redhat.com>
202- import into the build system
203
204* Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
205- set permission correctly
206- fix common mistake of Copyright flag into License flag.
207
208* Thu May 23 2002 Jody Goldberg <jody@gnome.org>
209- Initial version
Note: See TracBrowser for help on using the repository browser.