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

Revision 7756, 6.3 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.28
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 Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.28-1
94- new upstream release
95
96* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.27-1
97- new upstream release
98
99* Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.26-1
100- new upstream release
101- remove BuildRequires: python-devel, pygtk2-devel, pygobject-devel
102
103* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.25-1
104- new upstream release
105
106* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.24-1
107- new upstream release
108
109* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.23-1
110- new upstream release
111- add BuildRequires: gobject-introspection-devel, gdk-pixbuf2-devel
112
113* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-2
114- rebuild with python-2.7.2
115
116* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-1
117- new upstream release
118
119* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.21-1
120- new upstream release
121
122* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.20-1
123- new upstream release
124
125* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.19-1
126- new upstream release
127
128* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 1.14.18-2
129- build with rpm-4.8.1-1 for pkg-config file
130
131* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.18-1
132- new upstream release
133
134* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.17-1
135- new upstream release
136- add BuildRequires: popt-devel
137
138* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.14.13-2
139- rebuilt with python-2.6.4
140
141* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.13-1
142- new upstream release
143- removed static libraries
144
145* Wed Apr  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.11-1
146- new upstream release
147
148* Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.10-1
149- new upstream release
150
151* Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-1
152- new upstream release
153- added BuildRequires: pygtk2-devel, pygobject-devel
154
155* Mon Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-1
156- applied new versioning policy
157- rebuilt with python-2.5.2
158- spec in UTF-8
159
160* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-0vl1
161- new upstream release
162
163* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.7-0vl1
164- new upstream release
165
166* Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.5-0vl1
167- new upstream release
168- removed GConf2 dependancy
169
170* Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.4-0vl1
171- new upstream release
172
173* Wed Dec  6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.3-0vl1
174- new upstream release (includes security fix CVE-2006-4514)
175
176* Wed May 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.1-0vl1
177- new upstream release
178
179* Tue Mar  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.0-0vl1
180- new upstream release
181
182* Mon Nov  7 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.13.3-0vl1
183- new upstream release
184- updated Japanese summary and description
185- install schemas in %post section
186
187* Sat Jun 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.0-0vl1
188- new upstream release
189
190* Fri Nov 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-0vl1
191- new upstream release
192- added Japanese summary
193
194* Thu May  6 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.0-0vl1
195- new upstream release
196
197* Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.2-0vl1
198- new upstream release
199- fixed URL
200
201* Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl1
202- rebuilt for Vine
203- updated to 1.8.1
204
205* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
206- rebuilt
207
208* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
209- add proper ldconfig calls
210
211* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
212- rebuilt
213
214* Fri Jan  3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
215- fix requires
216
217* Thu Jan  2 2003 Jonathan Blandford <jrb@redhat.com>
218- import into the build system
219
220* Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
221- set permission correctly
222- fix common mistake of Copyright flag into License flag.
223
224* Thu May 23 2002 Jody Goldberg <jody@gnome.org>
225- Initial version
Note: See TracBrowser for help on using the repository browser.