[packages/sprunge] - rel 2; exec curl

arekm arekm at pld-linux.org
Wed Sep 25 19:45:00 CEST 2013


commit 1431df4824ced58b05f9b18b4c121b3484648d56
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Sep 25 19:44:58 2013 +0200

    - rel 2; exec curl

 sprunge.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sprunge.spec b/sprunge.spec
index 73ad815..97574de 100644
--- a/sprunge.spec
+++ b/sprunge.spec
@@ -1,7 +1,7 @@
 Summary:	Command line Pastebin-like
 Name:		sprunge
 Version:	0.1
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications
 URL:		http://sprunge.us/
@@ -22,7 +22,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
 cat << 'EOF' > $RPM_BUILD_ROOT%{_bindir}/sprunge
-%{_bindir}/curl -F 'sprunge=<-' http://sprunge.us
+exec %{_bindir}/curl -F 'sprunge=<-' http://sprunge.us
 EOF
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sprunge.git/commitdiff/1431df4824ced58b05f9b18b4c121b3484648d56



More information about the pld-cvs-commit mailing list