From 2e3786cd1ecf69f06d957ca70a26a3fd039e3734 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sat, 3 Aug 2013 17:23:52 +0200 Subject: [PATCH] - Upgrade to 1.3.0 (#965234, #976945) - Run autoreconf to recognize aarch64 (#925783) --- libisofs.spec | 13 ++++++++++--- sources | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libisofs.spec b/libisofs.spec index 0e9c3ed..8bdec01 100644 --- a/libisofs.spec +++ b/libisofs.spec @@ -1,7 +1,7 @@ Summary: Library to create ISO 9660 disk images Name: libisofs -Version: 1.2.8 -Release: 3%{?dist} +Version: 1.3.0 +Release: 1%{?dist} # make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+ License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries @@ -9,6 +9,7 @@ URL: http://libburnia-project.org/ Source: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz Patch0: libisofs-0.6.16-multilib.patch BuildRequires: libacl-devel, zlib-devel, doxygen, graphviz +BuildRequires: autoconf, automake, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -32,6 +33,7 @@ developing applications that use libisofs. %prep %setup -q %patch0 -p1 -b .multilib +autoreconf --force --install %build %configure --disable-static @@ -45,7 +47,8 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install # Don't install any libtool .la files 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 rm -rf $RPM_BUILD_ROOT @@ -67,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/%{name}*.pc %changelog +* Sat Aug 03 2013 Robert Scheck 1.3.0-1 +- Upgrade to 1.3.0 (#965234, #976945) +- Run autoreconf to recognize aarch64 (#925783) + * Sat Aug 03 2013 Fedora Release Engineering - 1.2.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 37af168..922d3a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d3515929b80a08daa6423b8312be8c1 libisofs-1.2.8.tar.gz +5ab9f4a57d3c815d1183cbf49ce86a9e libisofs-1.3.0.tar.gz