Author: glen Date: Thu Dec 11 22:13:07 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - produce and package man page
---- Files affected: SPECS: clive.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: SPECS/clive.spec diff -u SPECS/clive.spec:1.37 SPECS/clive.spec:1.38 --- SPECS/clive.spec:1.37 Thu Dec 11 23:02:46 2008 +++ SPECS/clive.spec Thu Dec 11 23:13:02 2008 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Narzędzie do wydobywania filmów z YouTube i Google Video Name: clive Version: 2.1.0 -Release: 0.3 +Release: 0.4 License: GPL v2+ Group: Applications/System Source0: http://clive.googlecode.com/files/%{name}-%{version}.tar.bz2 @@ -17,7 +17,8 @@ URL: http://clive.sourceforge.net/ Patch0: %{name}-delfi.patch Patch1: %{name}-reporter.patch -#Patch2: %{name}-spz.patch +#Patch2: %{name}-spz.patch +BuildRequires: perl-tools-pod BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: sed >= 4.0 Requires: perl-BerkeleyDB >= 0.34 @@ -56,10 +57,14 @@ %patch1 -p1 #%patch2 -p1 +%build +pod2man clive > clive.1 + %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} +cp -a clive.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT @@ -68,6 +73,7 @@ %defattr(644,root,root,755) %doc AUTHORS CHANGES TODO %attr(755,root,root) %{_bindir}/clive +%{_mandir}/man1/clive.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -75,6 +81,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2008/12/11 22:13:02 glen +- produce and package man page + Revision 1.37 2008/12/11 22:02:46 glen - delfi, reporter patches updated, southparkzone site seems broken ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clive.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
