2007-02-02 Manuel Arostegui <marostegui@artica.es>

* pandora_console.spec: Fixed small weird bug submitted to my email.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@370 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
marostegui 2007-02-02 10:48:47 +00:00
parent 647756e893
commit 281d69939d
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2007-02-02 Manuel Arostegui <marostegui@artica.es>
* pandora_console.spec: Fixed small weird bug submitted to my email.
2007-01-27 Raul Mateos <raulofpandora@gmail.com> 2007-01-27 Raul Mateos <raulofpandora@gmail.com>
* godmode/agentes/configurar_agente.php: Fixed bug 1643627, some style * godmode/agentes/configurar_agente.php: Fixed bug 1643627, some style

View File

@ -100,11 +100,11 @@ rm -rf $RPM_BUILD_ROOT
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{prefix}/%{name} mkdir -p $RPM_BUILD_ROOT%{prefix}/pandora_console
mkdir -p $RPM_BUILD_ROOT/usr/share/ mkdir -p $RPM_BUILD_ROOT/usr/share/
mkdir -p $RPM_BUILD_ROOT/usr/share/man/ mkdir -p $RPM_BUILD_ROOT/usr/share/man/
mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1/ mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1/
cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{name} cp -aRf * $RPM_BUILD_ROOT%{prefix}/pandora_console
cp pandora.1 $RPM_BUILD_ROOT/usr/share/man/man1/ cp pandora.1 $RPM_BUILD_ROOT/usr/share/man/man1/
cp pandora_console.1 $RPM_BUILD_ROOT/usr/share/man/man1/ cp pandora_console.1 $RPM_BUILD_ROOT/usr/share/man/man1/
if [ -f $RPM_BUILD_ROOT%{prefix}/%{name}/%{name}.spec ] ; then if [ -f $RPM_BUILD_ROOT%{prefix}/%{name}/%{name}.spec ] ; then
@ -117,7 +117,7 @@ rm -rf $RPM_BUILD_ROOT
echo "Please you HAVE to take a look at the INSTALL file placed on your DocumentRoot in order to follow the instructions to create the database for Pandora" echo "Please you HAVE to take a look at the INSTALL file placed on your DocumentRoot in order to follow the instructions to create the database for Pandora"
%files %files
%defattr(0644,%{httpd_user},%{httpd_group},0755) %defattr(0644,%{httpd_user},%{httpd_group},0755)
%docdir %{prefix}/%{name}/docs %docdir %{prefix}/pandora_console/docs
%{prefix}/%{name} %{prefix}/pandora_console
%{_mandir}/man1/pandora.1.gz %{_mandir}/man1/pandora.1.gz
%{_mandir}/man1/pandora_console.1.gz %{_mandir}/man1/pandora_console.1.gz