fix license handling
This commit is contained in:
parent
76e53b3650
commit
53a48b9ae7
@ -1,6 +1,6 @@
|
||||
Name: qrencode
|
||||
Version: 3.4.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Generate QR 2D barcodes
|
||||
Summary(fr): Génère les code-barres en 2D QR
|
||||
|
||||
@ -82,7 +82,9 @@ sh test_all.sh
|
||||
%{_mandir}/man1/qrencode.1*
|
||||
|
||||
%files libs
|
||||
%doc ChangeLog COPYING NEWS README TODO
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc ChangeLog NEWS README TODO
|
||||
%{_libdir}/libqrencode.so.*
|
||||
|
||||
%files devel
|
||||
@ -92,6 +94,9 @@ sh test_all.sh
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 4 2014 Tom Callaway <spot@fedoraproject.org> - 3.4.2-3
|
||||
- fix license handling
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user