Hello community,

here is the log from the commit of package libucl1 for openSUSE:Factory checked 
in at 2012-03-23 12:06:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libucl1 (Old)
 and      /work/SRC/openSUSE:Factory/.libucl1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libucl1", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.libucl1.new/libucl1.changes     2012-03-23 
12:06:31.000000000 +0100
@@ -0,0 +1,44 @@
+-------------------------------------------------------------------
+Tue Feb  3 18:20:18 CET 2009 - [email protected]
+
+- remove "la" files
+- fix devel package deps
+ 
+
+-------------------------------------------------------------------
+Mon Jan 26 16:25:11 CET 2009 - [email protected]
+
+- package renamed to libucl1
+
+-------------------------------------------------------------------
+Wed Jan 25 21:42:22 CET 2006 - [email protected]
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Tue Aug 10 17:14:24 CEST 2004 - [email protected]
+
+- update to 1.03
+
+-------------------------------------------------------------------
+Sun Jan 11 12:14:05 CET 2004 - [email protected]
+
+- build as user
+
+-------------------------------------------------------------------
+Mon Jan 14 14:10:37 CET 2002 - [email protected]
+
+- update to version 1.01
+- use %{_libdir}
+- fixed URL in spec file
+
+-------------------------------------------------------------------
+Tue Jun 19 16:55:25 CEST 2001 - [email protected]
+
+- fixed configure params
+
+-------------------------------------------------------------------
+Thu Jun 14 15:39:57 CEST 2001 - [email protected]
+
+- initial package release (version 0.92)
+

New:
----
  libucl1.changes
  libucl1.spec
  ucl-1.03.tar.bz2

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

Other differences:
------------------
++++++ libucl1.spec ++++++
#
# spec file for package libucl1
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libucl1
Version:        1.03
Release:        0
Source0:        ucl-%{version}.tar.bz2
Url:            http://www.oberhumer.com/opensource/ucl/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Summary:        The UCL Compression Library
License:        GPL-2.0
Group:          System/Libraries
Obsoletes:      ucl < %{version}
Provides:       ucl = %{version}

%description
This package contains portable lossless data compression library
written in ANSI C. UCL implements a number of compression algorithms
that achieve an excellent compression ratio while allowing *very* fast
decompression. Decompression requires no additional memory. UCL is
OpenSource reimplementation of some NRV compression algorithms.



Authors:
--------
    Markus F.X.J. Oberhumer <[email protected]>

%package devel
Summary:        Development Files For UCL Library
Group:          Development/Libraries/C and C++
Requires:       %{name} = %{version}
Requires:       glibc-devel

%description devel
Headers and other development files for UCL library.

%prep
%setup -q -n ucl-%{version}

%build
%configure --disable-static --enable-shared --with-pic 
%{__make} %{?jobs:-j%jobs}

%install
make DESTDIR=$RPM_BUILD_ROOT install
%{__rm} -f %{buildroot}%{_libdir}/*.la

%check
make check

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_libdir}/libucl.so.*
%doc COPYING NEWS INSTALL README THANKS TODO

%files devel
%defattr(-,root,root)
%{_prefix}/include/ucl
%{_libdir}/libucl.so

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

Reply via email to