rpms/perl-Authen-PAM/devel perl-Authen-PAM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Jul 23 19:56:43 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Authen-PAM/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30532/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Authen-PAM.spec 
Log Message:
Import.



--- NEW FILE perl-Authen-PAM.spec ---
Name:           perl-Authen-PAM
Version:        0.16
Release:        1%{?dist}
Summary:        Authen::PAM Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Authen-PAM/
Source0:        http://www.cpan.org/authors/id/N/NI/NIKIP/Authen-PAM-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  pam-devel
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a Perl interface to the PAM library.

%prep
%setup -q -n Authen-PAM-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

# Tests are interactive.
%check
%{?_with_check:make test}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Authen
%{_mandir}/man3/*

%changelog
* Mon Jul 16 2007 Steven Pritchard <steve at kspei.com> 0.16-1
- Update to 0.16.
- Canonicalize Source0 URL.
- Fix find option order.
- Use fixperms macro instead of our own chmod incantation.
- Drop our copies of the license files.
- BR ExtUtils::MakeMaker.
- Drop LD_RUN_PATH filter.

* Sat Sep 03 2005 Steven Pritchard <steve at kspei.com> 0.15-2
- Remove explicit core module dependencies.
- Include COPYING and Artistic.
- Misc. minor cleanup.

* Thu Aug 25 2005 Steven Pritchard <steve at kspei.com> 0.15-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Authen-PAM/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2007 18:01:18 -0000	1.1
+++ .cvsignore	23 Jul 2007 19:56:11 -0000	1.2
@@ -0,0 +1 @@
+Authen-PAM-0.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Authen-PAM/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2007 18:01:18 -0000	1.1
+++ sources	23 Jul 2007 19:56:11 -0000	1.2
@@ -0,0 +1 @@
+7278471dfa694d9ef312bc92d7099af2  Authen-PAM-0.16.tar.gz




More information about the fedora-extras-commits mailing list