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 2)
Currently displaying revision
2
,
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 Packager: Carsten Schoene <cs@linux-administrator.com> Vendor: linux-administrator.com BuildRequires: glibc-devel libgcc 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} perl Makefile.PL %__make %makeinstall DESTDIR=$RPM_BUILD_ROOT %if 0%{?suse_version} %perl_process_packlist %else find $RPM_BUILD_ROOT -name perllocal.pod -exec rm {} \; >/dev/null %endif install -m 755 -d $RPM_BUILD_ROOT/usr/share/doc/packages/%{name} cp README $RPM_BUILD_ROOT/usr/share/doc/packages/%{name} cd $RPM_BUILD_ROOT find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* rm -rf ../file.list.%{name} %files -f ../file.list.%{name} %changelog * Fri Dec 12 2005 Carsten Schoene <cs@linux-administrator.com> - initial build, needed by vhcs2. In preparation for upcoming vhcs2 SuSE packages.