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

Revision 7516, 6.1 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

Line 
1Summary: GNOME Structured File library
2Summary(ja): GNOME 構造化ファイルライブラリ
3
4Name: libgsf
5Version: 1.14.26
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.4.16
16BuildRequires: gobject-introspection-devel
17BuildRequires: gdk-pixbuf2-devel
18BuildRequires: bzip2-devel
19BuildRequires: zlib-devel
20BuildRequires: popt-devel
21
22Vendor: Project Vine
23Distribution: Vine Linux
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: %{name} = %{version}-%{release}
36Requires: glib2-devel >= 2.26.0
37Requires: libxml2-devel >= 2.4.16
38
39%description devel
40Libraries, headers, and support files necessary to compile applications
41using libgsf.
42
43%description -l ja devel
44libgsf を使ったアプリケーションのコンパイルに必要なライブラリ,
45ヘッダファイルなどです.
46
47%prep
48%setup -q
49
50%build
51%configure \
52        --disable-static \
53        --enable-introspection \
54        --disable-schemas-install
55make
56
57%install
58if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
59
60make install DESTDIR=$RPM_BUILD_ROOT
61
62rm -f $RPM_BUILD_ROOT%{_libdir}/*.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}/girepository-1.0/Gsf-1.typelib
81%{_datadir}/thumbnailers/gsf-office.thumbnailer
82%{_mandir}/man1/*
83
84%files devel
85%defattr(644,root,root,755)
86%{_libdir}/lib*.so
87%{_libdir}/pkgconfig/*.pc
88%{_includedir}/libgsf-1
89%{_datadir}/gir-1.0/Gsf-1.gir
90%{_datadir}/gtk-doc/html/gsf
91
92%changelog
93* Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.26-1
94- new upstream release
95- remove BuildRequires: python-devel, pygtk2-devel, pygobject-devel
96
97* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.25-1
98- new upstream release
99
100* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.24-1
101- new upstream release
102
103* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.23-1
104- new upstream release
105- add BuildRequires: gobject-introspection-devel, gdk-pixbuf2-devel
106
107* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-2
108- rebuild with python-2.7.2
109
110* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-1
111- new upstream release
112
113* Sun Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.21-1
114- new upstream release
115
116* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.20-1
117- new upstream release
118
119* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.19-1
120- new upstream release
121
122* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 1.14.18-2
123- build with rpm-4.8.1-1 for pkg-config file
124
125* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.18-1
126- new upstream release
127
128* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.17-1
129- new upstream release
130- add BuildRequires: popt-devel
131
132* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.14.13-2
133- rebuilt with python-2.6.4
134
135* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.13-1
136- new upstream release
137- removed static libraries
138
139* Wed Apr  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.11-1
140- new upstream release
141
142* Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.10-1
143- new upstream release
144
145* Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-1
146- new upstream release
147- added BuildRequires: pygtk2-devel, pygobject-devel
148
149* Sun Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-1
150- applied new versioning policy
151- rebuilt with python-2.5.2
152- spec in UTF-8
153
154* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-0vl1
155- new upstream release
156
157* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.7-0vl1
158- new upstream release
159
160* Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.5-0vl1
161- new upstream release
162- removed GConf2 dependancy
163
164* Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.4-0vl1
165- new upstream release
166
167* Wed Dec  6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.3-0vl1
168- new upstream release (includes security fix CVE-2006-4514)
169
170* Wed May 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.1-0vl1
171- new upstream release
172
173* Sun Mar  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.0-0vl1
174- new upstream release
175
176* Mon Nov  7 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.13.3-0vl1
177- new upstream release
178- updated Japanese summary and description
179- install schemas in %post section
180
181* Sat Jun 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.0-0vl1
182- new upstream release
183
184* Fri Nov 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-0vl1
185- new upstream release
186- added Japanese summary
187
188* Thu May  6 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.0-0vl1
189- new upstream release
190
191* Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.2-0vl1
192- new upstream release
193- fixed URL
194
195* Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl1
196- rebuilt for Vine
197- updated to 1.8.1
198
199* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
200- rebuilt
201
202* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
203- add proper ldconfig calls
204
205* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
206- rebuilt
207
208* Fri Jan  3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
209- fix requires
210
211* Thu Jan  2 2003 Jonathan Blandford <jrb@redhat.com>
212- import into the build system
213
214* Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
215- set permission correctly
216- fix common mistake of Copyright flag into License flag.
217
218* Thu May 23 2002 Jody Goldberg <jody@gnome.org>
219- Initial version
Note: See TracBrowser for help on using the repository browser.