mirror of
https://abf.rosa.ru/djam/perl-Authen-Htpasswd.git
synced 2025-02-23 16:42:52 +00:00
new version
SILENT: svn-revision: 64000
This commit is contained in:
parent
298080ad84
commit
0e2619711f
1 changed files with 7 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
||||||
%define realname Authen-Htpasswd
|
%define realname Authen-Htpasswd
|
||||||
%define name perl-%{realname}
|
%define name perl-%{realname}
|
||||||
%define modprefix Authen
|
%define modprefix Authen
|
||||||
|
%define version 0.16
|
||||||
%define version 0.15
|
|
||||||
%define release %mkrel 1
|
%define release %mkrel 1
|
||||||
|
|
||||||
Summary: Interface to read and modify Apache .htpasswd files
|
Summary: Interface to read and modify Apache .htpasswd files
|
||||||
|
@ -19,9 +18,8 @@ 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(Module::Build)
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Buildroot: %{_tmppath}/%{name}-%{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides a convenient, object-oriented interface to Apache-style
|
This module provides a convenient, object-oriented interface to Apache-style
|
||||||
|
@ -33,15 +31,15 @@ Digest::SHA1 for SHA1.
|
||||||
%setup -q -n %{realname}-%{version}
|
%setup -q -n %{realname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%__perl Build.PL installdirs=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
./Build
|
%make
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
./Build install destdir=%{buildroot}
|
%makeinstall_std
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
Loading…
Add table
Reference in a new issue