From bacd382e9918f58046dce4abdb816b7bd6cedc35950bcdb5e7cea65c9f66c438 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 4 Oct 2012 13:17:10 +0000 Subject: [PATCH 1/4] . OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzio?expand=0&rev=9 --- libzio-0.99.tar.bz2 | 3 --- libzio-1.00.tar.bz2 | 3 +++ libzio.changes | 5 +++++ libzio.spec | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 libzio-0.99.tar.bz2 create mode 100644 libzio-1.00.tar.bz2 diff --git a/libzio-0.99.tar.bz2 b/libzio-0.99.tar.bz2 deleted file mode 100644 index 67de409..0000000 --- a/libzio-0.99.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05dc10958d91bb90404eaef843183117e38cd3fda531755edffc28d86cdfd24d -size 21389 diff --git a/libzio-1.00.tar.bz2 b/libzio-1.00.tar.bz2 new file mode 100644 index 0000000..d276a54 --- /dev/null +++ b/libzio-1.00.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696f2ef493d89d476138b5478ae20ecb090f9fedc14a06ba569452b854bc2616 +size 21376 diff --git a/libzio.changes b/libzio.changes index b0a69aa..c12bcf1 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 4 13:06:40 UTC 2012 - werner@suse.de + +- Correct autoconf part of the manual page + ------------------------------------------------------------------- Sun Jan 29 21:32:24 UTC 2012 - jengelh@medozas.de diff --git a/libzio.spec b/libzio.spec index f09b02d..2e08533 100644 --- a/libzio.spec +++ b/libzio.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libzio BuildRequires: libbz2-devel BuildRequires: zlib-devel @@ -30,7 +31,7 @@ BuildRequires: xz-devel Obsoletes: libzio-64bit %endif # -Version: 0.99 +Version: 1.00 Release: 0 Summary: A Library for Accessing Compressed Text Files License: GPL-2.0+ From 02a323abc324a1fca3998a678c40765f3fa9c1f48b96dc8c2e0d77ca00c0a6de Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 4 Oct 2012 13:36:19 +0000 Subject: [PATCH 2/4] . OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzio?expand=0&rev=10 --- libzio-1.00.tar.bz2 | 4 ++-- libzio.spec | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libzio-1.00.tar.bz2 b/libzio-1.00.tar.bz2 index d276a54..ecbc4e5 100644 --- a/libzio-1.00.tar.bz2 +++ b/libzio-1.00.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:696f2ef493d89d476138b5478ae20ecb090f9fedc14a06ba569452b854bc2616 -size 21376 +oid sha256:868857b7398b600b2198f78d8829aa9d3c9ccd26aa1268a8a420c00761cfc544 +size 21354 diff --git a/libzio.spec b/libzio.spec index 2e08533..da4e8e3 100644 --- a/libzio.spec +++ b/libzio.spec @@ -36,6 +36,7 @@ Release: 0 Summary: A Library for Accessing Compressed Text Files License: GPL-2.0+ Group: System/Libraries +Url: http://libzio.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: libzio-%{version}.tar.bz2 Source2: baselibs.conf @@ -99,7 +100,7 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} %files %defattr(-,root,root) -%{_libdir}/libzio.so.0 +%{_libdir}/libzio.so.1 %{_libdir}/libzio.so.%{version} %files devel From c2b81e884292ea5b657573ff32a1fcc06d830df44d779177c938b90d023b3f16 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 5 Oct 2012 07:50:30 +0000 Subject: [PATCH 3/4] . OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzio?expand=0&rev=11 --- libzio.changes | 5 +++++ libzio.spec | 36 +++++++++++++++++++++++------------- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/libzio.changes b/libzio.changes index c12bcf1..bf521f1 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 5 07:49:23 UTC 2012 - werner@suse.de + +- Strange policy causes new package libzio1 + ------------------------------------------------------------------- Thu Oct 4 13:06:40 UTC 2012 - werner@suse.de diff --git a/libzio.spec b/libzio.spec index da4e8e3..a5841fd 100644 --- a/libzio.spec +++ b/libzio.spec @@ -17,6 +17,15 @@ Name: libzio +%define lname libzio1 +Version: 1.00 +Release: 0 +Summary: A Library for Accessing Compressed Text Files +License: GPL-2.0+ +Group: System/Libraries +Url: http://libzio.sourceforge.net/ +Source: libzio-%{version}.tar.bz2 +Source1: baselibs.conf BuildRequires: libbz2-devel BuildRequires: zlib-devel %if %suse_version <= 1110 @@ -31,23 +40,24 @@ BuildRequires: xz-devel Obsoletes: libzio-64bit %endif # -Version: 1.00 -Release: 0 -Summary: A Library for Accessing Compressed Text Files -License: GPL-2.0+ -Group: System/Libraries -Url: http://libzio.sourceforge.net/ -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 files with FILE streams. +Author: +-------- + Werner Fink +%package -n %lname +Summary: A Library for Accessing Compressed Text Files +Group: System/Libraries -Authors: +%description -n %lname +Libzio provides a wrapper function for reading or writing gzip or bzip2 +files with FILE streams. + +Author: -------- Werner Fink @@ -94,11 +104,11 @@ done %install make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} -%post -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig -%files +%files -n %lname %defattr(-,root,root) %{_libdir}/libzio.so.1 %{_libdir}/libzio.so.%{version} From b70c0ea758f758c707b08e104cefd8a996ea81e5ceafdb02ca41da839681bd14 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 5 Oct 2012 11:52:03 +0000 Subject: [PATCH 4/4] . OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzio?expand=0&rev=12 --- libzio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libzio.spec b/libzio.spec index a5841fd..f24abee 100644 --- a/libzio.spec +++ b/libzio.spec @@ -64,7 +64,7 @@ Author: %package devel Summary: Libzio development files Group: Development/Libraries/C and C++ -Requires: libzio = %{version} +Requires: %lname = %{version} # bug437293 %ifarch ppc64 Obsoletes: libzio-devel-64bit