Hello community,

here is the log from the commit of package libloki for openSUSE:Factory checked 
in at 2012-02-14 19:02:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libloki (Old)
 and      /work/SRC/openSUSE:Factory/.libloki.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libloki", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libloki/libloki.changes  2011-10-04 
18:13:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libloki.new/libloki.changes     2012-02-14 
19:02:30.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 16:48:37 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Use fdupes to reduce duplicates instead of open-coding it
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libloki.spec ++++++
--- /var/tmp/diff_new_pack.mKjbOD/_old  2012-02-14 19:02:31.000000000 +0100
+++ /var/tmp/diff_new_pack.mKjbOD/_new  2012-02-14 19:02:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libloki
 #
-# Copyright (c) 2011 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
@@ -21,14 +21,15 @@
 Name:           lib%{_S0_name}
 Version:        0.1.7
 Release:        0
-License:        MIT
 Summary:        Loki C++ Library of common design patterns and idioms
-Url:            http://loki-lib.sourceforge.net
+License:        MIT
 Group:          Development/Libraries/C and C++
+Url:            http://loki-lib.sourceforge.net
 Source:         %{_S0_name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
 BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 
 %description
 Loki is a C++ library of designs, containing flexible implementations of
@@ -39,9 +40,8 @@
 
 
 %package -n %{name}%{_SO_nr}
-License:        MIT
-Group:          Development/Libraries/C and C++
 Summary:        Loki C++ Library of common design patterns and idioms
+Group:          Development/Libraries/C and C++
 
 %description -n %{name}%{_SO_nr}
 Loki is a C++ library of designs, containing flexible implementations of
@@ -80,14 +80,6 @@
     rm -rf html
     doxygen
 )
-( # hardlink identical files
-    cd doc/html
-    find . -type f \
-       | xargs md5sum \
-       | sort \
-       | awk '($1 == lm) { printf "rm -f %s\n", $2; printf "ln %s %s\n", lf, 
$2; next }{ lm = $1; lf = $2 }' \
-       | sh
-)
 
 %install
 mkdir -p %{buildroot}%{_includedir}
@@ -101,6 +93,7 @@
 cp CHANGES README %{buildroot}%{_docdir}/%{name}
 cp -a doc/{flex,html,yasli} %{buildroot}%{_docdir}/%{name}
 
+%fdupes %buildroot
 
 %post -n %{name}%{_SO_nr} -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to