rpms/qtparted/devel qtparted.spec,1.23,1.24

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jan 3 17:02:33 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/qtparted/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30210

Modified Files:
	qtparted.spec 
Log Message:
Update License.
Load /etc/profile.d/qt.sh to get PATH right.



Index: qtparted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qtparted/devel/qtparted.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- qtparted.spec	7 Sep 2007 13:15:44 -0000	1.23
+++ qtparted.spec	3 Jan 2008 17:01:51 -0000	1.24
@@ -2,11 +2,11 @@
 
 Name:           qtparted
 Version:        0.4.5
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Partition Magic clone written in C++ using the Qt toolkit
 
 Group:          Applications/System
-License:        GPL
+License:        GPLv2
 URL:            http://qtparted.sourceforge.net/
 Source0:        http://download.sf.net/qtparted/%{name}-%{version}.tar.bz2
 Source1:        %{name}.pam
@@ -32,7 +32,7 @@
 %patch1 -p1
 
 %build
-export QTDIR="%{qtdir}"
+. %{_sysconfdir}/profile.d/qt.sh
 
 %{__aclocal}
 %{__automake} --add-missing --gnu
@@ -106,6 +106,10 @@
 
 
 %changelog
+* Thu Jan 03 2008 Steven Pritchard <steve at kspei.com> 0.4.5-16
+- Update License.
+- Load /etc/profile.d/qt.sh to get PATH right.
+
 * Thu Sep 06 2007 Steven Pritchard <steve at kspei.com> 0.4.5-15
 - Fix qtparted.pam (#237075).
 




More information about the fedora-extras-commits mailing list