rpms/perl-File-chmod/F-7 perl-File-chmod.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Jul 31 06:11:41 UTC 2007


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-File-chmod/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13640

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-chmod.spec 
Log Message:
* Sun Jul 29 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.32-1
- Initial submission.



--- NEW FILE perl-File-chmod.spec ---
Name:           perl-File-chmod
Version:        0.32
Release:        1%{?dist}
Summary:        Implements symbolic and ls chmod modes

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/File-chmod/
Source0:        http://search.cpan.org/CPAN/authors/id/P/PI/PINYAN/File-chmod-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}

%prep
%setup -q -n File-chmod-%{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 Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Sun Jul 29 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.32-1
- Initial submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-chmod/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jul 2007 05:47:44 -0000	1.1
+++ .cvsignore	31 Jul 2007 06:11:08 -0000	1.2
@@ -0,0 +1 @@
+File-chmod-0.32.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-chmod/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jul 2007 05:47:44 -0000	1.1
+++ sources	31 Jul 2007 06:11:08 -0000	1.2
@@ -0,0 +1 @@
+0048eb67fffad544e1cc07e04c33b0b2  File-chmod-0.32.tar.gz




More information about the scm-commits mailing list