]> git.pld-linux.org Git - packages/nvclock.git/commitdiff
- link with qt-mt; typo, strict internal deps, release 3 AC-branch AC-STABLE auto/ac/nvclock-0_7-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Apr 2004 18:40:00 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nvclock.spec -> 1.22

nvclock.spec

index 938bf50cf7c410a59647075addeddd904afe99b4..0ba86e888db9dfac619b5decb635d0e82adfb49e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        NVidia overclock utility
 Summary(pl):   Narzêdzie do podkrêcania kart NVidii
 Name:          nvclock
 Version:       0.7
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Source0:       http://www.linuxhardware.org/nvclock/%{name}%{version}.tar.gz
@@ -36,7 +36,7 @@ Summary(pl):  Wsp
 Group:         Applications/System
 
 %description common
-This packge provides common files for different GUI versions of
+This package provides common files for different GUI versions of
 nvclock.
 
 %description common -l pl
@@ -47,7 +47,7 @@ graficznego programu nvclock.
 Summary:       GTK version of nvclock
 Summary(pl):   nvclock z interfejsem GTK
 Group:         Applications/System
-Requires:      %{name}-common = %{version}
+Requires:      %{name}-common = %{version}-%{release}
 
 %description gtk
 This program allows you to overclock your NVidia card under linux.
@@ -68,7 +68,7 @@ To jest wersja GTK.
 Summary:       QT version of nvclock
 Summary(pl):   nvclock z interfejsem QT
 Group:         Applications/System
-Requires:      %{name}-common
+Requires:      %{name}-common = %{version}-%{release}
 
 %description qt
 This program allows you to overclock your NVidia card under linux.
@@ -89,8 +89,9 @@ To jest wersja QT.
 %setup -q -n %{name}%{version}
 %patch0 -p1
 
+%{__perl} -pi -e 's/-lqt/-lqt-mt/' src/qt/Makefile.in
+
 %build
-rm -f missing
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
This page took 0.410786 seconds and 4 git commands to generate.