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
|
||||
Name: libidn2
|
||||
Version: 2.0.4
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: (GPLv2+ or LGPLv3+) and GPLv3+
|
||||
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
|
||||
developing applications that use libidn2.
|
||||
|
||||
%package utils
|
||||
Summary: Command line utilities for libidn2
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
||||
%package -n idn2
|
||||
Summary: IDNA2008 internationalized domain names conversion tool
|
||||
License: GPLv3+
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description utils
|
||||
The libidn2-utils package contains command line utilities for the libidn2 library.
|
||||
%description -n idn2
|
||||
The idn2 package contains the idn2 command line tool for testing
|
||||
IDNA2008 conversions.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -85,6 +87,7 @@ fi
|
||||
|
||||
%files
|
||||
%license COPYING COPYING.LESSERv3 COPYING.unicode COPYINGv2
|
||||
%doc AUTHORS NEWS README.md
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
@ -95,13 +98,15 @@ fi
|
||||
%{_mandir}/man3/*
|
||||
%{_datadir}/gtk-doc/
|
||||
|
||||
%files utils
|
||||
%doc AUTHORS NEWS README.md
|
||||
%files -n idn2
|
||||
%{_bindir}/idn2
|
||||
%{_mandir}/man1/idn2.1*
|
||||
%{_infodir}/%{name}.info*
|
||||
|
||||
%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
|
||||
- Split cli utilities out into a sub package
|
||||
- Spec file cleanups
|
||||
|
Loading…
Reference in New Issue
Block a user