SHA256
3
0
forked from pool/libzio
OBS User unknown 2008-04-21 16:42:15 +00:00 committed by Git OBS Bridge
parent 88024b6e48
commit e285f41a23
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83ab8f88ee375b2396b4c15f487c55487544579bbff57306be7a45ae4a02e722
size 17031

3
libzio-0.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68e4e05b4ec5191cf77f9b207434a5149f1e18cce36115974b9d705528afa0dc
size 17053

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 21 15:31:27 CEST 2008 - werner@suse.de
- Make BZ2_bzdopen() and gzdopen() weak symbols
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzio (Version 0.6)
# spec file for package libzio (Version 0.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -19,8 +19,8 @@ BuildRequires: libbz2-devel
License: GPL v2 or later
Group: System/Libraries
AutoReqProv: on
Version: 0.6
Release: 12
Version: 0.7
Release: 1
Summary: A Library for Accessing Compressed Text Files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: libzio-%{version}.tar.bz2
@ -78,7 +78,7 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
%files
%defattr(-,root,root)
%{_libdir}/libzio.so.0
%{_libdir}/libzio.so.0.6
%{_libdir}/libzio.so.0.7
%files devel
%defattr(-,root,root)
@ -89,6 +89,8 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
/usr/include/zio.h
%changelog
* 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