rpms/nc6/devel nc6.spec,1.5,1.6

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Aug 11 18:41:02 UTC 2008


Author: spot

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

Modified Files:
	nc6.spec 
Log Message:
fix license tag


Index: nc6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nc6/devel/nc6.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nc6.spec	12 Feb 2008 11:35:05 -0000	1.5
+++ nc6.spec	11 Aug 2008 18:40:32 -0000	1.6
@@ -1,10 +1,10 @@
 Summary:        Netcat with IPv6 Support
 Name:           nc6
 Version:        1.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Group:          Applications/Internet
 URL:            http://www.deepspace6.net/projects/netcat6.html
-License:        GPL
+License:        GPLv2+
 Source:         ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,9 +23,9 @@
 
 %prep
 %setup -q
-%configure --prefix=%{_prefix} --mandir=%{_mandir} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 
 %build
+%configure --prefix=%{_prefix} --mandir=%{_mandir} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 make COPTS="$RPM_OPT_FLAGS" DESTDIR="$RPM_BUILD_ROOT"
 
 %install
@@ -42,6 +42,9 @@
 %doc README AUTHORS COPYING NEWS TODO
 
 %changelog 
+* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0-7
+- fix license tag
+
 * Tue Feb 12 2008 Jan Safranek <jsafrane at redhat.com> 1.0-6
 - fix compilation with gcc 4.3
 
@@ -60,4 +63,4 @@
 - fix BuildRoot
 
 * Tue Mar 7 2006 Radek Vokál <rvokal at redhat.com> 1.0-1
-- initial build for Fedora Extras
\ No newline at end of file
+- initial build for Fedora Extras




More information about the fedora-extras-commits mailing list