Mailinglist Archive: opensuse-commit (1469 mails)
| < Previous | Next > |
commit sgrep for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 01 Mar 2012 17:27:44 +0100
- Message-id: <20120301162744.9608220366@hilbert.suse.de>
Hello community,
here is the log from the commit of package sgrep for openSUSE:Factory checked
in at 2012-03-01 17:27:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sgrep (Old)
and /work/SRC/openSUSE:Factory/.sgrep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sgrep", Maintainer is "ke@xxxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/sgrep/sgrep.changes 2011-09-23
12:46:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sgrep.new/sgrep.changes 2012-03-01
17:27:42.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 25 08:41:20 UTC 2012 - coolo@xxxxxxxx
+
+- sync spec file name with package name
+
+-------------------------------------------------------------------
Old:
----
sgrep-1.92a.spec
New:
----
sgrep.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sgrep-1.92a.spec -> sgrep.spec ++++++
--- /work/SRC/openSUSE:Factory/sgrep/sgrep-1.92a.spec 2011-12-06
19:37:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sgrep.new/sgrep.spec 2012-03-01
17:27:42.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package sgrep (Version 1.92a)
+# spec file for package sgrep
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: sgrep
-License: GPL-2.0+
-Group: Productivity/Text/Utilities
-AutoReqProv: on
Version: 1.92a
-Release: 966
+Release: 0
Summary: Searching for Structured Patterns
+License: GPL-2.0+
+Group: Productivity/Text/Utilities
Source:
ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/sgrep-%{version}.tar.gz
Patch: sgrep-sgreprc.diff
Patch1: sgrep-no-build-date.patch
@@ -36,13 +33,6 @@
can use the program to extract fragments from SGML/XML or any other
well formed text files (including UTF-8 encoded files).
-
-
-Authors:
---------
- Jani Jaakkola <jjaakkol@xxxxxxxxxxxxxx>
- Pekka Kilpelainen <kilpelai@xxxxxxxxxxxxxx>
-
%define INSTALL install -m755 -s
%define INSTALL_SCRIPT install -m755
%define INSTALL_DIR install -d -m755
@@ -60,21 +50,14 @@
make
%install
-if [ ! "x" = "x$RPM_BUILD_ROOT" ] ; then
- export RPM_BUILD_ROOT
- rm -fr $RPM_BUILD_ROOT
- %{INSTALL_DIR} $RPM_BUILD_ROOT
-fi
+%{INSTALL_DIR} $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%{INSTALL_DATA} sample.sgreprc $RPM_BUILD_ROOT/%{_sysconfdir}/sgreprc
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/sample.sgreprc
-%clean
-rm -fr $RPM_BUILD_ROOT
-
%files
%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README sgrep.lsm
+%doc AUTHORS COPYING ChangeLog NEWS README sgrep.lsm
%doc sample.sgreprc
%config %{_sysconfdir}/sgreprc
%{_bindir}/sgrep
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package sgrep for openSUSE:Factory checked
in at 2012-03-01 17:27:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sgrep (Old)
and /work/SRC/openSUSE:Factory/.sgrep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sgrep", Maintainer is "ke@xxxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/sgrep/sgrep.changes 2011-09-23
12:46:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sgrep.new/sgrep.changes 2012-03-01
17:27:42.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 25 08:41:20 UTC 2012 - coolo@xxxxxxxx
+
+- sync spec file name with package name
+
+-------------------------------------------------------------------
Old:
----
sgrep-1.92a.spec
New:
----
sgrep.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sgrep-1.92a.spec -> sgrep.spec ++++++
--- /work/SRC/openSUSE:Factory/sgrep/sgrep-1.92a.spec 2011-12-06
19:37:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sgrep.new/sgrep.spec 2012-03-01
17:27:42.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package sgrep (Version 1.92a)
+# spec file for package sgrep
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: sgrep
-License: GPL-2.0+
-Group: Productivity/Text/Utilities
-AutoReqProv: on
Version: 1.92a
-Release: 966
+Release: 0
Summary: Searching for Structured Patterns
+License: GPL-2.0+
+Group: Productivity/Text/Utilities
Source:
ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/sgrep-%{version}.tar.gz
Patch: sgrep-sgreprc.diff
Patch1: sgrep-no-build-date.patch
@@ -36,13 +33,6 @@
can use the program to extract fragments from SGML/XML or any other
well formed text files (including UTF-8 encoded files).
-
-
-Authors:
---------
- Jani Jaakkola <jjaakkol@xxxxxxxxxxxxxx>
- Pekka Kilpelainen <kilpelai@xxxxxxxxxxxxxx>
-
%define INSTALL install -m755 -s
%define INSTALL_SCRIPT install -m755
%define INSTALL_DIR install -d -m755
@@ -60,21 +50,14 @@
make
%install
-if [ ! "x" = "x$RPM_BUILD_ROOT" ] ; then
- export RPM_BUILD_ROOT
- rm -fr $RPM_BUILD_ROOT
- %{INSTALL_DIR} $RPM_BUILD_ROOT
-fi
+%{INSTALL_DIR} $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%{INSTALL_DATA} sample.sgreprc $RPM_BUILD_ROOT/%{_sysconfdir}/sgreprc
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/sample.sgreprc
-%clean
-rm -fr $RPM_BUILD_ROOT
-
%files
%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README sgrep.lsm
+%doc AUTHORS COPYING ChangeLog NEWS README sgrep.lsm
%doc sample.sgreprc
%config %{_sysconfdir}/sgreprc
%{_bindir}/sgrep
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |