- Upgrade to 1.3.0 (#965234, #976945)

- Run autoreconf to recognize aarch64 (#925783)
This commit is contained in:
Robert Scheck 2013-08-03 17:23:52 +02:00
parent 9ea6f7e27c
commit 2e3786cd1e
2 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Summary: Library to create ISO 9660 disk images Summary: Library to create ISO 9660 disk images
Name: libisofs Name: libisofs
Version: 1.2.8 Version: 1.3.0
Release: 3%{?dist} Release: 1%{?dist}
# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+ # make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -9,6 +9,7 @@ URL: http://libburnia-project.org/
Source: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz Source: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
Patch0: libisofs-0.6.16-multilib.patch Patch0: libisofs-0.6.16-multilib.patch
BuildRequires: libacl-devel, zlib-devel, doxygen, graphviz BuildRequires: libacl-devel, zlib-devel, doxygen, graphviz
BuildRequires: autoconf, automake, libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description %description
@ -32,6 +33,7 @@ developing applications that use libisofs.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .multilib %patch0 -p1 -b .multilib
autoreconf --force --install
%build %build
%configure --disable-static %configure --disable-static
@ -45,7 +47,8 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
# Don't install any libtool .la files # Don't install any libtool .la files
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} # Clean up for later usage in documentation
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -67,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/%{name}*.pc %{_libdir}/pkgconfig/%{name}*.pc
%changelog %changelog
* Sat Aug 03 2013 Robert Scheck <robert@fedoraproject.org> 1.3.0-1
- Upgrade to 1.3.0 (#965234, #976945)
- Run autoreconf to recognize aarch64 (#925783)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-3 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
9d3515929b80a08daa6423b8312be8c1 libisofs-1.2.8.tar.gz 5ab9f4a57d3c815d1183cbf49ce86a9e libisofs-1.3.0.tar.gz