rpms/unrar/devel unrar.spec,1.26,1.27

Conrad Meyer konradm at rpmfusion.org
Mon Dec 31 00:44:12 CET 2012


Author: konradm

Update of /cvs/nonfree/rpms/unrar/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17661

Modified Files:
	unrar.spec 
Log Message:
* Sun Dec 30 2012 Conrad Meyer <konrad at tylerc.org> - 4.2.4-3
- Try at #2357 again :). Instead of arbitrary date, use rpm %version



Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- unrar.spec	30 Dec 2012 22:53:14 -0000	1.26
+++ unrar.spec	30 Dec 2012 23:44:11 -0000	1.27
@@ -1,8 +1,6 @@
-%global         date    2012.12.30
-
 Name:           unrar
 Version:        4.2.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Utility for extracting, testing and viewing RAR archives
 License:        Freeware with further limitations
 Group:          Applications/Archiving
@@ -29,9 +27,8 @@
 Summary:        Decompress library for RAR v3 archives
 Group:          System Environment/Libraries
 
-Provides:       unrardate%{_isa} = %{date}
 # Packages using libunrar must Requires this:
-#{?unrardate:Requires: unrardate%{_isa} = %{unrardate}}
+#{?unrar_version:Requires: libunrar%{_isa} = %{unrar_version}}
 
 %description -n libunrar
 The libunrar library allows programs linking against it to decompress
@@ -80,7 +77,7 @@
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cat > %{buildroot}%{_sysconfdir}/rpm/macros.unrar << EOF
 # unrar RPM Macros
-%unrardate    %{date}
+%unrar_version    %{version}
 EOF
 touch -r license.txt %{buildroot}%{_sysconfdir}/rpm/macros.unrar
 
@@ -127,6 +124,9 @@
 
 
 %changelog
+* Sun Dec 30 2012 Conrad Meyer <konrad at tylerc.org> - 4.2.4-3
+- Try at #2357 again :). Instead of arbitrary date, use rpm %%version
+
 * Sun Dec 30 2012 Conrad Meyer <konrad at tylerc.org> - 4.2.4-2
 - Add RPM dependency check to ensure dependent packages break at install time
   rather than use time (#2357) (derived from live555 package)


More information about the rpmfusion-commits mailing list