rpms/cpanspec/devel cpanspec.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Feb 3 22:18:10 UTC 2006


Author: steve

Update of /cvs/extras/rpms/cpanspec/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2560/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cpanspec.spec 
Log Message:
auto-import cpanspec-1.59-2 on branch devel from cpanspec-1.59-2.src.rpm


--- NEW FILE cpanspec.spec ---
Name:           cpanspec
Version:        1.59
Release:        2%{?dist}
Summary:        RPM spec file generation utility
License:        GPL or Artistic
Group:          Development/Tools
URL:            http://cpanspec.sourceforge.net/
Source0:        http://dl.sourceforge.net/cpanspec/cpanspec-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
cpanspec generates spec files for Perl modules from CPAN for Fedora
Extras.  The quality of the spec file is our primary concern.  It is
assumed that maintainers will need to do some (hopefully small) amount
of work to clean up the generated spec file to make the package build
and to verify that all of the information contained in the spec file
is correct.

%prep
%setup -q

%build
perl Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic

# No tests.
#%check
#./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING Artistic
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Wed Feb 01 2006 Steven Pritchard <steve at kspei.com> 1.59-2
- URL/Source0 on SourceForge.
- Use a more appropriate Group.

* Tue Sep 20 2005 Steven Pritchard <steve at kspei.com> 1.59-1
- Update to 1.59.

* Mon Sep 19 2005 Steven Pritchard <steve at kspei.com> 1.58-1
- Update to 1.58.
- Comment out bogus URL and Source0 URL.

* Fri Sep 16 2005 Steven Pritchard <steve at kspei.com> 1.55-1
- Update to 1.55.
- Include man page.
- Drop explicit module dependencies.  (rpmbuild will figure it out.)

* Fri Sep 16 2005 Steven Pritchard <steve at kspei.com> 1.54-1
- Update to 1.54.

* Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 1.49-1
- Update to 1.49.
- Remove unneeded BuildRequires (no tests).
- Remove explicit core module requirements.

* Sat Sep 03 2005 Steven Pritchard <steve at kspei.com> 1.46-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Feb 2006 22:16:02 -0000	1.1
+++ .cvsignore	3 Feb 2006 22:18:10 -0000	1.2
@@ -0,0 +1 @@
+cpanspec-1.59.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Feb 2006 22:16:02 -0000	1.1
+++ sources	3 Feb 2006 22:18:10 -0000	1.2
@@ -0,0 +1 @@
+3ed3cc74eeda4b7ad2d04534013c7672  cpanspec-1.59.tar.gz




More information about the scm-commits mailing list