rpms/system-config-cluster/devel system-config-cluster.spec, 1.14, 1.15

Tom Callaway spot at fedoraproject.org
Sat Sep 6 19:28:01 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/system-config-cluster/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25592

Modified Files:
	system-config-cluster.spec 
Log Message:
fix license tag


Index: system-config-cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-cluster/devel/system-config-cluster.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- system-config-cluster.spec	8 Apr 2008 21:17:35 -0000	1.14
+++ system-config-cluster.spec	6 Sep 2008 19:27:31 -0000	1.15
@@ -1,11 +1,11 @@
 # -*- RPM-SPEC -*-
-Summary: system-config-cluster is a utility which allows you to manage cluster configuration in a graphical setting.
+Summary: A utility for managing cluster configuration in a graphical setting
 Name: system-config-cluster
 Version: 1.0.53
-Release: 1.0
+Release: 2
 URL: http://www.redhat.com/ 
 Source0: %{name}-%{version}.tar.gz
-License: GPL
+License: GPLv2
 Group: Applications/System
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -16,18 +16,19 @@
 BuildRequires: perl(XML::Parser) gettext
 
 %description
-system-config-cluster is a utility which allows you to manage cluster configuuration in a graphical setting.
+system-config-cluster is a utility which allows you to manage cluster 
+configuration in a graphical setting.
 
 %prep
 %setup -q
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-%makeinstall
+make DESTDIR=%{buildroot} install
 
 #Uncomment this when translations are done
 #%find_lang %name
@@ -51,6 +52,9 @@
 %config %{_sysconfdir}/security/console.apps/system-config-cluster
 
 %changelog
+* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.53-2
+- fix license tag
+
 * Tue Apr 8 2008 Jim Parsons <jparsons at redhat.com> 1.0.53-1.0
   - Fix for fedora 212477, finally
   - Fedora build 




More information about the fedora-extras-commits mailing list