Hello community,

here is the log from the commit of package meanwhile for openSUSE:Factory 
checked in at 2015-09-24 06:12:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/meanwhile (Old)
 and      /work/SRC/openSUSE:Factory/.meanwhile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "meanwhile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/meanwhile/meanwhile.changes      2011-11-29 
17:16:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.meanwhile.new/meanwhile.changes 2015-09-24 
06:12:27.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 11 16:51:03 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Update dependencies
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  meanwhile-1.0.2.tar.bz2

New:
----
  meanwhile-1.0.2.tar.gz

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

Other differences:
------------------
++++++ meanwhile.spec ++++++
--- /var/tmp/diff_new_pack.9PJSz2/_old  2015-09-24 06:12:29.000000000 +0200
+++ /var/tmp/diff_new_pack.9PJSz2/_new  2015-09-24 06:12:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package meanwhile
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,48 +16,51 @@
 #
 
 
-
-Name:           meanwhile
 %define lname  libmeanwhile1
-BuildRequires:  glib2-devel libtool
-License:        LGPL-2.1+
-Group:          Development/Libraries/C and C++
+Name:           meanwhile
 Version:        1.0.2
-Release:        122
+Release:        0
 Summary:        Lotus Sametime Community Client Library
+License:        LGPL-2.1+
+Group:          Development/Libraries/C and C++
 Url:            http://meanwhile.sf.net/
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://sourceforge.net/projects/meanwhile/files/meanwhile/%{version}/%{name}-%{version}.tar.gz
 Patch0:         meanwhile-status.diff
 Patch1:         meanwhile-glib-2.31.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  glib2-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Library to establish instant messaging connections to the Lotus
 Sametime IM server.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Lotus Sametime Community Client Library
 Group:          System/Libraries
 # O/P added 2011-11-26
-Obsoletes:      libmeanwhile < %version-%release
-Provides:       libmeanwhile = %version-%release
+Obsoletes:      libmeanwhile < %{version}-%{release}
+Provides:       libmeanwhile = %{version}-%{release}
 
-%description -n %lname
+%description -n %{lname}
 Library to establish instant messaging connections to the Lotus
 Sametime IM server.
 
 %package devel
-Group:          Development/Libraries/C and C++
 Summary:        Lotus Sametime Community Client library
-Requires:       %lname = %version, glib2-devel
+Group:          Development/Libraries/C and C++
+Requires:       %{lname} = %{version}, glib2-devel
 
 %description devel
 Library to establish instant messaging connections to the Lotus
 Sametime IM server.
 
 %package doc
-Group:          Development/Libraries/C and C++
 Summary:        Lotus Sametime Community Client library
+Group:          Development/Libraries/C and C++
 
 %description doc
 Library to establish instant messaging connections to the Lotus
@@ -69,28 +72,30 @@
 %patch1 -p1
 
 %build
-autoreconf -f -i
-%configure --disable-doxygen --disable-static
+autoreconf -fiv
+%configure \
+  --disable-doxygen \
+  --disable-static
 make %{?_smp_mflags} \
        htmldocdir=%{_docdir}/%{name}/html\
        latexdocdir=%{_docdir}/%{name}/latex\
        sampledir=%{_docdir}/%{name}/samples
 
 %install
-%makeinstall\
+make DESTDIR=%{buildroot} install %{?_smp_mflags}\
        htmldocdir=%{_docdir}/%{name}/html\
        latexdocdir=%{_docdir}/%{name}/latex\
        sampledir=%{_docdir}/%{name}/samples
 # NEWS is empty
-rm -rf %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
-%doc COPYING LICENSE README
+%doc COPYING README
 %{_libdir}/libmeanwhile.so.1*
 
 %files devel


Reply via email to