diff --git a/nc6.spec b/nc6.spec index 0da7c38..5ba1fbf 100644 --- a/nc6.spec +++ b/nc6.spec @@ -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 @@ ago as another one of those cryptic but standard Unix tools." %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 @@ rm -rf $RPM_BUILD_ROOT %doc README AUTHORS COPYING NEWS TODO %changelog +* Mon Aug 11 2008 Tom "spot" Callaway - 1.0-7 +- fix license tag + * Tue Feb 12 2008 Jan Safranek 1.0-6 - fix compilation with gcc 4.3 @@ -60,4 +63,4 @@ rm -rf $RPM_BUILD_ROOT - fix BuildRoot * Tue Mar 7 2006 Radek Vokál 1.0-1 -- initial build for Fedora Extras \ No newline at end of file +- initial build for Fedora Extras