Use license macro for COPYING*
This commit is contained in:
parent
1b1a285355
commit
7fb5b4d4dc
@ -1,3 +1,5 @@
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
|
||||
Name: autoconf-archive
|
||||
Version: 2015.02.24
|
||||
Release: 1%{?dist}
|
||||
@ -38,13 +40,15 @@ if [ $1 = 0 ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING* NEWS README TODO
|
||||
%doc AUTHORS NEWS README TODO
|
||||
%license COPYING*
|
||||
%{_datadir}/aclocal/*.m4
|
||||
%{_infodir}/autoconf-archive.info*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2015 David King <amigadave@amigadave.com> - 2015.02.24-1
|
||||
- Update to 2015.02.24
|
||||
- Use license macro for COPYING*
|
||||
|
||||
* Mon Feb 09 2015 Christopher Meng <rpm@cicku.me> - 2015.02.04-1
|
||||
- Update to 2015.02.04
|
||||
|
||||
Loading…
Reference in New Issue
Block a user