rpms/redhat-lsb/F-12 redhat-lsb.spec,1.49,1.50

pnemade pnemade at fedoraproject.org
Fri Jun 25 09:27:33 UTC 2010


Author: pnemade

Update of /cvs/pkgs/rpms/redhat-lsb/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31465

Modified Files:
	redhat-lsb.spec 
Log Message:
* Fri Jun 25 2010 Parag <pnemade AT redhat.com> - 4.0-4
- Revert license back to GPLv2




Index: redhat-lsb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-lsb/F-12/redhat-lsb.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- redhat-lsb.spec	25 Jun 2010 04:14:37 -0000	1.49
+++ redhat-lsb.spec	25 Jun 2010 09:27:33 -0000	1.50
@@ -49,14 +49,14 @@
 Summary: LSB base libraries support for Red Hat Enterprise Linux
 Name: redhat-lsb
 Version: 4.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
 Source0: %{name}-%{version}-%{srcrelease}.tar.bz2
 #Source1: http://prdownloads.sourceforge.net/lsb/lsb-release-%{upstreamlsbrelver}.tar.gz
 Patch0: lsb-release-3.1-update-init-functions.patch
 Patch1: redhat-lsb-lsb_start_daemon-fix.patch
 Patch2: redhat-lsb-trigger.patch
-License: GPL
+License: GPLv2
 Group: System Environment/Base
 BuildRequires: glibc-static
 # dependency for primary LSB application for v1.3
@@ -622,6 +622,7 @@ fi
 
 
 %install
+rm -rf $RPM_BUILD_ROOT
 # LSB uses /usr/lib rather than /usr/lib64 even for 64bit OS
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} $RPM_BUILD_ROOT/%{_lib} $RPM_BUILD_ROOT%{_mandir} \
          $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT/usr/lib/lsb \
@@ -675,6 +676,9 @@ install -m 700 redhat_lsb_trigger.%{_tar
 
 cp -p redhat_lsb_init $RPM_BUILD_ROOT/bin/redhat_lsb_init
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %triggerpostun -- glibc
 if [ -x /usr/sbin/redhat_lsb_trigger.%{_target_cpu} ]; then
   /usr/sbin/redhat_lsb_trigger.%{_target_cpu}
@@ -730,6 +734,9 @@ fi
 
 
 %changelog
+* Fri Jun 25 2010 Parag <pnemade AT redhat.com> - 4.0-4
+- Revert license back to GPLv2
+
 * Thu Jun 24 2010 Parag <pnemade AT redhat.com> - 4.0-3
 - Resolves:rh#585858:-redhat-lsb-graphics broken
 



More information about the scm-commits mailing list