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
This commit is contained in:
parent
34618aaa59
commit
fa815a6bc4
|
@ -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
|
||||
|
|
|
@ -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}
|
|
@ -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}
|
Loading…
Reference in New Issue