Author: konradm
Update of /cvs/nonfree/rpms/unrar/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10437
Modified Files:
.cvsignore sources unrar.spec
Added Files:
unrar-4.2.3-fix-build.patch unrar-nonfree.1
Removed Files:
unrar-nonfree_3.8.5-2.diff
Log Message:
* Thu May 28 2012 Marcos Mello <marcosfrm AT gmail DOT com> - 4.2.3-1
- New version
- Include all header files in the -devel package (#1988)
unrar-4.2.3-fix-build.patch:
makefile.unix | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- NEW FILE unrar-4.2.3-fix-build.patch ---
--- unrar/makefile.unix.orig 2012-05-15 02:31:03.000000000 -0300
+++ unrar/makefile.unix 2012-05-28 11:52:22.544857061 -0300
@@ -117 +117 @@
- @rm -f *.o *.bak *~
+ @rm -f *.o *.bak *~ unrar
@@ -119 +119 @@
-unrar: clean $(OBJECTS) $(UNRAR_OBJ)
+unrar: $(OBJECTS) $(UNRAR_OBJ)
@@ -125 +125 @@
-sfx: clean $(OBJECTS)
+sfx: $(OBJECTS)
@@ -132 +132 @@
-lib: clean $(OBJECTS) $(LIB_OBJ)
+lib: $(OBJECTS) $(LIB_OBJ)
--- NEW FILE unrar-nonfree.1 ---
.TH UNRAR 1 02.11.1999 "" "RAR archiver"
.SH NAME
unrar \- extract files from rar archives
.SH SYNOPSIS
.B unrar
.I "<command> [-<switch 1> -<switch N>] archive [files...]
[path\...]"
.SH "DESCRIPTION"
This manual page documents briefly the
.BR unrar
command.
.br
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.br
Commands and options described here are as of unrar 2.02.
.SH OPTIONS
After the program name comes a command and then optional switches with
dashes before them.
A summary of commands is included below.
For a complete description, run
.BR unrar
without options.
.TP
.B e
Extract files to current directory.
.TP
.B l
List archive content.
.TP
.B p
Print file to stdout.
.TP
.B t
Test archive files.
.TP
.B v
Verbosely list archive.
.TP
.B x
Extract files with full path.
.SH SWITCHES
.BR NOTE:
Every switch must be separated by a whitespace. You cannot put them
together.
.TP
.B -av-
Disable Authenticity Verification check.
.TP
.B -c-
Disable comments show.
.TP
.B -f
Freshen files.
.TP
.B -kb
Keep broken extracted files.
.TP
.B -ierr
Send all messages to stderr.
.TP
.B -inul
Disable all messages.
.TP
.B -o+
Overwrite existing files.
.TP
.B -o-
Do not overwrite existing files.
.TP
.B -p<password>
Set password.
.TP
.B -p-
Do not query password.
.TP
.B -r
Recurse subdirectories.
.TP
.B -u
Update files.
.TP
.B -v
List all volumes.
.TP
.B -x<file>
Exclude specified file.
.TP
.B -x@<list>
Exclude files in specified list file.
.TP
.B -x@
Read file names to exclude from stdin.
.TP
.B -y
Assume Yes on all queries.
.SH AUTHOR
This manual page was written by Petr Cech <cech(a)debian.org> according
to "unrar \-h" for the Debian GNU/Linux system (but may be used by others).
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-16/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 9 Jul 2011 07:21:55 -0000 1.8
+++ .cvsignore 3 Jun 2012 21:29:09 -0000 1.9
@@ -1 +1 @@
-unrarsrc-4.0.7.tar.gz
+unrarsrc-4.2.3.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-16/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 9 Jul 2011 07:21:55 -0000 1.8
+++ sources 3 Jun 2012 21:29:09 -0000 1.9
@@ -1 +1 @@
-41b0a9bca945b4ae2608421afd8f606e unrarsrc-4.0.7.tar.gz
+6c6c778dc08246065c89f67fe06a7134 unrarsrc-4.2.3.tar.gz
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-16/unrar.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- unrar.spec 9 Jul 2011 07:21:55 -0000 1.20
+++ unrar.spec 3 Jun 2012 21:29:09 -0000 1.21
@@ -1,15 +1,16 @@
Name: unrar
-Version: 4.0.7
+Version: 4.2.3
Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
-URL:
http://www.rarlab.com/rar_archiver.htm
-Source0:
http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz
+URL:
http://www.rarlab.com/rar_add.htm
+Source0:
ftp://ftp.rarlab.com/rar/unrarsrc-%{version}.tar.gz
+# Man page from Debian
+Source1: unrar-nonfree.1
# Patch to resolve issues noted in #1385:
-Patch0: unrar-3.9.10-missing-recvol-symbols.patch
-# Debian patch for man page:
-Patch1: unrar-nonfree_3.8.5-2.diff
+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
Requires(preun): chkconfig
@@ -45,6 +46,7 @@
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1
+cp -p %SOURCE1 .
%build
@@ -57,9 +59,12 @@
%install
rm -rf %{buildroot}
install -Dpm 755 unrar %{buildroot}%{_bindir}/unrar-nonfree
-install -Dpm 644 debian/unrar-nonfree.1 %{buildroot}%{_mandir}/man1/unrar-nonfree.1
+install -Dpm 644 unrar-nonfree.1 %{buildroot}%{_mandir}/man1/unrar-nonfree.1
install -Dpm 755 libunrar.so %{buildroot}%{_libdir}/libunrar.so
-install -Dpm 644 dll.hpp %{buildroot}/%{_includedir}/unrar/dll.hpp
+mkdir -p -m 755 %{buildroot}/%{_includedir}/unrar
+for i in *.hpp; do
+ install -Dpm 644 $i %{buildroot}/%{_includedir}/unrar
+done
# handle alternatives
touch %{buildroot}%{_bindir}/unrar
@@ -107,6 +112,16 @@
%changelog
+* Thu May 28 2012 Marcos Mello <marcosfrm AT gmail DOT com> - 4.2.3-1
+- New version
+- Include all header files in the -devel package (#1988)
+
+* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.7-3
+- Rebuilt for c++ ABI breakage
+
+* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.7-2
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
* Sat Jul 9 2011 Conrad Meyer <konrad(a)tylerc.org> - 4.0.7-1
- Bump to new version.
--- unrar-nonfree_3.8.5-2.diff DELETED ---