Use %%license
This commit is contained in:
parent
a0289215cf
commit
6919af87dc
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libplist
|
||||
Version: 1.12
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for manipulating Apple Binary and XML Property Lists
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -58,7 +58,9 @@ make check
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING.LESSER README
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING.LESSER
|
||||
%doc AUTHORS README
|
||||
%{_bindir}/plistutil
|
||||
%{_libdir}/libplist.so.3*
|
||||
%{_libdir}/libplist++.so.3*
|
||||
@ -74,6 +76,9 @@ make check
|
||||
%{python_sitearch}/plist*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 3 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.12-2
|
||||
- Use %%license
|
||||
|
||||
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.12-1
|
||||
- New upstream 1.12 release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user