diff --git a/nc6.spec b/nc6.spec index 75f305e..2c60040 100644 --- a/nc6.spec +++ b/nc6.spec @@ -1,12 +1,11 @@ Summary: Netcat with IPv6 Support Name: nc6 Version: 1.0 -Release: 10%{?dist} +Release: 11%{?dist} Group: Applications/Internet URL: http://www.deepspace6.net/projects/netcat6.html License: GPLv2+ Source: ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description netcat6 is an IPv6-enabled clone of the original netcat utility. @@ -20,7 +19,6 @@ would need and has several interesting built-in capabilities. Netcat, or "nc" as the actual program is named, should have been supplied long ago as another one of those cryptic but standard Unix tools." - %prep %setup -q @@ -29,12 +27,8 @@ ago as another one of those cryptic but standard Unix tools." make COPTS="$RPM_OPT_FLAGS" DESTDIR="$RPM_BUILD_ROOT" %install -rm -rf $RPM_BUILD_ROOT make DESTDIR="$RPM_BUILD_ROOT" install -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %{_bindir}/%{name} @@ -42,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT %doc README AUTHORS COPYING NEWS TODO %changelog +* Tue Mar 01 2011 Petr Sabata - 1.0-11 +- Buildroot garbage cleanup + * Tue Feb 08 2011 Fedora Release Engineering - 1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild