X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcrt.spec;h=000e99b25888b57099fa680a61d43ced80e8cb90;hb=83c5af34a62db810ea9dc2a5ca148329a82953fa;hp=65dbbf84bf6e92752826ac37b37d2883b87f5a48;hpb=27c2ea9bbeb04156550fdf5138010d625306dc87;p=plcrt.git diff --git a/plcrt.spec b/plcrt.spec index 65dbbf8..000e99b 100644 --- a/plcrt.spec +++ b/plcrt.spec @@ -13,6 +13,7 @@ Name: %{name} Version: %{version} Release: %{release} +Source0: %{name}-%{version}.tar.bz2 License: GPL Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -24,21 +25,15 @@ URL: %(echo %{url} | cut -d ' ' -f 2) Summary: PLCRT account initialization for the root image. Group: Applications/System - -%description -PLCRT is a collection of configuration scripts for configuring RT. -By default RT does not come with all the settings needed for a standard PLC, -or PlanetLab in particular. - -%package -Summary: PLCRT Setup scripts for RT3 -Group: Applications/System - Requires: python Requires: perl Requires: rt3 Requires: myplc +%description +PLCRT is a collection of configuration scripts for configuring RT. +By default RT does not come with all the settings needed for a standard PLC, +or PlanetLab in particular. %prep %setup -q @@ -55,14 +50,13 @@ echo " * Installing cron scripts" install -D -m 644 rt.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/rt.cron chmod 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}/adduserstort.pl -chmod 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}/rtcron.d/*.sh +chmod 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}/cron.d/*.sh %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%config /etc/rt3/RT_SiteConfig.pm #%config /etc/plcrt.conf %{_datadir}/%{name} %{_sysconfdir}/plc.d/plcrt @@ -81,5 +75,8 @@ plc-config --save /etc/planetlab/default_config.xml \ --category plc_rt --variable enabled --value true %changelog +* Fri Jun 26 2009 Stephen Soltesz - PLCRT-1.0-1 +- trying to get the tag to work for new package. + * Thu Jun 26 2009 Stephen Soltesz - PLCRT-1.0-1 - initial addition.