[grep] disable check for epel

Tom Callaway spot at fedoraproject.org
Sat Jul 12 15:32:44 UTC 2014


commit 6e03d9f34b5c12e245dd641c96dc6c97d4a56568
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Sat Jul 12 11:32:38 2014 -0400

    disable check for epel

 grep.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/grep.spec b/grep.spec
index 5f38f17..e1dd673 100644
--- a/grep.spec
+++ b/grep.spec
@@ -3,7 +3,7 @@
 Summary: Pattern matching utilities
 Name: grep
 Version: 2.20
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: Applications/Text
 Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
@@ -76,7 +76,9 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc ABOUT-NLS AUTHORS THANKS TODO NEWS README ChangeLog COPYING
+%doc ABOUT-NLS AUTHORS THANKS TODO NEWS README ChangeLog
+%{!?_licensedir:%global license %%doc}
+%license COPYING
 
 %{_bindir}/*
 %config(noreplace) %{_sysconfdir}/profile.d/colorgrep.*sh
@@ -85,6 +87,9 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Sat Jul 12 2014 Tom Callaway <spot at fedoraproject.org> - 2.20-3
+- fix license handling
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.20-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list