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

Revision 4616, 5.6 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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