Author: glen Date: Mon Jan 29 17:14:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - use source from Ubuntu which includes manpage
---- Files affected: SPECS: pastebinit.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/pastebinit.spec diff -u SPECS/pastebinit.spec:1.1 SPECS/pastebinit.spec:1.2 --- SPECS/pastebinit.spec:1.1 Mon Jan 29 18:11:47 2007 +++ SPECS/pastebinit.spec Mon Jan 29 18:14:06 2007 @@ -2,11 +2,11 @@ Summary: Command line pastebin Name: pastebinit Version: 0.6 -Release: 0.1 +Release: 0.2 License: GPL v2+ Group: Applications -Source0: http://www.stgraber.org/download/projects/pastebin/%{name}-%{version}.py -# Source0-md5: 9e8702cd1beac3218c357c0ea08f6ab3 +Source0: http://librarian.launchpad.net/5579545/%{name}_%{version}.orig.tar.gz +# Source0-md5: 25a9cd52209da673fe2c519d2a91eb47 URL: http://www.stgraber.org/?cat=5 Requires: python-modules BuildArch: noarch @@ -18,13 +18,13 @@ will paste the information on a Pastebin. %prep -%setup -qcT -cp -a %{SOURCE0} %{name} +%setup -q %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} install %{name} $RPM_BUILD_ROOT%{_bindir} +install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT @@ -32,6 +32,7 @@ %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 @@ -39,6 +40,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/01/29 17:14:06 glen +- use source from Ubuntu which includes manpage + Revision 1.1 2007/01/29 17:11:47 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pastebinit.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
