Author: arekm Date: Wed Oct 24 06:47:38 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; use pastebin.com service (current default one is not working)
---- Files affected: SPECS: pastebinit.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/pastebinit.spec diff -u SPECS/pastebinit.spec:1.8 SPECS/pastebinit.spec:1.9 --- SPECS/pastebinit.spec:1.8 Wed Oct 24 08:47:15 2007 +++ SPECS/pastebinit.spec Wed Oct 24 08:47:33 2007 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Pastebin działający z linii poleceń Name: pastebinit Version: 0.8.1 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications Source0: http://www.stgraber.org/download/projects/pastebin/%{name}-%{version}.tar.gz @@ -29,7 +29,8 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} -install pastebinit $RPM_BUILD_ROOT%{_bindir}/%{name} + +sed -e 's#http://paste.stgraber.org#http://pastebin.com#g' pastebinit > $RPM_BUILD_ROOT%{_bindir}/%{name} %clean rm -rf $RPM_BUILD_ROOT @@ -44,6 +45,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007/10/24 06:47:33 arekm +- rel 2; use pastebin.com service (current default one is not working) + Revision 1.8 2007/10/24 06:47:15 glen - adapter ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pastebinit.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
