2009-08-01 12:15:20 +00:00
|
|
|
|
%define upstream_name Authen-Htpasswd
|
|
|
|
|
%define upstream_version 0.161
|
|
|
|
|
|
2012-12-11 01:30:56 +00:00
|
|
|
|
Name: perl-%{upstream_name}
|
|
|
|
|
Version: %perl_convert_version %{upstream_version}
|
|
|
|
|
Release: 3
|
2007-04-12 13:53:34 +00:00
|
|
|
|
|
|
|
|
|
Summary: Interface to read and modify Apache .htpasswd files
|
|
|
|
|
License: Artistic/GPL
|
|
|
|
|
Group: Development/Perl
|
2009-08-01 12:15:20 +00:00
|
|
|
|
URL: http://search.cpan.org/dist/%{upstream_name}/
|
2012-12-11 01:30:56 +00:00
|
|
|
|
Source0: http://www.cpan.org/modules/by-module/Authen/%{upstream_name}-%{upstream_version}.tar.gz
|
2009-08-01 12:15:20 +00:00
|
|
|
|
|
2012-12-11 01:30:56 +00:00
|
|
|
|
BuildRequires: perl-devel
|
2007-04-12 13:53:34 +00:00
|
|
|
|
BuildRequires: perl(Class::Accessor::Fast)
|
|
|
|
|
BuildRequires: perl(Digest)
|
|
|
|
|
BuildRequires: perl(IO::LockedFile)
|
2008-10-01 14:08:42 +00:00
|
|
|
|
BuildRequires: perl(Crypt::PasswdMD5)
|
2007-04-12 13:53:34 +00:00
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This module provides a convenient, object-oriented interface to Apache-style
|
|
|
|
|
.htpasswd files. It supports passwords encrypted via MD5, SHA1, and crypt, as
|
|
|
|
|
well as plain (cleartext) passwords. It requires Crypt::PasswdMD5 for MD5 and
|
|
|
|
|
Digest::SHA1 for SHA1.
|
|
|
|
|
|
|
|
|
|
%prep
|
2009-08-01 12:15:20 +00:00
|
|
|
|
%setup -q -n %{upstream_name}-%{upstream_version}
|
2007-04-12 13:53:34 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2012-12-11 01:30:56 +00:00
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2007-08-15 22:09:12 +00:00
|
|
|
|
%make
|
2007-04-12 13:53:34 +00:00
|
|
|
|
|
|
|
|
|
%check
|
2007-08-15 22:09:12 +00:00
|
|
|
|
make test
|
2007-04-12 13:53:34 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2007-08-15 22:09:12 +00:00
|
|
|
|
%makeinstall_std
|
2007-04-12 13:53:34 +00:00
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc README
|
|
|
|
|
%{_mandir}/*/*
|
2009-08-01 12:15:20 +00:00
|
|
|
|
%{perl_vendorlib}/Authen
|
2012-12-11 01:30:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 28 2011 Funda Wang <fwang@mandriva.org> 0.161.0-2mdv2011.0
|
|
|
|
|
+ Revision: 680484
|
|
|
|
|
- mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2009 Jérôme Quelin <jquelin@mandriva.org> 0.161.0-1mdv2011.0
|
|
|
|
|
+ Revision: 406255
|
|
|
|
|
- rebuild using %%perl_convert_version
|
|
|
|
|
|
|
|
|
|
* Fri Oct 17 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.16.1-1mdv2009.1
|
|
|
|
|
+ Revision: 294783
|
|
|
|
|
- new version
|
|
|
|
|
- drop patches (merged)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 01 2008 Oden Eriksson <oeriksson@mandriva.com> 0.16-4mdv2009.0
|
|
|
|
|
+ Revision: 290358
|
|
|
|
|
- fix two upstream bugs
|
|
|
|
|
- fix deps
|
|
|
|
|
|
|
|
|
|
+ Thierry Vignaud <tv@mandriva.org>
|
|
|
|
|
- rebuild
|
|
|
|
|
- kill re-definition of %%buildroot on Pixel's request
|
|
|
|
|
|
|
|
|
|
+ Olivier Blin <oblin@mandriva.com>
|
|
|
|
|
- restore BuildRoot
|
|
|
|
|
|
|
|
|
|
* Thu Aug 16 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.16-1mdv2008.0
|
|
|
|
|
+ Revision: 64000
|
|
|
|
|
- new version
|
|
|
|
|
|
|
|
|
|
* Sun Apr 29 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 0.15-1mdv2008.0
|
|
|
|
|
+ Revision: 19248
|
|
|
|
|
-New version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 08 2006 Scott Karns <scottk@mandriva.org>
|
|
|
|
|
+ 2006-08-08 01:27:16 (54275)
|
|
|
|
|
- Rebuild, spec file cleanup
|
|
|
|
|
|
|
|
|
|
* Tue Aug 08 2006 Scott Karns <scottk@mandriva.org>
|
|
|
|
|
+ 2006-08-08 01:20:16 (54273)
|
|
|
|
|
- import perl-Authen-Htpasswd-0.14-4mdk
|
|
|
|
|
|
|
|
|
|
* Wed May 03 2006 Scott Karns <socttk@mandriva.org> 0.14-4mdk
|
|
|
|
|
- Updated BuildRequires
|
|
|
|
|
|
|
|
|
|
* Thu Apr 27 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.14-3mdk
|
|
|
|
|
- Fix SPEC Using perl Policies
|
|
|
|
|
|
|
|
|
|
* Sat Mar 25 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.14-2mdk
|
|
|
|
|
- Add BuildRequires
|
|
|
|
|
|
|
|
|
|
* Fri Mar 24 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.14-1mdk
|
|
|
|
|
- First Mandriva release
|
|
|
|
|
|