From 1f24236f38e50594c301b3a1fa630d8718a8272c6a3167aea461b3bbbcd499f0 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 14:16:31 +0000 Subject: [PATCH] Accepting request 29103 from devel:libraries:c_c++ Copy from devel:libraries:c_c++/libzio based on submit request 29103 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/29103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=21 --- baselibs.conf | 1 + libzio.changes | 7 ++++++ libzio.spec | 67 +++++--------------------------------------------- 3 files changed, 14 insertions(+), 61 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 61f6c46..efc8355 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,2 @@ arch ppc package libzio +arch sparcv9 package libzio diff --git a/libzio.changes b/libzio.changes index 06c3ca1..ecb58bc 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Dec 13 16:46:51 CET 2009 - jengelh@medozas.de + +- enable parallel building +- add baselibs.conf as a source +- add baselibs for SPARC + ------------------------------------------------------------------- Wed Jun 17 13:09:43 CEST 2009 - werner@suse.de diff --git a/libzio.spec b/libzio.spec index f15e1c0..b77f24e 100644 --- a/libzio.spec +++ b/libzio.spec @@ -1,7 +1,7 @@ # # spec file for package libzio (Version 0.99) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -25,7 +25,7 @@ BuildRequires: lzma lzma-devel %else BuildRequires: xz xz-devel %endif -License: GPL v2 or later +License: GPLv2+ Group: System/Libraries AutoReqProv: on # bug437293 @@ -34,10 +34,11 @@ Obsoletes: libzio-64bit %endif # Version: 0.99 -Release: 2 +Release: 3 Summary: A Library for Accessing Compressed Text Files BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: libzio-%{version}.tar.bz2 +Source2: baselibs.conf %description Libzio provides a wrapper function for reading or writing gzip or bzip2 @@ -50,7 +51,7 @@ Authors: Werner Fink %package devel -License: GPL v2 or later +License: GPLv2+ Summary: Libzio development files Group: Development/Libraries/C and C++ Requires: libzio = %{version} @@ -75,7 +76,7 @@ Authors: %setup -q %build -make noweak +make %{?jobs:-j%jobs} noweak %check make testt @@ -112,59 +113,3 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} /usr/include/zio.h %changelog -* Wed Jun 17 2009 werner@suse.de -- Use noweak version of libzio -* Mon Feb 23 2009 werner@suse.de -- Add fseek(3) support for bzip and LZW files -* Mon Feb 23 2009 schwab@suse.de -- Fix namespace violations. -* Fri Feb 13 2009 werner@suse.de -- Use liblzma from xz package if available -- Detect if funopen(3) can be used if no fopencookie(3) found -* Wed Jan 07 2009 olh@suse.de -- obsolete old -XXbit packages (bnc#437293) -* Tue Nov 11 2008 ro@suse.de -- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf -* Thu Oct 16 2008 werner@suse.de -- Better documentation -* Wed Sep 24 2008 werner@suse.de -- Be able to detect -lzma suffix -* Wed Sep 24 2008 werner@suse.de -- Add support for lzma using liblzmadec -* Mon Jul 21 2008 werner@suse.de -- Make it build -* Thu Jul 17 2008 werner@suse.de -- Add some more comments what can be done with streams created - by fzopen and fdzopen and what can not be done. -* Mon Apr 21 2008 werner@suse.de -- Make BZ2_bzdopen() and gzdopen() weak symbols -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Wed Feb 13 2008 werner@suse.de -- Export only fzopen() and fdzopen() -* Fri Dec 07 2007 werner@suse.de -- Add support for streams on file descriptors -* Mon Mar 26 2007 rguenther@suse.de -- Split off libzio-devel. -* Sat Mar 24 2007 aj@suse.de -- Add libbz2-devel to BuildRequirs. -* Wed Dec 20 2006 werner@suse.de -- Better weak symbol handling even for -ansi -pedantic -* Fri Dec 15 2006 werner@suse.de -- Can not use sigmask() macro in ia64 because its definition is - for sigset_t array only but not for single ulong -* Tue Dec 12 2006 werner@suse.de -- Add support for the old LZW (.Z) format -* Wed Jun 21 2006 werner@suse.de -- Remove self provide -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Apr 21 2004 werner@suse.de -- Add missed _libdir usage -* Wed Apr 21 2004 werner@suse.de -- Provide shared lib for linkage -* Wed Apr 21 2004 werner@suse.de -- Add magic detection of standard unix compress -* Tue Apr 20 2004 werner@suse.de -- Initial version 0.1 of libzio, the wrapper library to zlib/libbz2