2010-06-09 Ramon Novoa <rnovoa@artica.es>
* pandora_server.spec, pandora_server_installer: Copy man files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2893 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bd003cbd67
commit
6593ead1e7
|
@ -1,3 +1,8 @@
|
|||
2010-06-09 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_server.spec,
|
||||
pandora_server_installer: Copy man files.
|
||||
|
||||
2010-06-09 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_server.spec: Copy man files.
|
||||
|
|
|
@ -70,6 +70,7 @@ cp -aRf util/pandora_server $RPM_BUILD_ROOT/etc/init.d/
|
|||
cp -aRf util/tentacle_serverd $RPM_BUILD_ROOT/etc/init.d/
|
||||
|
||||
cp -aRf man/man1/pandora_server.1.gz $RPM_BUILD_ROOT/usr/share/man/man1/
|
||||
cp -aRf man/man1/tentacle_server.1.gz $RPM_BUILD_ROOT/usr/share/man/man1/
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{prefix}/pandora_server/util/PandoraFMS
|
||||
|
||||
|
@ -139,6 +140,7 @@ rm -Rf /usr/bin/pandora_exec /usr/bin/pandora_server /usr/bin/tentacle_server
|
|||
rm -Rf /etc/cron.daily/pandora_db
|
||||
rm -Rf /etc/logrotate.d/pandora
|
||||
rm -Rf /usr/share/man/man1/pandora_server.1.gz
|
||||
rm -Rf /usr/share/man/man1/tentacle_server.1.gz
|
||||
|
||||
%files
|
||||
|
||||
|
@ -162,3 +164,7 @@ rm -Rf /usr/share/man/man1/pandora_server.1.gz
|
|||
%defattr(750,pandora,root)
|
||||
/etc/pandora
|
||||
|
||||
%defattr(644,pandora,root)
|
||||
/usr/share/man/man1/pandora_server.1.gz
|
||||
/usr/share/man/man1/tentacle_server.1.gz
|
||||
|
||||
|
|
|
@ -330,6 +330,8 @@ uninstall () {
|
|||
fi
|
||||
rm -Rf /etc/rc2.d/S90pandora_server 2> /dev/null
|
||||
rm -Rf /etc/rc.d/rc3.d/S90pandora_server 2> /dev/null
|
||||
rm -Rf /usr/share/man/man1/pandora_server.1.gz 2>/dev/null
|
||||
rm -Rf /usr/share/man/man1/tentacle_server.1.gz 2>/dev/null
|
||||
echo "Done"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue