Introduce new "perl" subpackage (code moved from the evolution)
This commit is contained in:
parent
c24d74c385
commit
33eae2f007
@ -68,6 +68,7 @@ BuildRequires: gtk-doc >= %{gtk_doc_version}
|
||||
BuildRequires: intltool >= %{intltool_version}
|
||||
BuildRequires: libdb-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: vala
|
||||
BuildRequires: vala-tools
|
||||
BuildRequires: systemd
|
||||
@ -143,6 +144,14 @@ This package contains developer documentation for %{name}.
|
||||
# %%{with_docs}
|
||||
%endif
|
||||
|
||||
%package perl
|
||||
Group: Applications/Productivity
|
||||
Summary: Supplemental utilities that require Perl
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description perl
|
||||
This package contains supplemental utilities for %{name} that require Perl.
|
||||
|
||||
%package tests
|
||||
Summary: Tests for the %{name} package
|
||||
Group: Development/Libraries
|
||||
@ -306,7 +315,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_libexecdir}/evolution-user-prompter
|
||||
|
||||
%{_libexecdir}/evolution-data-server/addressbook-export
|
||||
%{_libexecdir}/evolution-data-server/csv2vcard
|
||||
|
||||
# GSettings schemas:
|
||||
%{_datadir}/GConf/gsettings/evolution-data-server.convert
|
||||
@ -419,6 +427,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
|
||||
%endif
|
||||
|
||||
%files perl
|
||||
%{_libexecdir}/evolution-data-server/csv2vcard
|
||||
|
||||
%files tests
|
||||
%{_libdir}/libetestserverutils.so
|
||||
%{_libdir}/libetestserverutils.so.*
|
||||
@ -428,6 +439,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%changelog
|
||||
* Mon Jul 18 2016 Milan Crha <mcrha@redhat.com> - 3.21.4-1
|
||||
- Update to 3.21.4
|
||||
- Introduce new "perl" subpackage (code moved from the evolution)
|
||||
|
||||
* Mon Jun 20 2016 Milan Crha <mcrha@redhat.com> - 3.21.3-1
|
||||
- Update to 3.21.3
|
||||
|
Loading…
Reference in New Issue
Block a user