rpms/perl-App-Nopaste/devel perl-App-Nopaste.spec,1.1,1.2

Iain Arnell iarnell at fedoraproject.org
Sun May 3 08:22:52 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Nopaste/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2612

Modified Files:
	perl-App-Nopaste.spec 
Log Message:
* Sun May 03 2009 Iain Arnell <iarnell at gmail.com> 0.10-2
- rename nopaste command to avoid conflict with existing nopaste rpm



Index: perl-App-Nopaste.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/devel/perl-App-Nopaste.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-App-Nopaste.spec	30 Apr 2009 07:18:16 -0000	1.1
+++ perl-App-Nopaste.spec	3 May 2009 08:22:22 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-App-Nopaste
 Version:        0.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Easy access to any pastebin
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -39,6 +39,10 @@ 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}
@@ -68,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 03 2009 Iain Arnell <iarnell at gmail.com> 0.10-2
+- rename nopaste command to avoid conflict with existing nopaste rpm
+
 * Sun Apr 19 2009 Iain Arnell <iarnell at gmail.com> 0.10-1
 - Specfile autogenerated by cpanspec 1.77.
 - add requires for optional modules




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