- Run autoreconf to recognize aarch64 (#925783)
This commit is contained in:
parent
9ea6f7e27c
commit
2e3786cd1e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user