rpms/perl-Apache-Htpasswd/devel import.log, NONE, 1.1 perl-Apache-Htpasswd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Fri Mar 13 09:06:16 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/perl-Apache-Htpasswd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16448/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Apache-Htpasswd.spec 
Log Message:
initial import



--- NEW FILE import.log ---
perl-Apache-Htpasswd-1_8-1_fc10:HEAD:perl-Apache-Htpasswd-1.8-1.fc10.src.rpm:1236934377


--- NEW FILE perl-Apache-Htpasswd.spec ---
Name:           perl-Apache-Htpasswd
Version:        1.8
Release:        1%{?dist}
Summary:        Manage Unix crypt-style password file

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Apache-Htpasswd/
Source0:        http://search.cpan.org/CPAN/authors/id/K/KM/KMELTZ/Apache-Htpasswd-1.8.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Crypt::PasswdMD5)
BuildRequires:  perl(Digest::SHA1)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module comes with a set of methods to use with htaccess password files.
These files (and htaccess) are used to do Basic Authentication on a web server.
The passwords file is a flat-file with login name and their associated crypted
password. You can use this for non-Apache files if you wish, but it was written
specifically for .htaccess style files.


%prep
%setup -q -n Apache-Htpasswd-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Tue Feb 12 2008 Xavier Bachelot <xavier at bachelot.org> - 1.8-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Apache-Htpasswd/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Mar 2009 02:54:28 -0000	1.1
+++ .cvsignore	13 Mar 2009 09:05:45 -0000	1.2
@@ -0,0 +1 @@
+Apache-Htpasswd-1.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Apache-Htpasswd/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Mar 2009 02:54:28 -0000	1.1
+++ sources	13 Mar 2009 09:05:45 -0000	1.2
@@ -0,0 +1 @@
+ee2048044096b4259e89c9ed1c88ed92  Apache-Htpasswd-1.8.tar.gz




More information about the fedora-extras-commits mailing list