rpms/perl-Graphics-ColorNames/devel perl-Graphics-ColorNames.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat May 6 18:57:57 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Graphics-ColorNames/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24573/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Graphics-ColorNames.spec 
Log Message:
auto-import perl-Graphics-ColorNames-1.06-1 on branch devel from perl-Graphics-ColorNames-1.06-1.src.rpm


--- NEW FILE perl-Graphics-ColorNames.spec ---
Name:           perl-Graphics-ColorNames
Version:        1.06
Release:        1%{?dist}
Summary:        Defines RGB values for common color names
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Graphics-ColorNames/
Source0:        http://www.cpan.org/authors/id/R/RR/RRWO/Graphics-ColorNames-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Load) >= 0.1
BuildRequires:  perl(Pod::Coverage)
BuildRequires:  perl(Test::Pod) >= 1
BuildRequires:  perl(Test::Prereq)
Requires:       perl(Module::Load) >= 0.1
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module defines RGB values for common color names. The intention is to
(1) provide a common module that authors can use with other modules to
specify colors; and (2) free module authors from having to "re-invent the
wheel" whenever they decide to give the users the option of specifying a
color by name rather than RGB value.

%prep
%setup -q -n Graphics-ColorNames-%{version}
perl -pi -e 's/\r//g' Changes README

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

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

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

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Mar 24 2006 Steven Pritchard <steve at kspei.com> 1.06-1
- Specfile autogenerated by cpanspec 1.64.
- Drop some explicit Requires.
- Drop explicit BR: perl.
- dos2unix Changes and README.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Graphics-ColorNames/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 May 2006 18:57:12 -0000	1.1
+++ .cvsignore	6 May 2006 18:57:57 -0000	1.2
@@ -0,0 +1 @@
+Graphics-ColorNames-1.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Graphics-ColorNames/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 May 2006 18:57:12 -0000	1.1
+++ sources	6 May 2006 18:57:57 -0000	1.2
@@ -0,0 +1 @@
+0551cb0b17babcbdef284d5b502731a4  Graphics-ColorNames-1.06.tar.gz




More information about the fedora-extras-commits mailing list