Author: iarnell Update of /cvs/pkgs/rpms/perl-Clipboard/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24770/F-11 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@xxxxxxxxx> 0.09-1 - Specfile autogenerated by cpanspec 1.77. - add bindir and man1 to files Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Clipboard/F-11/.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/F-11/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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list