fix license handling
This commit is contained in:
parent
a296ad487a
commit
71c75a69a5
12
libmnl.spec
12
libmnl.spec
@ -1,6 +1,6 @@
|
||||
Name: libmnl
|
||||
Version: 1.0.3
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: A minimalistic Netlink library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -57,11 +57,14 @@ mv examples examples-%{_arch}
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING README
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%doc COPYING
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc examples-%{_arch}
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -71,6 +74,9 @@ mv examples examples-%{_arch}
|
||||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 1.0.3-8
|
||||
- fix license handling
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user