Hello community,

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

Package is "libicns"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libicns/libicns.changes  2015-07-12 
22:53:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libicns.new/libicns.changes     2015-12-24 
12:16:09.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Dec 11 16:01:57 UTC 2015 - [email protected]
+
+- Revert accidental rename of icns-utils package
+
+-------------------------------------------------------------------
+Fri Dec  4 10:44:51 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Remove hardcoded dependencies, they are generated automatically
+- Rename devel package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libicns.spec ++++++
--- /var/tmp/diff_new_pack.r8MdvI/_old  2015-12-24 12:16:10.000000000 +0100
+++ /var/tmp/diff_new_pack.r8MdvI/_new  2015-12-24 12:16:10.000000000 +0100
@@ -17,19 +17,18 @@
 #
 
 
-%define         soname %{name}1
-
+%define         libname %{name}1
 Name:           libicns
+Version:        0.8.1
+Release:        0
 Summary:        Application for manipulation of the Mac OS icns
 License:        LGPL-2.1+
 Group:          Productivity/Graphics/Convertors
-Version:        0.8.1
-Release:        0
-Source0:        http://download.sourceforge.net/icns/%{name}-%{version}.tar.gz
 Url:            http://icns.sourceforge.net/
+Source0:        http://download.sourceforge.net/icns/%{name}-%{version}.tar.gz
 BuildRequires:  libjasper-devel
 BuildRequires:  libpng12-compat-devel
-Requires:       %{soname} = %{version}
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,7 +45,6 @@
 Summary:        Application for manipulation of the Mac OS icns
 License:        GPL-2.0
 Group:          Productivity/Graphics/Convertors
-Requires:       %{soname} = %{version}
 
 %description -n icns-utils
 Utilities to convert to and from icns files using %{name}:
@@ -54,48 +52,39 @@
     2. icns2png: Tool to convert icns icons to png, and
     3. icontainer2icns: Tool for extracting icns files from icontainers.
 
-%package -n %{soname}
+%package -n %{libname}
 Summary:        System libraries for %{name}
 License:        LGPL-2.1
 Group:          System/Libraries
 
-%description -n %{soname}
+%description -n %{libname}
 System libraries file for %{name}.
 
-%package -n %{soname}-devel
+%package devel
 Summary:        Development files for %{name}
 License:        LGPL-2.1
 Group:          Development/Libraries/Other
-Requires:       %{soname} = %{version}
+Requires:       %{libname} = %{version}-%{release}
+Provides:       %{libname}-devel = %{version}-%{release}
 
-%description -n %{soname}-devel
+%description devel
 Libraries and header files for developing applications that use libicns.
 
 %prep
 %setup -q
 
 %build
-%configure --disable-static
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
-find %{buildroot} -name '*.la' -exec rm {} \;
-
-%post -n %{soname}
-/sbin/ldconfig
-
-%postun -n %{soname}
-/sbin/ldconfig
-
-%post -n %{soname}-devel
-/sbin/ldconfig
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n %{soname}-devel
-/sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%clean
-rm -rf '%{buildroot}'
+%postun -n %{libname} -p /sbin/ldconfig
 
 %files -n icns-utils
 %defattr(-,root,root)
@@ -105,11 +94,11 @@
 %{_bindir}/icontainer2icns
 %{_mandir}/man1/*.gz
 
-%files -n %{soname}
+%files -n %{libname}
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 
-%files -n %{soname}-devel
+%files devel
 %defattr(-,root,root)
 %doc src/apidocs.* DEVNOTES
 %{_includedir}/*


Reply via email to