fix license handling
This commit is contained in:
parent
c0d7443de4
commit
51f5f94c60
@ -1,6 +1,6 @@
|
||||
Name: libnfnetlink
|
||||
Version: 1.0.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Netfilter netlink userspace library
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
@ -48,7 +48,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
|
||||
@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/libnfnetlink/*.h
|
||||
|
||||
%changelog
|
||||
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 1.0.1-5
|
||||
- fix license handling
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user