Author: arekm Date: Fri Apr 27 10:04:19 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.7
---- Files affected: SPECS: pastebinit.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/pastebinit.spec diff -u SPECS/pastebinit.spec:1.4 SPECS/pastebinit.spec:1.5 --- SPECS/pastebinit.spec:1.4 Fri Mar 16 13:30:08 2007 +++ SPECS/pastebinit.spec Fri Apr 27 12:04:14 2007 @@ -2,12 +2,12 @@ Summary: Command line Pastebin Summary(pl.UTF-8): Pastebin działający z linii poleceń Name: pastebinit -Version: 0.6 +Version: 0.7 Release: 1 License: GPL v2+ Group: Applications -Source0: http://librarian.launchpad.net/5579545/%{name}_%{version}.orig.tar.gz -# Source0-md5: 25a9cd52209da673fe2c519d2a91eb47 +Source0: http://www.stgraber.org/download/projects/pastebin/%{name}-%{version}.py +# Source0-md5: 7fa157da9559cd06e70f43628f428f0f URL: http://www.stgraber.org/?cat=5 Requires: python-modules BuildArch: noarch @@ -24,13 +24,12 @@ standardowego wyjścia, a on przeklei informacje na Pastebin. %prep -%setup -q +%setup -q -c -T %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} -install %{name} $RPM_BUILD_ROOT%{_bindir} -install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 +install -d $RPM_BUILD_ROOT%{_bindir} +install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name} %clean rm -rf $RPM_BUILD_ROOT @@ -38,7 +37,6 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/pastebinit -%{_mandir}/man1/pastebinit.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -46,6 +44,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/04/27 10:04:14 arekm +- up to 0.7 + Revision 1.4 2007/03/16 12:30:08 glen - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pastebinit.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
