phracek pushed to preupgrade-assistant (master). "Introducing devel package for content generation as it is described (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 13:33:39 UTC 2015


From ddc6ce4467681f6d47fa0850863ec8aa3ba3e85b Mon Sep 17 00:00:00 2001
From: Petr Hracek <phracek at redhat.com>
Date: Mon, 11 May 2015 15:32:45 +0200
Subject: Introducing devel package for content generation as it is described
 in Packaging Guidelines

Signed-off-by: Petr Hracek <phracek at redhat.com>

diff --git a/preupgrade-assistant.spec b/preupgrade-assistant.spec
index 718f2ab..11c9c57 100644
--- a/preupgrade-assistant.spec
+++ b/preupgrade-assistant.spec
@@ -63,6 +63,14 @@ clean installation of the system, as close as possible to the old Fedora setup.
 In addition, it provides some postupgrade scripts which are supposed to finish
 migration after the installation of Fedora system.
 
+%package devel
+Summary:        Devel package for building contents
+Requires:       %{name} = %{version}-%{release}
+BuildArch:      noarch
+
+%description devel
+Contains macros needed for building preupgrade-assistant contents
+and scripts for generating contents.
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -141,8 +149,6 @@ rm -f ${RPM_BUILD_ROOT}%{_bindir}/premigrate
 %doc README
 %{_localstatedir}/log/preupgrade
 %{_mandir}/man1/*
-%{_bindir}/preupg-create-group-xml
-%{_bindir}/preupg-xccdf-compose
 %if 0%{?fedora} == 22
 %dir %{python2_sitelib}/preuputils
 %{python2_sitelib}/preuputils/*
@@ -150,6 +156,10 @@ rm -f ${RPM_BUILD_ROOT}%{_bindir}/premigrate
 %dir %{python3_sitelib}/preuputils
 %{python3_sitelib}/preuputils/*
 %endif
+
+%files devel
+%{_bindir}/preupg-create-group-xml
+%{_bindir}/preupg-xccdf-compose
 %{_rpmconfigdir}/macros.d/macros.preupgrade-assistant
 
 %changelog
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/preupgrade-assistant.git/commit/?h=master&id=ddc6ce4467681f6d47fa0850863ec8aa3ba3e85b


More information about the scm-commits mailing list