Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2014-05-13 20:46:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/re2c (Old)
 and      /work/SRC/openSUSE:Factory/.re2c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "re2c"

Changes:
--------
--- /work/SRC/openSUSE:Factory/re2c/re2c.changes        2013-08-04 
17:22:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes   2014-05-13 
20:46:24.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 12 15:03:28 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Sort out the %prep finds that are no longer needed.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ re2c.spec ++++++
--- /var/tmp/diff_new_pack.elvxLv/_old  2014-05-13 20:46:25.000000000 +0200
+++ /var/tmp/diff_new_pack.elvxLv/_new  2014-05-13 20:46:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package re2c
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,15 +17,15 @@
 
 
 Name:           re2c
-BuildRequires:  gcc-c++
 Version:        0.13.6
 Release:        0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://re2c.org/
-Source:         %{name}-%{version}.tar.gz
 Summary:        Tool for generating C-based recognizers from regular 
expressions
 License:        SUSE-Public-Domain
 Group:          Development/Libraries/C and C++
+Url:            http://re2c.org/
+Source:         %{name}-%{version}.tar.gz
+BuildRequires:  gcc-c++
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 re2c is a tool for writing fast and flexible lexers. Unlike other such
@@ -34,35 +34,25 @@
 applications. The generated scanners approach hand-crafted ones in
 terms of size and speed.
 
-
-
-Authors:
---------
-    Dan Nuffer
-
 %prep
 %setup -q
-find -type d -name .svn -print0 | xargs -r0 rm -rf
-find CHANGELOG lessons examples -type f -print0 \
+find lessons examples -type f -print0 \
     | xargs -r0 chmod -v a-x
 
 %build
 %configure
-%{__make} %{?_smp_mflags} re2c
+make %{?_smp_mflags} re2c
 #regenerate file scanner.cc
-%{__rm} -f scanner.cc
+rm -f scanner.cc
 ./re2c -g scanner.re > scanner.cc
-%{__rm} -f re2c scanner.o
-%{__make} %{?_smp_mflags}
+rm -f re2c scanner.o
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-%{__rm} -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to