auto-import changelog data from libgsf-1.8.2-1.src.rpm
Fri Sep 19 2003 Havoc Pennington <hp@redhat.com> 1.8.2-1 - 1.8.2 Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> - rebuild Wed Aug 06 2003 Elliot Lee <sopwith@redhat.com> 1.8.1-5 - Fix libtool Sat Jul 12 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-4 - use system libtool so that lib64 library deps are correct Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-3 - forcibly disable gtk-doc (openjade is broken on s390) Mon Jul 07 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-2 - ldconfig in %post/%postun Sun Jul 06 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-1 - use standard macros - build for Red Hat Linux Tue May 13 2003 Rui M. Seabra <rms@407.org> - fix spec to reflect current stat of the build
This commit is contained in:
parent
c105414d19
commit
9e50bcce04
@ -1 +1 @@
|
||||
libgsf-1.6.0.tar.gz
|
||||
libgsf-1.8.2.tar.bz2
|
||||
|
||||
88
libgsf.spec
88
libgsf.spec
@ -1,20 +1,14 @@
|
||||
%define name libgsf
|
||||
%define version 1.6.0
|
||||
%define release 4
|
||||
|
||||
Summary: GNOME Structured File library
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Name: libgsf
|
||||
Version: 1.8.2
|
||||
Release: 1
|
||||
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
|
||||
License: LGPL
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.8/%{name}-%{version}.tar.bz2
|
||||
Patch0: libgsf-1.8.1-nodocs.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Requires: glib2 >= 2.2.0
|
||||
BuildRequires: glib2-devel >= 2.2.0
|
||||
|
||||
%description
|
||||
A library for reading and writing structured files (eg MS OLE and Zip)
|
||||
@ -28,43 +22,67 @@ Requires: libgsf
|
||||
Libraries, headers, and support files necessary to compile applications using libgsf.
|
||||
|
||||
%prep
|
||||
|
||||
%setup
|
||||
%setup -q
|
||||
%patch0 -p1 -b .nodocs
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
libtoolize --force --copy
|
||||
%configure --disable-gtk-doc
|
||||
export tagname=CC
|
||||
make LIBTOOL=/usr/bin/libtool
|
||||
|
||||
%install
|
||||
if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
|
||||
%makeinstall
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
export tagname=CC
|
||||
%makeinstall LIBTOOL=/usr/bin/libtool
|
||||
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/lib*.so*
|
||||
|
||||
%files devel
|
||||
%defattr(644,root,root,755)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/*a
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/libgsf-1/*
|
||||
%{_docdir}/libgsf
|
||||
%{_libdir}/pkgconfig/libgsf-1.pc
|
||||
%{_libdir}/pkgconfig/libgsf-gnome-1.pc
|
||||
#{_datadir}/doc/libgsf/html/*
|
||||
|
||||
%clean
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
* Fri Sep 19 2003 Havoc Pennington <hp@redhat.com> 1.8.2-1
|
||||
- 1.8.2
|
||||
|
||||
* Fri Jan 3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
|
||||
- fix requires
|
||||
* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
- rebuild
|
||||
|
||||
* Thu Jan 2 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
- import into the build system
|
||||
* Wed Aug 6 2003 Elliot Lee <sopwith@redhat.com> 1.8.1-5
|
||||
- Fix libtool
|
||||
|
||||
* Sat Jul 12 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-4
|
||||
- use system libtool so that lib64 library deps are correct
|
||||
|
||||
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-3
|
||||
- forcibly disable gtk-doc (openjade is broken on s390)
|
||||
|
||||
* Mon Jul 7 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-2
|
||||
- ldconfig in %%post/%%postun
|
||||
|
||||
* Sun Jul 6 2003 Jeremy Katz <katzj@redhat.com> 1.8.1-1
|
||||
- use standard macros
|
||||
- build for Red Hat Linux
|
||||
|
||||
* Tue May 13 2003 Rui M. Seabra <rms@407.org>
|
||||
- fix spec to reflect current stat of the build
|
||||
|
||||
* Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
|
||||
- set permission correctly
|
||||
|
||||
Loading…
Reference in New Issue
Block a user