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

Iain Arnell iarnell at fedoraproject.org
Thu Apr 23 20:20:15 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Clipboard/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24770/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Clipboard.spec 
Log Message:
initial import


--- NEW FILE perl-Clipboard.spec ---
Name:           perl-Clipboard
Version:        0.09
Release:        1%{?dist}
Summary:        Copy and paste with any OS
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Clipboard/
Source0:        http://www.cpan.org/authors/id/K/KI/KING/Clipboard-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Spiffy)
BuildRequires:  perl(Test::More)
BuildRequires:  xclip
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       xclip

%description
Who doesn't remember the first time they learned to copy and paste, and
generated an exponentially growing text document? Yes, that's right,
clipboards are magical.

%prep
%setup -q -n Clipboard-%{version}

# no need for Win32 or Pb
rm lib/Clipboard/Pb.pm
rm lib/Clipboard/Win32.pm

%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 README
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Sun Apr 19 2009 Iain Arnell <iarnell at gmail.com> 0.09-1
- Specfile autogenerated by cpanspec 1.77.
- add bindir and man1 to files


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Clipboard/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:39:19 -0000	1.1
+++ .cvsignore	23 Apr 2009 20:19:44 -0000	1.2
@@ -0,0 +1 @@
+Clipboard-0.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Clipboard/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2009 16:39:19 -0000	1.1
+++ sources	23 Apr 2009 20:19:44 -0000	1.2
@@ -0,0 +1 @@
+07c48138285eb46f5bfc338630ff4efd  Clipboard-0.09.tar.gz




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