Hello community,

here is the log from the commit of package mythes for openSUSE:Factory checked 
in at 2013-12-11 16:15:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mythes (Old)
 and      /work/SRC/openSUSE:Factory/.mythes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mythes"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mythes/mythes.changes    2013-04-29 
09:54:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mythes.new/mythes.changes       2013-12-11 
16:15:54.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec  3 13:25:08 UTC 2013 - [email protected]
+
+- Format with spec-cleaner as it is being tested here.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mythes.spec ++++++
--- /var/tmp/diff_new_pack.wrQzCo/_old  2013-12-11 16:15:56.000000000 +0100
+++ /var/tmp/diff_new_pack.wrQzCo/_new  2013-12-11 16:15:56.000000000 +0100
@@ -17,7 +17,6 @@
 
 
 %define libname libmythes-1_2-0
-
 Name:           mythes
 Version:        1.2.3
 Release:        0
@@ -25,7 +24,7 @@
 License:        BSD-2-Clause and MIT
 Group:          System/Libraries
 Url:            http://hunspell.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/hunspell/%name-%version.tar.gz
+Source0:        
http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  hunspell-devel
 BuildRequires:  pkgconfig
@@ -36,26 +35,26 @@
 index file with binary search to look up words and phrases and return 
 information on part of speech, meanings, and synonyms.
 
-%package -n %libname
+%package -n %{libname}
 Summary:        A simple thesaurus for Libreoffice
 Group:          System/Libraries
 
-%description -n %libname
+%description -n %{libname}
 MyThes is a simple thesaurus that uses a structured text data file and an
 index file with binary search to look up words and phrases and return
 information on part of speech, meanings, and synonyms.
 
 %package devel
-Summary:        Files for Developing with %name
+Summary:        Files for Developing with %{name}
 Group:          Development/Libraries/C and C++
-Requires:       %libname = %version
+Requires:       %{libname} = %{version}
 
 %description devel
 MyThes is a simple thesaurus that uses a structured text data file and an
 index file with binary search to look up words and phrases and return
 information on part of speech, meanings, and synonyms.
 
-This package contains the %name development files.
+This package contains the %{name} development files.
 
 %prep
 %setup -q
@@ -67,24 +66,24 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%buildroot install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-rm %buildroot%_libdir/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n %libname -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %libname
+%files -n %{libname}
 %defattr(-,root,root)
 %doc COPYING README* AUTHORS
-%_libdir/*.so.*
+%{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root)
-%_libdir/*.so
-%_libdir/pkgconfig/%{name}*.pc
-%_includedir/%{name}*
-%_bindir/th_gen_idx.pl
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}*.pc
+%{_includedir}/%{name}*
+%{_bindir}/th_gen_idx.pl
 
 %changelog

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

Reply via email to