From b064f519f39d5fd1f8dbeb973048b17737d7b03f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 19 Feb 2009 18:56:29 +0000 Subject: [PATCH] fix packaging --- plewww.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/plewww.spec b/plewww.spec index 7cc1133..cc3a8cd 100644 --- a/plewww.spec +++ b/plewww.spec @@ -43,13 +43,16 @@ Provides: PLCWWW AutoReqProv: no %package plekit -Summary: Utilities for building the plewww pages, for the benefit of other PL-related UI components. +Summary: Utilities used by the plewww pages Group: Applications/Systems %description The plewww package is made of the web pages that run on top of the PLCAPI component to provide the Web Interface to MyPLC users. +%description plekit +This subset of the plewww package has general purpose features for the benefit of other PL-related UI components. + %prep %setup -q @@ -67,10 +70,10 @@ rm -rf $RPM_BUILD_ROOT echo "* PLEWWW: Installing web pages" mkdir -p $RPM_BUILD_ROOT/var/www/html # let's be conservative and exclude codebase files, though there should not be any -rsync -a --exclude \*.spec --exclude .svn --exclude CVS ./ $RPM_BUILD_ROOT/var/www/html/ +rsync -a --exclude \*.spec --exclude .svn --exclude CVS --exclude Makefile --exclude httpd.conf ./ $RPM_BUILD_ROOT/var/www/html/ echo "* PLEWWW: Installing config for httpd" -install -D -m 644 httpd.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/plcwww.conf +install -D -m 644 httpd.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/plewww.conf %post # attempt to perform most of the drupal post-install stuff - assuming version 6.x @@ -112,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/planetlab /var/www/html/googlemap /var/www/html/drupal-hacks -/etc/httpd/conf.d/plcwww.conf +/etc/httpd/conf.d/plewww.conf %files plekit /var/www/html/plekit -- 2.47.0