rpms/perl-File-Find-Rule-VCS/devel perl-File-Find-Rule-VCS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Sep 29 09:23:45 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-File-Find-Rule-VCS/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3998

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Find-Rule-VCS.spec 
Log Message:
Add this package into cvs.



--- NEW FILE perl-File-Find-Rule-VCS.spec ---
Name:           perl-File-Find-Rule-VCS
Version:        1.04
Release:        2%{?dist}
Summary:        Exclude files/directories for Version Control Systems
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/File-Find-Rule-VCS/
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/File-Find-Rule-VCS-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 0:5.005
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Find::Rule) >= 0.20
BuildRequires:  perl(Test::More) >= 0.47
Requires:       perl(File::Find::Rule) >= 0.20
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Many tools need to be equally useful both on ordinary files, and on code
that has been checked out from revision control systems.

%prep
%setup -q -n File-Find-Rule-VCS-%{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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Sep 25 2008 Marcela Mašláňová <mmaslano at redhat.com> 1.04-2
- add email

* Wed Sep 24 2008 Marcela Mašláňová 1.04-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-VCS/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Sep 2008 19:10:14 -0000	1.1
+++ .cvsignore	29 Sep 2008 09:23:15 -0000	1.2
@@ -0,0 +1 @@
+File-Find-Rule-VCS-1.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-VCS/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Sep 2008 19:10:14 -0000	1.1
+++ sources	29 Sep 2008 09:23:15 -0000	1.2
@@ -0,0 +1 @@
+f2014b4076f5e9cc9addcf29f662f344  File-Find-Rule-VCS-1.04.tar.gz




More information about the Fedora-perl-devel-list mailing list