Author: iarnell Update of /cvs/pkgs/rpms/perl-App-Nopaste/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25148/F-11 Modified Files: perl-App-Nopaste.spec Log Message: * Sat Jun 06 2009 Iain Arnell <iarnell@xxxxxxxxx> 0.10-3 - nopaste gets its own subpackage (to replace existing nopaste pacakge now that rafb.net has gone) Index: perl-App-Nopaste.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-11/perl-App-Nopaste.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-App-Nopaste.spec 22 May 2009 06:40:07 -0000 1.2 +++ perl-App-Nopaste.spec 6 Jun 2009 01:21:51 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-App-Nopaste Version: 0.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Easy access to any pastebin License: GPL+ or Artistic Group: Development/Libraries @@ -36,13 +36,25 @@ for public viewing. They're used a lot i would normally be too long to give directly in the channel (hence the name nopaste). +%package -n nopaste +# needs to beat old nopaste-2835-3 +Epoch: 1 +License: GPL+ or Artistic +Group: Development/Libraries +Summary: Access pastebins from the command line +Requires: %{name} = 0:%{version}-%{release} + +%description -n nopaste +This application lets you post text to pastebins from the command line. + +Pastebins (also known as nopaste sites) let you post text, usually code, for +public viewing. They're used a lot in IRC channels to show code that would +normally be too long to give directly in the channel (hence the name nopaste). + + %prep %setup -q -n App-Nopaste-%{version} -mv bin/nopaste bin/app-nopaste -sed -i -e 's/nopaste/app-nopaste/' bin/app-nopaste -sed -i -e 's/nopaste/app-nopaste/' Makefile.PL - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -67,11 +79,18 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* +%{_mandir}/man3/* + +%files -n nopaste +%defattr(-,root,root,-) %{_bindir}/* %{_mandir}/man1/* -%{_mandir}/man3/* %changelog +* Sat Jun 06 2009 Iain Arnell <iarnell@xxxxxxxxx> 0.10-3 +- nopaste gets its own subpackage (to replace existing nopaste pacakge now that + rafb.net has gone) + * Sun May 03 2009 Iain Arnell <iarnell@xxxxxxxxx> 0.10-2 - rename nopaste command to avoid conflict with existing nopaste rpm -- 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