2006-12-21 Manuel Arostegui <marostegui@artica.es>
* pandora_server/specs/fedoracore5/perl-Pandora-1.2.spec: Changed named, this is not a beta anymore. Also added Release:1 * pandora_server/specs/rhel/perl-Pandora-1.2.spec: Changed named, this is not a beta anymore. Also added Release:1 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@331 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
32eddf4129
commit
8b3cb81fb9
|
@ -1,3 +1,11 @@
|
||||||
|
2006-12-21 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
|
* pandora_server/specs/fedoracore5/perl-Pandora-1.2.spec: Changed
|
||||||
|
named, this is not a beta anymore. Also added Release:1
|
||||||
|
|
||||||
|
* pandora_server/specs/rhel/perl-Pandora-1.2.spec: Changed
|
||||||
|
named, this is not a beta anymore. Also added Release:1
|
||||||
|
|
||||||
2006-11-29 Sancho Lerena <slerena@artica.es>
|
2006-11-29 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandora_server/pandora_server.pl: Fixed BUG #1604778.
|
* pandora_server/pandora_server.pl: Fixed BUG #1604778.
|
||||||
|
|
|
@ -0,0 +1,45 @@
|
||||||
|
%define TarBall Pandora
|
||||||
|
|
||||||
|
Summary: Pandora PERL library
|
||||||
|
Name: perl-%{TarBall}
|
||||||
|
Version: 1.2
|
||||||
|
Release: 1
|
||||||
|
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}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Nov 22 2006 - Manuel Arostegui Ramirez <marostegui@artica.es>
|
||||||
|
- Added Fedora PATHS
|
||||||
|
* Wed Nov 22 2006 - Jose Angel de Bustos Perez <jadebustos@linuxmail.org>
|
||||||
|
- Initial package of version 1.2
|
|
@ -0,0 +1,41 @@
|
||||||
|
%define TarBall Pandora
|
||||||
|
|
||||||
|
Summary: Pandora PERL library
|
||||||
|
Name: perl-%{TarBall}
|
||||||
|
Version: 1.2
|
||||||
|
Release: 1
|
||||||
|
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}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Nov 22 2006 - Jose Angel de Bustos Perez <jadebustos@linuxmail.org>
|
||||||
|
- Initial package of version 1.2
|
||||||
|
|
Loading…
Reference in New Issue