]> git.pld-linux.org Git - packages/grep.git/commitdiff
- adapterized (sorted %verify flags)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Dec 2005 22:58:06 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grep.spec -> 1.92

grep.spec

index be26155b3a5e69d2c4484c4d9586e21f472e09db..46bce13906c4651e36c66c6fafb2d39448f95755 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -26,11 +26,11 @@ Patch0:             %{name}-info.patch
 Patch1:                %{name}-egrep.patch
 Patch2:                %{name}-locale-names.patch
 URL:           http://www.gnu.org/software/grep/grep.html
-%{?with_pcre:BuildRequires:    pcre-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: libtool
+%{?with_pcre:BuildRequires:    pcre-devel}
 BuildRequires: texinfo
 %{?with_pcre:Requires: pcre}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -148,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc NEWS README ChangeLog TODO
-%attr(644,root,root) %config(noreplace,missingok) %verify(not md5 size mtime) /etc/env.d/*
+%attr(644,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %lang(cs) %{_mandir}/cs/man1/*
This page took 0.030176 seconds and 4 git commands to generate.