packages: nvclock/nvclock.spec - up to 0.8b4 - removed exclude x8664 arch; ...

arvenil arvenil at pld-linux.org
Sun May 30 01:23:31 CEST 2010


Author: arvenil                      Date: Sat May 29 23:23:31 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.8b4
- removed exclude x8664 arch; builds and works fine
- sbindir => bindir; users can use it too
- release 1

---- Files affected:
packages/nvclock:
   nvclock.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: packages/nvclock/nvclock.spec
diff -u packages/nvclock/nvclock.spec:1.34 packages/nvclock/nvclock.spec:1.35
--- packages/nvclock/nvclock.spec:1.34	Wed Dec 31 00:05:08 2008
+++ packages/nvclock/nvclock.spec	Sun May 30 01:23:25 2010
@@ -3,12 +3,12 @@
 Summary:	NVidia overclock utility
 Summary(pl.UTF-8):	Narzędzie do podkręcania kart NVidii
 Name:		nvclock
-Version:	0.8b3a
+Version:	0.8b4
 Release:	1
 License:	GPL
 Group:		Applications/System
 Source0:	http://www.linuxhardware.org/nvclock/%{name}%{version}.tar.gz
-# Source0-md5:	8e5c47ff638603e4a7ccd1325ef765ef
+# Source0-md5:	23f1b3ebf40f35d76d5fdac50f66ab11
 Source1:	%{name}.png
 Source2:	%{name}.desktop
 Patch0:		%{name}-DESTDIR.patch
@@ -19,12 +19,8 @@
 BuildRequires:	qt-devel >= 2.2.0
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.213
-# I doubt if it works on anything other than x86 when it doesn't work on amd64...
-ExcludeArch:	%{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_bindir		%{_sbindir}
-
 %description
 This program allows you to overclock your NVidia card under linux.
 
@@ -109,7 +105,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -123,21 +119,23 @@
 %files
 %defattr(644,root,root,755)
 %doc ABOUT AUTHORS ChangeLog FAQ README
-%attr(755,root,root) %{_sbindir}/nvclock
+%attr(755,root,root) %{_bindir}/nvclock
+%attr(755,root,root) %{_bindir}/smartdimmer
 %{_mandir}/man1/nvclock*
 
 %files common
 %defattr(644,root,root,755)
+%{_iconsdir}/hicolor/*/apps/%{name}.png
 %{_pixmapsdir}/*
 %{_desktopdir}/*.desktop
 
 %files gtk
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/nvclock_gtk
+%attr(755,root,root) %{_bindir}/nvclock_gtk
 
 %files qt
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/nvclock_qt
+%attr(755,root,root) %{_bindir}/nvclock_qt
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -145,6 +143,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2010/05/29 23:23:25  arvenil
+- up to 0.8b4
+- removed exclude x8664 arch; builds and works fine
+- sbindir => bindir; users can use it too
+- release 1
+
 Revision 1.34  2008/12/30 23:05:08  charles
 - updated to 0.8b3a
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nvclock/nvclock.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list