source: projects/specs/branches/6/lib/libg/libgsf/libgsf-vl.spec @ 3801

Revision 3801, 5.5 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME packages: new upstream release, bogofilter: fix perl requirements, perl-modules: new package

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