fix license handling
This commit is contained in:
parent
6da56350a0
commit
a9eb4889a4
@ -1,7 +1,7 @@
|
|||||||
Name: libassuan
|
Name: libassuan
|
||||||
Summary: GnuPG IPC library
|
Summary: GnuPG IPC library
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
# The library is LGPLv2+, the documentation GPLv3+
|
# The library is LGPLv2+, the documentation GPLv3+
|
||||||
License: LGPLv2+ and GPLv3+
|
License: LGPLv2+ and GPLv3+
|
||||||
@ -76,7 +76,9 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING COPYING.LIB NEWS README THANKS TODO
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING COPYING.LIB
|
||||||
|
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
||||||
%{_libdir}/libassuan.so.0*
|
%{_libdir}/libassuan.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -89,6 +91,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 2.1.0-4
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-3
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user