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

Emmanuel Seyman eseyman at fedoraproject.org
Fri Jan 22 20:03:59 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Graphics-ColorNames-WWW/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3448/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Graphics-ColorNames-WWW.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
perl-Graphics-ColorNames-WWW-1_13-1_fc12:HEAD:perl-Graphics-ColorNames-WWW-1.13-1.fc12.src.rpm:1264190613


--- NEW FILE perl-Graphics-ColorNames-WWW.spec ---
Name:           perl-Graphics-ColorNames-WWW
Version:        1.13
Release:        1%{?dist}
Summary:        WWW color names and equivalent RGB values
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Graphics-ColorNames-WWW/
Source0:        http://www.cpan.org/authors/id/C/CF/CFAERBER/Graphics-ColorNames-WWW-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Graphics::ColorNames)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::NoWarnings)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This modules defines color names and their associated RGB values from
various WWW specifications and implementations.

%prep
%setup -q -n Graphics-ColorNames-WWW-%{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 
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Dec 21 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.13-1
- Update to 1.13.

* Tue Dec 15 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.11-1
- Update to 1.11.

* Sun Dec 13 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.10-1
- Update to 1.10.

* Mon Oct 05 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.00-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Graphics-ColorNames-WWW/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	22 Jan 2010 17:05:12 -0000	1.1
+++ .cvsignore	22 Jan 2010 20:03:59 -0000	1.2
@@ -0,0 +1 @@
+Graphics-ColorNames-WWW-1.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Graphics-ColorNames-WWW/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	22 Jan 2010 17:05:12 -0000	1.1
+++ sources	22 Jan 2010 20:03:59 -0000	1.2
@@ -0,0 +1 @@
+c518859fd8797927481e2318bff362e0  Graphics-ColorNames-WWW-1.13.tar.gz




More information about the perl-devel mailing list