fix license handling

epel9
Tom Callaway 11 years ago
parent af9edd6d4f
commit 2b61f96efd

@ -1,7 +1,7 @@
Summary: Internationalized Domain Name support library Summary: Internationalized Domain Name support library
Name: libidn Name: libidn
Version: 1.28 Version: 1.28
Release: 3%{?dist} Release: 4%{?dist}
URL: http://www.gnu.org/software/libidn/ URL: http://www.gnu.org/software/libidn/
License: LGPLv2+ and GPLv3+ and GFDL License: LGPLv2+ and GPLv3+ and GFDL
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
@ -95,7 +95,9 @@ fi
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files -f %{name}.lang %files -f %{name}.lang
%doc AUTHORS NEWS FAQ README THANKS COPYING* %{!?_licensedir:%global license %%doc}
%license COPYING*
%doc AUTHORS NEWS FAQ README THANKS
%{_bindir}/idn %{_bindir}/idn
%{_mandir}/man1/idn.1* %{_mandir}/man1/idn.1*
%{_libdir}/libidn.so.* %{_libdir}/libidn.so.*
@ -112,6 +114,9 @@ fi
%{_emacs_sitelispdir}/%{name} %{_emacs_sitelispdir}/%{name}
%changelog %changelog
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 1.28-4
- fix license handling
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-3 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Loading…
Cancel
Save