mirror of
https://abf.rosa.ru/djam/perl-Authen-Htpasswd.git
synced 2025-02-23 08:32:51 +00:00
merging with rosa2012.1 of project perl-Authen-Htpasswd
This commit is contained in:
parent
16ecb23826
commit
36a30862a6
3 changed files with 64 additions and 13 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"Authen-Htpasswd-0.161.tar.gz:" d61455c86f686b32928b9715651485bf533f94d1
|
"Authen-Htpasswd-0.161.tar.gz": d61455c86f686b32928b9715651485bf533f94d1
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
Authen-Htpasswd-0.161.tar.gz
|
|
|
@ -1,22 +1,22 @@
|
||||||
%define upstream_name Authen-Htpasswd
|
%define upstream_name Authen-Htpasswd
|
||||||
%define upstream_version 0.161
|
%define upstream_version 0.161
|
||||||
|
|
||||||
Name: perl-%{upstream_name}
|
Name: perl-%{upstream_name}
|
||||||
Version: %perl_convert_version %{upstream_version}
|
Version: %perl_convert_version %{upstream_version}
|
||||||
Release: %mkrel 2
|
Release: 3
|
||||||
|
|
||||||
Summary: Interface to read and modify Apache .htpasswd files
|
Summary: Interface to read and modify Apache .htpasswd files
|
||||||
License: Artistic/GPL
|
License: Artistic/GPL
|
||||||
Group: Development/Perl
|
Group: Development/Perl
|
||||||
URL: http://search.cpan.org/dist/%{upstream_name}/
|
URL: http://search.cpan.org/dist/%{upstream_name}/
|
||||||
Source0: http://www.cpan.org/modules/by-module/Authen/%{upstream_name}-%{upstream_version}.tar.gz
|
Source0: http://www.cpan.org/modules/by-module/Authen/%{upstream_name}-%{upstream_version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl(Class::Accessor::Fast)
|
BuildRequires: perl(Class::Accessor::Fast)
|
||||||
BuildRequires: perl(Digest)
|
BuildRequires: perl(Digest)
|
||||||
BuildRequires: perl(IO::LockedFile)
|
BuildRequires: perl(IO::LockedFile)
|
||||||
BuildRequires: perl(Crypt::PasswdMD5)
|
BuildRequires: perl(Crypt::PasswdMD5)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides a convenient, object-oriented interface to Apache-style
|
This module provides a convenient, object-oriented interface to Apache-style
|
||||||
|
@ -28,21 +28,73 @@ Digest::SHA1 for SHA1.
|
||||||
%setup -q -n %{upstream_name}-%{upstream_version}
|
%setup -q -n %{upstream_name}-%{upstream_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
%makeinstall_std
|
%makeinstall_std
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README
|
%doc README
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{perl_vendorlib}/Authen
|
%{perl_vendorlib}/Authen
|
||||||
|
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue