[nc] own the %{_datadir}/nc dir

Petr Sabata psabata at fedoraproject.org
Wed Oct 20 13:36:38 UTC 2010


commit a6f5985f662a452bb5f894faafa620d52301cdea
Author: Petr Sabata <psabata at redhat.com>
Date:   Wed Oct 20 15:36:07 2010 +0200

    own the %{_datadir}/nc dir

 nc.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/nc.spec b/nc.spec
index 4b1eb23..a362ed7 100644
--- a/nc.spec
+++ b/nc.spec
@@ -1,7 +1,7 @@
 Summary: Reads and writes data across network connections using TCP or UDP
 Name: nc
 Version: 1.84
-Release: 23%{?dist}
+Release: 24%{?dist}
 URL:	 http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
 # source is CVS checkout
 Source0: nc-%{version}.tar.bz2
@@ -76,11 +76,13 @@ rm -rf ${RPM_BUILD_ROOT}
 %defattr(-,root,root)
 %{_bindir}/nc
 %{_mandir}/man1/nc.1*
-%dir %{_datadir}/nc/scripts
-%{_datadir}/nc/scripts/*
+%{_datadir}/nc
 %doc README
 
 %changelog
+* Wed Oct 20 2010 Ville Skytta <ville.skytta at iki.fi> - 1.84-24
+- Own the %%{_datadir}/nc dir.
+
 * Fri Oct 08 2010 Petr Sabata <psabata at redhat.com> - 1.84-23
 - accept ports separated by commas, patch by Jonathan Kamens
 - rhbz#622204


More information about the scm-commits mailing list