forked from pool/libzio
.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzio?expand=0&rev=10
This commit is contained in:
parent
bacd382e99
commit
02a323abc3
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:696f2ef493d89d476138b5478ae20ecb090f9fedc14a06ba569452b854bc2616
|
oid sha256:868857b7398b600b2198f78d8829aa9d3c9ccd26aa1268a8a420c00761cfc544
|
||||||
size 21376
|
size 21354
|
||||||
|
@ -36,6 +36,7 @@ Release: 0
|
|||||||
Summary: A Library for Accessing Compressed Text Files
|
Summary: A Library for Accessing Compressed Text Files
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Url: http://libzio.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: libzio-%{version}.tar.bz2
|
Source: libzio-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -99,7 +100,7 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libzio.so.0
|
%{_libdir}/libzio.so.1
|
||||||
%{_libdir}/libzio.so.%{version}
|
%{_libdir}/libzio.so.%{version}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user