auto-import changelog data from libgsf-1.9.0-2.src.rpm
Thu May 06 2004 Dams <anvil[AT]livna.org> 1.9.0-2 - -devel now requires libgsf=version-release - Added smp_mflags - Fixed double included .so files Wed May 05 2004 Caolan McNamara <caolanm@redhat.com> 1.9.0-1 upgrade to 1.9.0 to get crash fixes Sun Apr 11 2004 Warren Togami <wtogami@redhat.com> 1.8.2-3 - BR libtool libxml2-devel gnome-vfs2-devel bzip2-devel - -devel req glib2-devel libxml2-devel gnome-vfs2-devel
This commit is contained in:
parent
06f5e85915
commit
78c6624a02
@ -1 +1 @@
|
||||
libgsf-1.8.2.tar.bz2
|
||||
libgsf-1.9.0.tar.bz2
|
||||
|
||||
35
libgsf.spec
35
libgsf.spec
@ -1,14 +1,18 @@
|
||||
Summary: GNOME Structured File library
|
||||
Name: libgsf
|
||||
Version: 1.8.2
|
||||
Release: 2.1
|
||||
Version: 1.9.0
|
||||
Release: 2
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.8/%{name}-%{version}.tar.bz2
|
||||
Patch0: libgsf-1.8.1-nodocs.patch
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.9/%{name}-%{version}.tar.bz2
|
||||
Patch0: libgsf-1.9.0-nodocs.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Requires: glib2 >= 2.2.0
|
||||
BuildRequires: glib2-devel >= 2.2.0
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: gnome-vfs2-devel
|
||||
BuildRequires: bzip2-devel
|
||||
|
||||
%description
|
||||
A library for reading and writing structured files (eg MS OLE and Zip)
|
||||
@ -16,7 +20,12 @@ 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
|
||||
Requires: libgsf = %{version}-%{release}
|
||||
# pkgconfig
|
||||
Requires: glib2-devel
|
||||
Requires: libxml2-devel
|
||||
# headers included
|
||||
Requires: gnome-vfs2-devel
|
||||
|
||||
%description devel
|
||||
Libraries, headers, and support files necessary to compile applications using libgsf.
|
||||
@ -29,7 +38,7 @@ Libraries, headers, and support files necessary to compile applications using li
|
||||
libtoolize --force --copy
|
||||
%configure --disable-gtk-doc
|
||||
export tagname=CC
|
||||
make LIBTOOL=/usr/bin/libtool
|
||||
make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -45,7 +54,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/lib*.so*
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -59,6 +68,18 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Thu May 6 2004 Dams <anvil[AT]livna.org> 1.9.0-2
|
||||
- -devel now requires libgsf=version-release
|
||||
- Added smp_mflags
|
||||
- Fixed double included .so files
|
||||
|
||||
* Wed May 5 2004 Caolan McNamara <caolanm@redhat.com> 1.9.0-1
|
||||
* upgrade to 1.9.0 to get crash fixes
|
||||
|
||||
* Sun Apr 11 2004 Warren Togami <wtogami@redhat.com> 1.8.2-3
|
||||
- BR libtool libxml2-devel gnome-vfs2-devel bzip2-devel
|
||||
- -devel req glib2-devel libxml2-devel gnome-vfs2-devel
|
||||
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user