Use splitting suggestions from Nikos Mavrogiannopoulos instead
This commit is contained in:
parent
939a1388ab
commit
0040b55658
21
libidn2.spec
21
libidn2.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library to support IDNA2008 internationalized domain names
|
Summary: Library to support IDNA2008 internationalized domain names
|
||||||
Name: libidn2
|
Name: libidn2
|
||||||
Version: 2.0.4
|
Version: 2.0.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: (GPLv2+ or LGPLv3+) and GPLv3+
|
License: (GPLv2+ or LGPLv3+) and GPLv3+
|
||||||
URL: https://www.gnu.org/software/libidn/#libidn2
|
URL: https://www.gnu.org/software/libidn/#libidn2
|
||||||
|
|
||||||
@ -31,12 +31,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
|||||||
The libidn2-devel package contains libraries and header files for
|
The libidn2-devel package contains libraries and header files for
|
||||||
developing applications that use libidn2.
|
developing applications that use libidn2.
|
||||||
|
|
||||||
%package utils
|
%package -n idn2
|
||||||
Summary: Command line utilities for libidn2
|
Summary: IDNA2008 internationalized domain names conversion tool
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
License: GPLv3+
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description utils
|
%description -n idn2
|
||||||
The libidn2-utils package contains command line utilities for the libidn2 library.
|
The idn2 package contains the idn2 command line tool for testing
|
||||||
|
IDNA2008 conversions.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -85,6 +87,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING.LESSERv3 COPYING.unicode COPYINGv2
|
%license COPYING COPYING.LESSERv3 COPYING.unicode COPYINGv2
|
||||||
|
%doc AUTHORS NEWS README.md
|
||||||
%{_libdir}/%{name}.so.*
|
%{_libdir}/%{name}.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -95,13 +98,15 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%{_datadir}/gtk-doc/
|
%{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%files utils
|
%files -n idn2
|
||||||
%doc AUTHORS NEWS README.md
|
|
||||||
%{_bindir}/idn2
|
%{_bindir}/idn2
|
||||||
%{_mandir}/man1/idn2.1*
|
%{_mandir}/man1/idn2.1*
|
||||||
%{_infodir}/%{name}.info*
|
%{_infodir}/%{name}.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 02 2018 Robert Scheck <robert@fedoraproject.org> 2.0.4-6
|
||||||
|
- Use splitting suggestions from Nikos Mavrogiannopoulos instead
|
||||||
|
|
||||||
* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.4-5
|
* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.4-5
|
||||||
- Split cli utilities out into a sub package
|
- Split cli utilities out into a sub package
|
||||||
- Spec file cleanups
|
- Spec file cleanups
|
||||||
|
Loading…
Reference in New Issue
Block a user