auto-import changelog data from libgsf-1.6.0-3.src.rpm
Fri Jan 03 2003 Tim Powers <timp@redhat.com> 1.6.0-3 - fix requires Thu Jan 02 2003 Jonathan Blandford <jrb@redhat.com> - import into the build system Tue Jun 18 2002 Rui M. Seabra <rms@407.org> - set permission correctly - fix common mistake of Copyright flag into License flag. Thu May 23 2002 Jody Goldberg <jody@gnome.org> - Initial version
This commit is contained in:
parent
05519d6769
commit
b1dccabb06
@ -0,0 +1 @@
|
||||
libgsf-1.6.0.tar.gz
|
||||
71
libgsf.spec
Normal file
71
libgsf.spec
Normal file
@ -0,0 +1,71 @@
|
||||
%define name libgsf
|
||||
%define version 1.6.0
|
||||
%define release 3
|
||||
|
||||
Summary: GNOME Structured File library
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Group: System Environment/Libraries
|
||||
License: GPL
|
||||
Buildroot: /var/tmp/%{name}-%{version}-%{release}-root
|
||||
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/libgsf/libgsf-%{version}.tar.gz
|
||||
URL: http://www.gnumeric.org
|
||||
|
||||
Requires: glib2 >= 2.0.0
|
||||
|
||||
%description
|
||||
A library for reading and writing structured files (eg MS OLE and Zip)
|
||||
|
||||
%package devel
|
||||
Summary: Support files necessary to compile applications with libgsf.
|
||||
Group: Development/Libraries
|
||||
Requires: libgsf
|
||||
|
||||
%description devel
|
||||
Libraries, headers, and support files necessary to compile applications using libgsf.
|
||||
|
||||
%prep
|
||||
|
||||
%setup
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
|
||||
%install
|
||||
if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
|
||||
%makeinstall
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(644,root,root,755)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/*a
|
||||
%{_includedir}/libgsf-1/*
|
||||
%{_docdir}/libgsf
|
||||
%{_libdir}/pkgconfig/libgsf-1.pc
|
||||
%{_libdir}/pkgconfig/libgsf-gnome-1.pc
|
||||
|
||||
%clean
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Fri Jan 3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
|
||||
- fix requires
|
||||
|
||||
* Thu Jan 2 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
- import into the build system
|
||||
|
||||
* Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
|
||||
- set permission correctly
|
||||
- fix common mistake of Copyright flag into License flag.
|
||||
|
||||
* Thu May 23 2002 Jody Goldberg <jody@gnome.org>
|
||||
- Initial version
|
||||
Loading…
Reference in New Issue
Block a user