forked from pool/libzio
This commit is contained in:
parent
88024b6e48
commit
e285f41a23
@ -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
3
libzio-0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68e4e05b4ec5191cf77f9b207434a5149f1e18cce36115974b9d705528afa0dc
|
||||
size 17053
|
@ -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
|
||||
|
||||
|
10
libzio.spec
10
libzio.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user