rpms/perl-Apache-Htpasswd/EL-4 perl-Apache-Htpasswd.spec, NONE, 1.1 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Fri Mar 13 11:44:20 UTC 2009


Author: xavierb

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

Modified Files:
	sources 
Added Files:
	perl-Apache-Htpasswd.spec 
Log Message:
import into F-9, F-10, EL-4 and EL-5


--- NEW FILE perl-Apache-Htpasswd.spec ---
Name:           perl-Apache-Htpasswd
Version:        1.8
Release:        2%{?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-%{version}.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
encrypted 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
* Fri Mar 13 2009 Xavier Bachelot <xavier at bachelot.org> - 1.8-2
- Use %%{version} macro in Source0.
- Spelling fix in Description.

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Apache-Htpasswd/EL-4/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 11:43:50 -0000	1.2
@@ -0,0 +1 @@
+ee2048044096b4259e89c9ed1c88ed92  Apache-Htpasswd-1.8.tar.gz




More information about the fedora-extras-commits mailing list