]> git.pld-linux.org Git - packages/perl-Crypt-Blowfish.git/commitdiff
- initial PLD release,
authordjrzulf <djrzulf@pld-linux.org>
Thu, 28 Mar 2002 22:59:17 +0000 (22:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-Blowfish.spec -> 1.1

perl-Crypt-Blowfish.spec [new file with mode: 0644]

diff --git a/perl-Crypt-Blowfish.spec b/perl-Crypt-Blowfish.spec
new file mode 100644 (file)
index 0000000..3f9a286
--- /dev/null
@@ -0,0 +1,47 @@
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Crypt
+%define                pnam    Blowfish
+Summary:       Crypt-Blowfish perl module
+Summary(pl):   Modu³ perla Crypt-Blowfish
+Name:          perl-Crypt-Blowfish
+Version:       2.09
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: perl >= 5.6.1
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Crypt-Blowfish perl module.
+
+%description -l pl
+Modu³ perla Crypt-Blowfish.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+#kdir -p $RPM_BUILD_ROOT/usr/lib/perl5/site_perl/Crypt/
+#p $RPM_BUILD_ROOT/usr/lib/perl5/site_perl/i686-pld-linux/5.6.1/Crypt/Blowfish.pm $RPM_BUILD_ROOT/usr/lib/perl5/site_perl/Crypt/Blowfish.pm
+
+gzip -9nf Changes README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%{perl_sitearch}/Crypt/Blowfish.pm
+%{_mandir}/man3/*
This page took 0.204101 seconds and 4 git commands to generate.