License fix, BR fix
This commit is contained in:
parent
3d82be9583
commit
13b680ebd1
@ -1,8 +1,8 @@
|
||||
Summary: A library for locking devices
|
||||
Name: lockdev
|
||||
Version: 1.0.1
|
||||
Release: 11%{?dist}
|
||||
License: LGPL
|
||||
Release: 11%{?dist}.1
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packages.debian.org/unstable/source/lockdev
|
||||
Source: http://ftp.debian.org/debian/pool/main/l/lockdev/%{name}_%{version}.orig.tar.gz
|
||||
@ -23,6 +23,7 @@ Requires(postun): glibc
|
||||
PreReq: filesystem >= 2.1.4-1
|
||||
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
@ -88,6 +89,10 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.1-11.1
|
||||
- correct license tag
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
||||
* Thu Apr 12 2007 Karel Zak <kzak@redhat.com> - 1.0.1-11
|
||||
- fix rpmlint issues
|
||||
- change lockdev permissions from 2755 to 2711
|
||||
|
Loading…
Reference in New Issue
Block a user