parent
df0e654e85
commit
2098d724a7
@ -1,7 +1,7 @@
|
|||||||
Summary: Library to enable creation and expansion of ISO-9660 filesystems
|
Summary: Library to enable creation and expansion of ISO-9660 filesystems
|
||||||
Name: libisoburn
|
Name: libisoburn
|
||||||
Version: 1.2.8
|
Version: 1.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://libburnia-project.org/
|
URL: http://libburnia-project.org/
|
||||||
@ -9,7 +9,8 @@ Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.
|
|||||||
Source1: xorriso_servicemenu.desktop
|
Source1: xorriso_servicemenu.desktop
|
||||||
Patch0: libisoburn-1.0.8-multilib.patch
|
Patch0: libisoburn-1.0.8-multilib.patch
|
||||||
BuildRequires: readline-devel, libacl-devel, zlib-devel, doxygen, graphviz
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -59,11 +60,10 @@ DVD-RAM, BD-R and BD-RE.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .multilib
|
%patch0 -p1 -b .multilib
|
||||||
|
touch NEWS; autoreconf --force --install
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%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}
|
make %{?_smp_mflags}
|
||||||
doxygen doc/doxygen.conf
|
doxygen doc/doxygen.conf
|
||||||
|
|
||||||
@ -140,6 +140,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user