From 050b8d3a68adb417b2e0fa88c73f8f331d2a13d6 Mon Sep 17 00:00:00 2001 From: vcrhonek Date: Thu, 23 Aug 2007 10:38:26 +0000 Subject: [PATCH] fix license, rebuild --- findutils-no-locate.patch | 22 ---------------------- findutils.spec | 8 ++++++-- 2 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 findutils-no-locate.patch diff --git a/findutils-no-locate.patch b/findutils-no-locate.patch deleted file mode 100644 index 615d275..0000000 --- a/findutils-no-locate.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- findutils-4.2.23/Makefile.am.no-locate 2005-06-07 23:18:41.000000000 +0100 -+++ findutils-4.2.23/Makefile.am 2005-06-20 09:30:26.000000000 +0100 -@@ -2,7 +2,7 @@ - - EXTRA_DIST = COPYING ChangeLog TODO install-sh config.h.in stamp-h.in \ - THANKS config.rpath --SUBDIRS = gnulib lib find xargs locate doc po m4 -+SUBDIRS = gnulib lib find xargs doc po m4 - - ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4 - ---- findutils-4.2.23/Makefile.in.no-locate 2005-06-19 12:28:34.000000000 +0100 -+++ findutils-4.2.23/Makefile.in 2005-06-20 09:30:57.000000000 +0100 -@@ -263,7 +263,7 @@ - EXTRA_DIST = COPYING ChangeLog TODO install-sh config.h.in stamp-h.in \ - THANKS config.rpath - --SUBDIRS = gnulib lib find xargs locate doc po m4 -+SUBDIRS = gnulib lib find xargs doc po m4 - ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4 - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/findutils.spec b/findutils.spec index 70c9caf..3130a83 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,9 +1,9 @@ Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.2.31 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 -License: GPL +License: GPL+ Group: Applications/File URL: http://www.gnu.org/software/findutils/ Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz @@ -75,6 +75,10 @@ rm -rf %{buildroot} %{_infodir}/find.info* %changelog +* Thu Aug 23 2007 Vitezslav Crhonek - 1:4.2.31-2 +- fix license +- rebuild + * Tue Jun 12 2007 Vitezslav Crhonek - 1:4.2.31-1 - Update to findutils-4.2.31 Resolves: #243732