Hello community,

here is the log from the commit of package lpsolve for openSUSE:Factory checked 
in at 2014-01-30 11:32:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lpsolve (Old)
 and      /work/SRC/openSUSE:Factory/.lpsolve.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lpsolve"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lpsolve/lpsolve.changes  2013-05-16 
11:10:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lpsolve.new/lpsolve.changes     2014-01-30 
11:32:17.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 20:48:39 UTC 2014 - [email protected]
+
+- Pass over with spec-cleaner in the specs overview.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lpsolve.spec ++++++
--- /var/tmp/diff_new_pack.nLeSJQ/_old  2014-01-30 11:32:17.000000000 +0100
+++ /var/tmp/diff_new_pack.nLeSJQ/_new  2014-01-30 11:32:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lpsolve
 #
-# 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,14 @@
 
 
 %define libname liblpsolve55-0
-
 Name:           lpsolve
+Version:        5.5.2.0
+Release:        0
 Summary:        A Mixed Integer Linear Programming (MILP) Solver
 License:        LGPL-2.0+
 Group:          Productivity/Scientific/Math
-Version:        5.5.2.0
-Release:        0
 Url:            http://sourceforge.net/projects/lpsolve
-Source:         
http://dev.gentooexperimental.org/~scarabeus/%{name}_bundled_colamd-%version.tar.xz
+Source:         
http://dev.gentooexperimental.org/~scarabeus/%{name}_bundled_colamd-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -33,21 +32,21 @@
 linear, (mixed) integer/binary, semi-continuous and special ordered
 sets (SOS) models.
 
-%package -n %libname
+%package -n %{libname}
 Summary:        A Mixed Integer Linear Programming (MILP) Solver Library
 Group:          Productivity/Scientific/Math
-Provides:       liblpsolve55 = %version
-Obsoletes:      liblpsolve55 < %version
+Provides:       liblpsolve55 = %{version}
+Obsoletes:      liblpsolve55 < %{version}
 
-%description -n %libname
+%description -n %{libname}
 Mixed Integer Linear Programming (MILP) solver library lpsolve solves
 pure linear, (mixed) integer/binary, semi-continuous and special
 ordered sets (SOS) models.
 
 %package devel
-Requires:       %libname = %version
 Summary:        Files for Developing with lpsolve
 Group:          Development/Libraries/C and C++
+Requires:       %{libname} = %{version}
 
 %description devel
 Includes and definitions for developing with the lpsolve library.
@@ -56,36 +55,33 @@
 %setup -q
 
 %build
-export CFLAGS="%optflags -Icolamd/"
+export CFLAGS="%{optflags} -Icolamd/"
 %configure \
        --disable-static \
-       --docdir="%_docdir/%name"
+       --docdir="%{_docdir}/%{name}"
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%buildroot install
-rm %buildroot%_libdir/*.la
-
-%clean
-rm -rf %buildroot
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+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
 %defattr(-,root,root,-)
 %doc ./bfp/bfp_LUSOL/LUSOL/LUSOL_LGPL.txt 
./bfp/bfp_LUSOL/LUSOL/LUSOL_README.txt ./bfp/bfp_LUSOL/LUSOL/LUSOL-overview.txt
-%_docdir/%name/README.txt
-%_bindir/*
+%{_docdir}/%{name}/README.txt
+%{_bindir}/*
 
-%files -n %libname
+%files -n %{libname}
 %defattr(-,root,root,-)
-%_libdir/*.so.0*
+%{_libdir}/*.so.0*
 
 %files devel
 %defattr(-,root,root,-)
-%_includedir/%name
-%_libdir/*.so
+%{_includedir}/%{name}
+%{_libdir}/*.so
 
 %changelog

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

Reply via email to