Upgrade to 1.1.6
This commit is contained in:
parent
2cb3afd62a
commit
7d8a462429
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
libisoburn-1.1.2.tar.gz
|
||||
libisoburn-1.1.6.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Library to enable creation and expansion of ISO-9660 filesystems
|
||||
Name: libisoburn
|
||||
Version: 1.1.2
|
||||
Version: 1.1.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -11,7 +11,7 @@ Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.
|
||||
Source1: xorriso_servicemenu.desktop
|
||||
Patch0: libisoburn-1.0.8-multilib.patch
|
||||
BuildRequires: libacl-devel, zlib-devel, doxygen, graphviz
|
||||
BuildRequires: libburn-devel >= 1.1.0, libisofs-devel >= 1.1.2
|
||||
BuildRequires: libburn-devel >= 1.1.6, libisofs-devel >= 1.1.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
@ -37,6 +37,7 @@ developing applications that use libisoburn.
|
||||
Summary: ISO-9660 and Rock Ridge image manipulation tool
|
||||
Group: Applications/Archiving
|
||||
URL: http://scdbackup.sourceforge.net/xorriso_eng.html
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%if (%with_kde && 0%{?rhel}%{?fedora} > 5)
|
||||
Requires: kde-filesystem >= 4
|
||||
%endif
|
||||
@ -84,6 +85,11 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMen
|
||||
# Some file cleanups
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$RPM_BUILD_ROOT%{_libdir}"
|
||||
cd releng
|
||||
./run_all_auto -x ../xorriso/xorriso || (cat releng_generated_data/log.*; exit 1)
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -128,6 +134,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Oct 09 2011 Robert Scheck <robert@fedoraproject.org> 1.1.6-1
|
||||
- Upgrade to 1.1.6
|
||||
|
||||
* Sun Jul 10 2011 Robert Scheck <robert@fedoraproject.org> 1.1.2-1
|
||||
- Upgrade to 1.1.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user