grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.20-8-g66c0c31


From: Paul Eggert
Subject: grep branch, master, updated. v2.20-8-g66c0c31
Date: Sun, 08 Jun 2014 18:31:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  66c0c3174e0626f6f58285f118fc6845ebc3c807 (commit)
      from  f06cb10ffdb7d1e033529b789d5154e1dc8c699d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=66c0c3174e0626f6f58285f118fc6845ebc3c807


commit 66c0c3174e0626f6f58285f118fc6845ebc3c807
Author: Paul Eggert <address@hidden>
Date:   Sun Jun 8 00:03:32 2014 -0700

    maint: remove grep.spec
    
    * grep.spec: Remove; obsolete and evidently not used.

diff --git a/grep.spec b/grep.spec
deleted file mode 100644
index 4a910e3..0000000
--- a/grep.spec
+++ /dev/null
@@ -1,79 +0,0 @@
-%define beta %nil
-%define rel 1
-Summary: The GNU versions of grep pattern matching utilities.
-Name: grep
-Version: 2.5.3
-%if "%{beta}" != ""
-Release: 0.%{beta}.%{rel}ark
-%else
-Release: %{rel}ark
-%endif
-License: GPL v3 or later
-Group: Applications/Text
-Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}%{beta}.tar.lz
-Prereq: /sbin/install-info
-Buildroot: %{_tmppath}/%{name}-%{version}-root
-Requires: pcre
-Buildrequires: pcre-devel
-
-%description
-The GNU versions of commonly used grep utilities.  Grep searches
-through textual input for lines which contain a match to a specified
-pattern and then prints the matching lines.  GNU's grep utilities
-include grep, egrep and fgrep.
-
-You should install grep on your system, because it is a very useful
-utility for searching through text.
-
-%prep
-%setup -q -n %{name}-%{version}%{beta}
-
-%build
-[ ! -e configure ] && ./autogen.sh
-%configure --without-included-regex
-make %?_smp_mflags
-
-%install
-rm -rf ${RPM_BUILD_ROOT}
-#makeinstall LDFLAGS=-s prefix=${RPM_BUILD_ROOT}%{_prefix} 
exec_prefix=${RPM_BUILD_ROOT}
-make install DESTDIR="$RPM_BUILD_ROOT"
-%ifos Linux
-mkdir -p $RPM_BUILD_ROOT/bin
-mv $RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT/bin
-rm -rf $RPM_BUILD_ROOT%{_bindir}
-%endif
-
-%find_lang %name
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
-%post
-[ -e %{_infodir}/grep.info.* ] && /sbin/install-info --quiet 
--info-dir=%{_infodir} %{_infodir}/grep.info.* || :
-
-%preun
-if [ $1 = 0 ]; then
-        [ -e %{_infodir}/grep.info.* ] && /sbin/install-info --quiet 
--info-dir=%{_infodir} --delete %{_infodir}/grep.info.*
-fi
-
-%files -f %{name}.lang
-%defattr(-,root,root)
-%doc ABOUT-NLS AUTHORS THANKS TODO NEWS README ChangeLog
-
-%ifos Linux
-/bin/*
-%else
-%{_bindir}/*
-%endif
-%{_infodir}/*.info*
-%{_mandir}/*/*
-
-%changelog
-* Sat Jun 30 2007 Bernhard Rosenkraenzer <address@hidden> 2.5.3-1ark
-- 2.5.3
-
-* Sat Nov 25 2006 Bernhard Rosenkraenzer <address@hidden> 2.5.2-1ark
-- 2.5.2
-
-* Mon Nov 29 2004 Bernhard Rosenkraenzer <address@hidden> 2.5.1a-1ark
-- 2.5.1a

-----------------------------------------------------------------------

Summary of changes:
 grep.spec |   79 -------------------------------------------------------------
 1 files changed, 0 insertions(+), 79 deletions(-)
 delete mode 100644 grep.spec


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]