Name: unrar Version: 3.5.2 Release: 1.%{mysig} Epoch: 0 Summary: Utility for extracting, testing and viewing RAR archives License: Freeware Group: Applications/Archiving URL: http://www.rarlab.com/rar_archiver.htm Source0: http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz Patch0: http://ftp.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar-nonfree_3.3.6-2.diff.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description The unrar utility is a freeware program for extracting, testing and viewing the contents of archives created with the RAR archiver version 1.50 and above. %prep %setup -q -n %{name} %patch0 -p1 %build make %{?_smp_mflags} -f makefile.unix \ CXX="%{__cxx}" CXXFLAGS="$RPM_OPT_FLAGS" STRIP=: %install rm -rf $RPM_BUILD_ROOT install -Dpm 755 unrar $RPM_BUILD_ROOT%{_bindir}/unrar install -Dpm 644 debian/unrar.1 $RPM_BUILD_ROOT%{_mandir}/man1/unrar.1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc license.txt readme.txt %{_bindir}/unrar %{_mandir}/man1/unrar.1* %changelog * Tue Aug 09 2005 Milan Kerslager 0:3.5.2-1.ker.rhel4 - rebuild for RHEL4 * Thu May 19 2005 Ville Skyttä - 0:3.5.2-0.lvn.1 - 3.5.2. * Thu Mar 31 2005 Ville Skyttä - 0:3.5.1-0.lvn.1 - 3.5.1. * Wed Nov 24 2004 Ville Skyttä - 0:3.4.3-0.lvn.1 - Update to 3.4.3. * Sun Sep 5 2004 Ville Skyttä - 0:3.4.2-0.lvn.1 - Update to 3.4.2, nostrip patch no longer necessary. - Update Debian patch URL. * Sat Jul 3 2004 Ville Skyttä - 0:3.4.1-0.lvn.1 - Update to 3.4.1 and Debian patch to 3.3.6-2. * Thu May 20 2004 Ville Skyttä - 0:3.3.6-0.lvn.2 - Update Debian patch to 3.3.6-1 (no real changes, just a working URL again). * Sun Feb 8 2004 Ville Skyttä - 0:3.3.6-0.lvn.1 - Update to 3.3.6. * Mon Jan 19 2004 Ville Skyttä - 0:3.3.4-0.lvn.1 - Update to 3.3.4. * Sat Dec 27 2003 Ville Skyttä - 0:3.3.3-0.lvn.1 - Update to 3.3.3. * Sun Dec 21 2003 Ville Skyttä - 0:3.3.2-0.lvn.1 - Update to 3.3.2. * Wed Nov 26 2003 Ville Skyttä - 0:3.3.1-0.lvn.1 - Update to 3.3.1. * Sun Sep 14 2003 Ville Skyttä - 0:3.2.3-0.fdr.1 - Update to 3.2.3. - Sync with current Fedora spec template. * Wed Apr 16 2003 Ville Skyttä - 0:3.2.1-0.fdr.1 - Update to 3.2.1. * Sat Apr 5 2003 Ville Skyttä - 0:3.2.0-0.fdr.1 - Update to 3.2.0 and current Fedora guidelines. * Sun Feb 9 2003 Ville Skyttä - 3.1.3-1.fedora.1 - First Fedora release, based on Matthias Saou's and PLD work.