Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
perl-Crypt-PasswdMD5
> perl-Crypt-PasswdMD5.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-Crypt-PasswdMD5.spec of Package perl-Crypt-PasswdMD5 (Revision 4)
Currently displaying revision
4
,
show latest
Name: perl-Crypt-PasswdMD5 Version: 1.3 Release: 1 License: GPL Group: Development/Libraries/Perl Summary: Perl module Crypt::PasswdMD5 Summary(de): Perlmodul Crypt::PasswdMD5 URL: http://search.cpan.org/~luismunoz/ Source0: Crypt-PasswdMD5-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: glibc-devel gcc gcc-c++ perl %if 0%{?fedora_version} >= 7 BuildRequires: perl-ExtUtils-MakeMaker %endif %description This code provides various crypt()-compatible interfaces to the MD5-based crypt() function found in various *nixes. %description(de) Dieser Code bietet verschieden crypt() kompatible Schnittstellen zu MD5 basierten crypt() Funktionen aus diversen *nix Systemen. %prep %setup -q -n Crypt-PasswdMD5-%{version} %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %__make DESTDIR=%{buildroot} install ### Clean up buildroot %{__rm} -rf %{buildroot}%{perl_archlib} \ %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* %files %defattr(-,root,root) %doc README %dir %{perl_vendorlib}/Crypt %{perl_vendorlib}/Crypt/PasswdMD5.pm %{_mandir}/man3/Crypt::PasswdMD5.3pm* %changelog * Fri Dec 12 2005 Carsten Schoene <cs@linux-administrator.com> - 1.3 - initial build, needed by vhcs2. In preparation for upcoming vhcs2 SuSE packages.