Author: konradm
Update of /cvs/nonfree/rpms/unrar/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25040
Modified Files:
unrar.spec
Removed Files:
unrar-4.2.3-fix-build.patch
Log Message:
* Mon Oct 28 2013 Conrad Meyer <konrad(a)tylerc.org> - 4.2.4-4
- Remove unrar-4.2.3-fix-build.patch, add clean step to %build
per #2869
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-18/unrar.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- unrar.spec 3 Jan 2013 07:04:16 -0000 1.24
+++ unrar.spec 28 Oct 2013 13:18:30 -0000 1.25
@@ -1,6 +1,6 @@
Name: unrar
Version: 4.2.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -10,7 +10,6 @@
Source1: unrar-nonfree.1
# Patch to resolve issues noted in #1385:
Patch0: unrar-3.9.10-missing-recvol-symbols.patch
-Patch1: unrar-4.2.3-fix-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): chkconfig
@@ -49,13 +48,13 @@
%prep
%setup -q -n %{name}
%patch0 -p1
-%patch1 -p1
cp -p %SOURCE1 .
%build
make %{?_smp_mflags} -f makefile.unix \
CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" STRIP=:
RANLIB=ranlib
+make %{?_smp_mflags} -f makefile.unix clean
make %{?_smp_mflags} -f makefile.unix lib \
CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" STRIP=:
RANLIB=ranlib
@@ -124,6 +123,10 @@
%changelog
+* Mon Oct 28 2013 Conrad Meyer <konrad(a)tylerc.org> - 4.2.4-4
+- Remove unrar-4.2.3-fix-build.patch, add clean step to %%build
+ per #2869
+
* Sun Dec 30 2012 Conrad Meyer <konrad(a)tylerc.org> - 4.2.4-3
- Try at #2357 again :). Instead of arbitrary date, use rpm %%version
--- unrar-4.2.3-fix-build.patch DELETED ---