2010-06-09 Ramon Novoa <rnovoa@artica.es>
* pandora_server.spec: Copy man files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2889 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4017b1db7a
commit
620e2e5281
|
@ -1,3 +1,7 @@
|
|||
2010-06-09 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_server.spec: Copy man files.
|
||||
|
||||
2010-06-09 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* util/pandora_manage.pl: Fixed errors of parameters
|
||||
|
|
|
@ -69,6 +69,8 @@ cp -aRf AUTHORS COPYING ChangeLog README $RPM_BUILD_ROOT%{prefix}/pandora_server
|
|||
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/
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{prefix}/pandora_server/util/PandoraFMS
|
||||
|
||||
%clean
|
||||
|
@ -136,6 +138,7 @@ rm -Rf /etc/init.d/pandora_server /etc/init.d/tentacle_serverd
|
|||
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
|
||||
|
||||
%files
|
||||
|
||||
|
|
Loading…
Reference in New Issue