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

Revision 521, 5.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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