Hello community,

here is the log from the commit of package giblib for openSUSE:Factory checked 
in at 2014-10-29 21:09:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/giblib (Old)
 and      /work/SRC/openSUSE:Factory/.giblib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "giblib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/giblib/giblib.changes    2014-05-06 
13:57:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.giblib.new/giblib.changes       2014-10-29 
21:09:28.000000000 +0100
@@ -1,0 +2,17 @@
+Fri Oct 24 13:56:02 UTC 2014 - tchva...@suse.com
+
+- giblib-config should be in devel, so remove the main pkg due to
+  that
+
+-------------------------------------------------------------------
+Fri Oct 24 13:43:25 UTC 2014 - tchva...@suse.com
+
+- Require libname pkg in devel to work actually
+
+-------------------------------------------------------------------
+Fri Oct 24 12:41:57 UTC 2014 - tchva...@suse.com
+
+- Cleanup a bit to actually work correctly to allow us to
+  put back the scrot
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ giblib.spec ++++++
--- /var/tmp/diff_new_pack.MHN8oA/_old  2014-10-29 21:09:29.000000000 +0100
+++ /var/tmp/diff_new_pack.MHN8oA/_new  2014-10-29 21:09:29.000000000 +0100
@@ -13,7 +13,10 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
+
+%define libname libgiblib1
 Name:           giblib
 Version:        1.2.4
 Release:        0
@@ -23,16 +26,12 @@
 Url:            http://freecode.com/projects/giblib
 Source0:        %{name}-%{version}.tar.gz
 Source90:       giblib-rpmlintrc
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(imlib2) >= 1.2.0
 Requires:       freetype2
 Requires:       imlib2 >= 1.2.0
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  freetype2-devel
-BuildRequires:  glibc-devel
-BuildRequires:  imlib2-devel >= 1.2.0
-BuildRequires:  libtool
-BuildRequires:  xorg-x11-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Giblib is a utility library. It incorporates doubly linked lists, some string
@@ -41,16 +40,16 @@
 %package devel
 Summary:        Giblib development files
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{libname} = %{version}
 
 %description devel
 Development files for the giblib library.
 
-%package -n libgiblib1
+%package -n %{libname}
 Summary:        A simple library which wraps imlib2
 Group:          System/Libraries
 
-%description -n libgiblib1
+%description -n %{libname}
 Giblib is a utility library. It incorporates doubly linked lists, some string
 functions, and a wrapper for imlib2.
 
@@ -58,36 +57,32 @@
 %setup -q
 
 %build
-%configure
+%configure \
+   --disable-static
 make %{?_smp_mflags}
 
 %install
 make \
        DESTDIR=%{buildroot} \
        LIBDIR=%{buildroot}%{_libdir} \
-       install%{?!debugrpm:-strip}
-
-rm -rf %{buildroot}%{_prefix}/doc 
+       install
 
-%post -n libgiblib1 -p /sbin/ldconfig
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n libgiblib1 -p /sbin/ldconfig
+rm -rf %{buildroot}%{_prefix}/doc
 
+%post -n %{libname} -p /sbin/ldconfig
 
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files
+%files -n %{libname}
 %defattr(-, root, root)
 %doc README AUTHORS ChangeLog COPYING
-%{_bindir}/giblib-config
-
-%files -n libgiblib1
-%defattr(-, root, root)
 %{_libdir}/libgiblib.so.*
 
 %files devel
 %defattr(-, root, root)
-%{_libdir}/libgiblib.a
-%{_libdir}/libgiblib.la
+%{_bindir}/giblib-config
 %{_libdir}/libgiblib.so
 %{_libdir}/pkgconfig/giblib.pc
 %dir %{_includedir}/giblib

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

Reply via email to