Minor spec file fixes
This commit is contained in:
parent
1d261c6823
commit
7986d06e13
@ -5,7 +5,7 @@ Release: 16%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Archiving
|
||||
URL: http://sourceforge.net/projects/linux-udf/
|
||||
Source: http://dl.sf.net/linux-udf/udftools-%{version}.tar.gz
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: udftools-1.0.0b3-pktsetup-chardev.patch
|
||||
Patch1: udftools-1.0.0b3-mkudffs-bigendian.patch
|
||||
Patch2: udftools-1.0.0b3-wrudf-gcc4.patch
|
||||
@ -14,7 +14,6 @@ Patch4: udftools-1.0.0b3-fixcompile.patch
|
||||
Patch5: udftools-1.0.0b3-warningfixes2.patch
|
||||
Patch6: udftools-1.0.0b3-extsize.patch
|
||||
Patch7: udftools-1.0.0b3-staticanal.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: readline-devel, ncurses-devel
|
||||
|
||||
%description
|
||||
@ -40,16 +39,11 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%makeinstall
|
||||
./libtool --finish %{buildroot}%{_libdir}
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-, root, root, 0755)
|
||||
%doc AUTHORS ChangeLog COPYING
|
||||
%{_bindir}/*
|
||||
%exclude %{_libdir}/libudffs.a
|
||||
@ -58,6 +52,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2012 Honza Horak <hhorak@redhat.com> - 1.0.0b3-17
|
||||
- Minor spec file fixes
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user