commit libmodman for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package libmodman for openSUSE:Factory 
checked in at 2018-03-08 10:52:21

Comparing /work/SRC/openSUSE:Factory/libmodman (Old)
 and  /work/SRC/openSUSE:Factory/.libmodman.new (New)


Package is "libmodman"

Thu Mar  8 10:52:21 2018 rev:11 rq:583050 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libmodman/libmodman.changes  2012-07-12 
10:47:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmodman.new/libmodman.changes 2018-03-08 
10:52:23.632364907 +0100
@@ -1,0 +2,11 @@
+Mon Mar  5 15:46:02 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update summaries. Reorder file list to have
+  if/endif blocks per output file.
+
+---
+Wed Feb 28 16:35:39 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libmodman.spec ++
--- /var/tmp/diff_new_pack.gD8EXX/_old  2018-03-08 10:52:24.928318253 +0100
+++ /var/tmp/diff_new_pack.gD8EXX/_new  2018-03-08 10:52:24.932318109 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmodman
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,18 +17,18 @@
 #
 
 
-Name:   libmodman
-Version:2.0.1
-Release:0
 %if 0%{?build_snapshot}
 %define _sourcename %{name}
 %else
 %define _sourcename %{name}-%{version}
 %endif
-Source: http://libmodman.googlecode.com/files/%{_sourcename}.tar.bz2
+Name:   libmodman
+Version:2.0.1
+Release:0
 Summary:A Module Management Library
-License:LGPL-2.1+
-Group:  System/Libraries
+License:LGPL-2.1-or-later
+Group:  Development/Libraries/C and C++
+Source: http://libmodman.googlecode.com/files/%{_sourcename}.tar.bz2
 # Script used for automatic update of snapshot packages
 Source98:   update-from-svn.sh
 Source99:   baselibs.conf
@@ -36,7 +36,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Module Loading library offers the choice to use prelinked libraries
@@ -51,7 +50,7 @@
 from your application out of a pool.
 
 %package devel
-Summary:A Module Management Library - Development headers
+Summary:Development files for libmodman, a module management library
 Group:  Development/Languages/C and C++
 Requires:   libmodman1 = %{version}
 
@@ -72,6 +71,7 @@
 %endif
 
 cd build
+# FIXME: you should use %%cmake macros
 cmake \
 %if 0%{?windows}
   -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw32.cmake \
@@ -82,40 +82,33 @@
   -DSHARE_INSTALL_PREFIX=%{_datadir} \
   -DINCLUDE_INSTALL_DIR=%{_includedir} \
 ..
-%{__make} %{?jobs:-j%jobs} VERBOSE=1
+make %{?_smp_mflags} VERBOSE=1
 
 %install
 cd build
-make DESTDIR=%{buildroot} install
+%make_install
 
 %check
 cd build
-make test
+make %{?_smp_mflags} test
 
 %post -n libmodman1 -p /sbin/ldconfig
-
 %postun -n libmodman1 -p /sbin/ldconfig
 
-%if ! 0%{?windows}
-
 %files -n libmodman1
-%defattr(-, root, root)
+%if !0%{?windows}
 %{_libdir}/libmodman.so.*
+%else
+%{_libdir}/libmodman.dll
+%endif
 
 %files devel
-%defattr(-, root, root)
+%if !0%{?windows}
 %{_includedir}/libmodman
 %{_libdir}/libmodman.so
 %{_libdir}/pkgconfig/libmodman-2.0.pc
 %{_datadir}/cmake/Modules/Findlibmodman.cmake
 %else
-
-%files -n libmodman1
-%defattr(-, root, root)
-%{_libdir}/libmodman.dll
-
-%files devel
-%defattr(-, root, root)
 %{_libdir}/libmodman.dll.a
 %{_includedir}/libmodman
 %endif




commit libmodman for openSUSE:Factory

2012-07-12 Thread h_root
Hello community,

here is the log from the commit of package libmodman for openSUSE:Factory 
checked in at 2012-07-12 10:47:13

Comparing /work/SRC/openSUSE:Factory/libmodman (Old)
 and  /work/SRC/openSUSE:Factory/.libmodman.new (New)


Package is libmodman, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmodman/libmodman.changes  2011-09-23 
02:08:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmodman.new/libmodman.changes 2012-07-12 
10:47:15.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  5 19:48:40 UTC 2012 - dims...@opensuse.org
+
+- Export CXXFLAGS=%{optflags} in build section to be sure we get
+  proper debug info.
+
+---



Other differences:
--
++ libmodman.spec ++
--- /var/tmp/diff_new_pack.vJP9iR/_old  2012-07-12 10:47:16.0 +0200
+++ /var/tmp/diff_new_pack.vJP9iR/_new  2012-07-12 10:47:16.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libmodman (Version 2.0.1)
+# spec file for package libmodman
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,18 +17,17 @@
 #
 
 
-
 Name:   libmodman
 Version:2.0.1
-Release:1
+Release:0
 %if 0%{?build_snapshot}
 %define _sourcename %{name}
 %else
 %define _sourcename %{name}-%{version}
 %endif
 Source: http://libmodman.googlecode.com/files/%{_sourcename}.tar.bz2
-License:LGPL-2.1+
 Summary:A Module Management Library
+License:LGPL-2.1+
 Group:  System/Libraries
 # Script used for automatic update of snapshot packages
 Source98:   update-from-svn.sh
@@ -44,7 +43,6 @@
 from your application out of a pool.
 
 %package -n libmodman1
-License:LGPL-2.1+
 Summary:A Module Management Library
 Group:  System/Libraries
 
@@ -53,7 +51,6 @@
 from your application out of a pool.
 
 %package devel
-License:LGPL-2.1+
 Summary:A Module Management Library - Development headers
 Group:  Development/Languages/C and C++
 Requires:   libmodman1 = %{version}
@@ -69,8 +66,9 @@
 mkdir build
 
 %build
+export CXXFLAGS=%{optflags}
 %if 0%{?windows}
-export CXXFLAGS=%{optflags} -fno-stack-protector -static-libgcc -static
+export CXXFLAGS=${CXXFLAGS} -fno-stack-protector -static-libgcc -static
 %endif
 
 cd build

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



commit libmodman for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libmodman for openSUSE:Factory 
checked in at 2011-12-06 18:24:36

Comparing /work/SRC/openSUSE:Factory/libmodman (Old)
 and  /work/SRC/openSUSE:Factory/.libmodman.new (New)


Package is libmodman, Maintainer is 

Changes:




Other differences:
--
++ libmodman.spec ++
--- /var/tmp/diff_new_pack.hlsKi2/_old  2011-12-06 18:42:51.0 +0100
+++ /var/tmp/diff_new_pack.hlsKi2/_new  2011-12-06 18:42:51.0 +0100
@@ -27,7 +27,7 @@
 %define _sourcename %{name}-%{version}
 %endif
 Source: http://libmodman.googlecode.com/files/%{_sourcename}.tar.bz2
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:A Module Management Library
 Group:  System/Libraries
 # Script used for automatic update of snapshot packages
@@ -44,7 +44,7 @@
 from your application out of a pool.
 
 %package -n libmodman1
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:A Module Management Library
 Group:  System/Libraries
 
@@ -53,7 +53,7 @@
 from your application out of a pool.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:A Module Management Library - Development headers
 Group:  Development/Languages/C and C++
 Requires:   libmodman1 = %{version}

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