- Upgrade to 1.3.0 (#965233)

- Run autoreconf to recognize aarch64
This commit is contained in:
Robert Scheck 2013-08-04 01:52:11 +02:00
parent df0e654e85
commit 2098d724a7
2 changed files with 10 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Summary: Library to enable creation and expansion of ISO-9660 filesystems
Name: libisoburn
Version: 1.2.8
Release: 2%{?dist}
Version: 1.3.0
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://libburnia-project.org/
@ -9,7 +9,8 @@ Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.
Source1: xorriso_servicemenu.desktop
Patch0: libisoburn-1.0.8-multilib.patch
BuildRequires: readline-devel, libacl-devel, zlib-devel, doxygen, graphviz
BuildRequires: libburn-devel >= 1.2.8, libisofs-devel >= 1.2.8
BuildRequires: libburn-devel >= 1.3.0, libisofs-devel >= 1.3.0
BuildRequires: autoconf, automake, libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -59,11 +60,10 @@ DVD-RAM, BD-R and BD-RE.
%prep
%setup -q
%patch0 -p1 -b .multilib
touch NEWS; autoreconf --force --install
%build
%configure --disable-static
sed -e 's/^hardcode_libdir_flag_spec=.*/hardcode_libdir_flag_spec=""/g' -i libtool
sed -e 's/^runpath_var=LD_RUN_PATH/runpath_var=DIE_RPATH_DIE/g' -i libtool
make %{?_smp_mflags}
doxygen doc/doxygen.conf
@ -140,6 +140,10 @@ fi
%endif
%changelog
* Sat Aug 03 2013 Robert Scheck <robert@fedoraproject.org> 1.3.0-1
- Upgrade to 1.3.0 (#965233)
- Run autoreconf to recognize aarch64
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
1f02aa98d56c4b3e568e641a91640ecc libisoburn-1.2.8.tar.gz
1341e87e385cb559ee1cd2605e372dec libisoburn-1.3.0.tar.gz