fix license handling
This commit is contained in:
parent
9ea216ddf4
commit
5fb3b8e7cf
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libuser
|
||||
Version: 0.60
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: LGPLv2+
|
||||
URL: https://fedorahosted.org/libuser/
|
||||
@ -70,7 +70,9 @@ python -c "import libuser"
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS COPYING NEWS README TODO docs/*.txt
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README TODO docs/*.txt
|
||||
%config(noreplace) %{_sysconfdir}/libuser.conf
|
||||
|
||||
%attr(0755,root,root) %{_bindir}/*
|
||||
@ -96,6 +98,9 @@ python -c "import libuser"
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 0.60-5
|
||||
- fix license handling
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user