- license changed to GPLv2+
- added -q option to %%setup
This commit is contained in:
parent
e56370a69e
commit
1269a7b3ef
10
lzop.spec
10
lzop.spec
@ -2,12 +2,12 @@
|
||||
|
||||
Name: lzop
|
||||
Version: 1.02
|
||||
Release: 0.8.rc1%{?dist}
|
||||
Release: 0.9.rc1%{?dist}
|
||||
|
||||
Summary: Real-time file compressor
|
||||
|
||||
Group: Applications/Archiving
|
||||
License: GPL+
|
||||
License: GPLv2+
|
||||
URL: http://www.%{name}.org/
|
||||
Source: http://www.%{name}.org/download/%{name}-%{archivever}.tar.gz
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -23,7 +23,7 @@ lzop was designed with reliability, speed, portibility and as a reasonable
|
||||
drop-in compatiblity to gzip.
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{archivever}
|
||||
%setup -q -n %{name}-%{archivever}
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -43,6 +43,10 @@ rm -fr %{buildroot}
|
||||
%attr(0755,root,root) %{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 03 2010 Kamil Dudka <kdudka@redhat.com> - 1.02-0.9.rc1
|
||||
- license changed to GPLv2+
|
||||
- added -q option to %%setup
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-0.8.rc1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user