packages: xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec - constify r...
baggins
baggins at pld-linux.org
Tue Feb 7 07:23:59 CET 2012
Author: baggins Date: Tue Feb 7 06:23:58 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- constify release
---- Files affected:
packages/xorg-driver-video-fglrx:
xorg-driver-video-fglrx.spec (1.258 -> 1.259)
---- Diffs:
================================================================
Index: packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec
diff -u packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.258 packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.259
--- packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.258 Mon Feb 6 22:52:59 2012
+++ packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec Tue Feb 7 07:23:53 2012
@@ -27,12 +27,13 @@
%define arch_dir x86_64
%endif
+%define rel 6
%define pname xorg-driver-video-fglrx
Summary: Linux Drivers for AMD/ATI graphics accelerators
Summary(pl.UTF-8): Sterowniki do akceleratorów graficznych AMD/ATI
Name: %{pname}
Version: 12.1
-Release: 6
+Release: %{rel}
Epoch: 1
License: AMD Binary (parts are GPL)
Group: X11
@@ -71,6 +72,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
@@ -393,6 +397,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.259 2012/02/07 06:23:53 baggins
+- constify release
+
Revision 1.258 2012/02/06 21:52:59 baggins
- rel 6
- create non-conflicting ld.so configs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec?r1=1.258&r2=1.259&f=u
More information about the pld-cvs-commit
mailing list