auto-import lzo-1.08-0.fdr.2.1 from lzo-1.08-0.fdr.2.1.src.rpm
This commit is contained in:
parent
ffe4853975
commit
ff3b16f886
10
lzo.spec
10
lzo.spec
@ -1,7 +1,7 @@
|
||||
Summary: A data compression library with very fast (de)compression.
|
||||
Name: lzo
|
||||
Version: 1.08
|
||||
Release: 0.fdr.2.rh90
|
||||
Release: 0.fdr.2.1
|
||||
Epoch: 0
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
@ -16,7 +16,6 @@ Group: Development/Libraries
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: zlib-devel
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
%description
|
||||
LZO is a portable lossless data compression library written in ANSI C.
|
||||
It offers pretty fast compression and very fast decompression.
|
||||
@ -29,30 +28,24 @@ LZO is a portable lossless data compression library written in ANSI C.
|
||||
It offers pretty fast compression and very fast decompression.
|
||||
This package contains development files needed for lzo.
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
%build
|
||||
%configure --enable-shared
|
||||
make %{?_smp_mflags}
|
||||
make check test
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS README COPYING ChangeLog THANKS NEWS
|
||||
@ -65,7 +58,6 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/liblzo.so
|
||||
%{_libdir}/liblzo.a
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
%changelog
|
||||
* Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:1.08-0.fdr.2
|
||||
- Typo un devel description
|
||||
|
Loading…
Reference in New Issue
Block a user