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

Revision 2041, 5.4 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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