From 768ab7ea519b0415114c9569f5c760ed2108fb85 Mon Sep 17 00:00:00 2001
From: marostegui <noreply@pandorafms.org>
Date: Wed, 22 Nov 2006 13:07:52 +0000
Subject: [PATCH] 2006-11-22 Manuel Arostegui <marostegui@artica.es>

        * pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added
          to repository. Added specs files for Fedora Core 5 and RHEL.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@271 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_server/ChangeLog                      |  5 +++
 .../fedoracore5/perl-Pandora-1.2-beta3.spec   | 39 +++++++++++++++++++
 .../specs/rhel/perl-Pandora-1.2-beta3.spec    | 36 +++++++++++++++++
 3 files changed, 80 insertions(+)
 create mode 100644 pandora_server/specs/fedoracore5/perl-Pandora-1.2-beta3.spec
 create mode 100644 pandora_server/specs/rhel/perl-Pandora-1.2-beta3.spec

diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog
index 13881d9ba4..886dcaf42e 100644
--- a/pandora_server/ChangeLog
+++ b/pandora_server/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-22 Manuel Arostegui <marostegui@artica.es>
+
+	* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added
+	  to repository. Added specs files for Fedora Core 5 and RHEL.
+
 2006-09-29 Raul Mateos <raulofpandora@gmail.com>
 
 	* pandora_server/bin/*.pl and *.pm: Updated some comments from
diff --git a/pandora_server/specs/fedoracore5/perl-Pandora-1.2-beta3.spec b/pandora_server/specs/fedoracore5/perl-Pandora-1.2-beta3.spec
new file mode 100644
index 0000000000..432f1f5031
--- /dev/null
+++ b/pandora_server/specs/fedoracore5/perl-Pandora-1.2-beta3.spec
@@ -0,0 +1,39 @@
+%define TarBall Pandora 
+
+Summary: Pandora PERL library
+Name: perl-%{TarBall}
+Version: 1.2
+Release: beta3
+License: GPL
+Group: System Development/Languages
+Distribution: Fedora Core 5
+Source: file://usr/src/redhat/SOURCES/%{TarBall}-%{version}.tar.gz
+Vendor: Sancho Lerena <slerena@gmail.com>
+Packager: Jose Angel de Bustos Perez <jadebustos@linuxmail.org>, Manuel Arostegui <marostegui@artica.es>
+BuildRequires: perl make
+Requires: perl perl-DateManip perl-XML-Simple
+%description
+PerlPersonalLibrary is my own set of PERL functions.
+
+%prep
+mkdir /usr/lib/perl5/site_perl/5.8.5/Pandora/
+cp /usr/src/redhat/SOURCES/Pandora-1.2/lib/Pandora/pandora_config.pm /usr/lib/perl5/site_perl/5.8.5/Pandora/
+cp /usr/src/redhat/SOURCES/Pandora-1.2/lib/Pandora/pandora_db.pm /usr/lib/perl5/site_perl/5.8.5/Pandora/
+cp /usr/src/redhat/SOURCES/Pandora-1.2/lib/Pandora/pandora_tools.pm /usr/lib/perl5/site_perl/5.8.5/Pandora/
+
+%setup -n %{TarBall}-%{version}
+perl Makefile.PL
+
+%install
+make install
+
+%files
+
+%defattr(-,root,root)
+
+/usr/lib/perl5/site_perl/5.8.5/Pandora/pandora_config.pm
+/usr/lib/perl5/site_perl/5.8.5/Pandora/pandora_db.pm
+/usr/lib/perl5/site_perl/5.8.5/Pandora/pandora_tools.pm
+
+%clean
+rm -Rf $RPM_BUILD_DIR/%{name}-%{version}
diff --git a/pandora_server/specs/rhel/perl-Pandora-1.2-beta3.spec b/pandora_server/specs/rhel/perl-Pandora-1.2-beta3.spec
new file mode 100644
index 0000000000..54188a915e
--- /dev/null
+++ b/pandora_server/specs/rhel/perl-Pandora-1.2-beta3.spec
@@ -0,0 +1,36 @@
+%define TarBall Pandora 
+
+Summary: Pandora PERL library
+Name: perl-%{TarBall}
+Version: 1.2
+Release: beta3
+Copyright: GPL
+Group: System Development/Languages
+Distribution: RHEL 4 AS
+Source: file://usr/src/redhat/SOURCES/%{TarBall}-%{version}.tar.gz
+Vendor: Sancho Lerena <slerena@gmail.com>
+Packager: Jose Angel de Bustos Perez <jadebustos@linuxmail.org>
+BuildRequires: perl make
+Requires: perl perl-DateManip perl-XML-Simple
+
+%description
+PerlPersonalLibrary is my own set of PERL functions.
+
+%prep
+
+%setup -n %{TarBall}-%{version}
+perl Makefile.PL
+
+%install
+make install
+
+%files
+
+%defattr(-,root,root)
+
+/usr/lib/perl5/site_perl/5.8.5/Pandora/pandora_config.pm
+/usr/lib/perl5/site_perl/5.8.5/Pandora/pandora_db.pm
+/usr/lib/perl5/site_perl/5.8.5/Pandora/pandora_tools.pm
+
+%clean
+rm -Rf $RPM_BUILD_DIR/%{name}-%{version}