packages: xorg-driver-video-fglrx-legacy-9.x/xorg-driver-video-fglrx-legacy...

baggins baggins at pld-linux.org
Tue Feb 7 07:24:29 CET 2012


Author: baggins                      Date: Tue Feb  7 06:24:28 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- constify release

---- Files affected:
packages/xorg-driver-video-fglrx-legacy-9.x:
   xorg-driver-video-fglrx-legacy-9.x.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/xorg-driver-video-fglrx-legacy-9.x/xorg-driver-video-fglrx-legacy-9.x.spec
diff -u packages/xorg-driver-video-fglrx-legacy-9.x/xorg-driver-video-fglrx-legacy-9.x.spec:1.4 packages/xorg-driver-video-fglrx-legacy-9.x/xorg-driver-video-fglrx-legacy-9.x.spec:1.5
--- packages/xorg-driver-video-fglrx-legacy-9.x/xorg-driver-video-fglrx-legacy-9.x.spec:1.4	Mon Feb  6 23:07:17 2012
+++ packages/xorg-driver-video-fglrx-legacy-9.x/xorg-driver-video-fglrx-legacy-9.x.spec	Tue Feb  7 07:24:23 2012
@@ -32,12 +32,13 @@
 %define		arch_dir	x86_64
 %endif
 
+%define		rel		0.1
 %define		pname		xorg-driver-video-fglrx
 Summary:	Linux Drivers for ATI graphics accelerators
 Summary(pl.UTF-8):	Sterowniki do akceleratorów graficznych ATI
 Name:		%{pname}-legacy-%{legacy}%{_alt_kernel}
 Version:	9.12
-Release:	0.1
+Release:	%{rel}
 Epoch:		1
 License:	ATI Binary (parts are GPL)
 Group:		X11
@@ -82,6 +83,9 @@
 ExclusiveArch:	i586 i686 athlon pentium3 pentium4 %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# constify %rel macro, so it wouldn't expand in kernel subpkgs
+%{expand:%%global rel %{release}}
+
 %define		_ccver	%(rpm -q --qf "%{VERSION}" gcc | sed 's/\\..*//')
 
 %define		_noautoreqdep	libGL.so.1
@@ -346,6 +350,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2012/02/07 06:24:23  baggins
+- constify release
+
 Revision 1.4  2012/02/06 22:07:17  baggins
 - added xorg configs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-fglrx-legacy-9.x/xorg-driver-video-fglrx-legacy-9.x.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list