SPECS: cvs2cl.spec - add manual page, rel 1

glen glen at pld-linux.org
Thu Jul 6 19:29:15 CEST 2006


Author: glen                         Date: Thu Jul  6 17:29:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add manual page, rel 1

---- Files affected:
SPECS:
   cvs2cl.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/cvs2cl.spec
diff -u SPECS/cvs2cl.spec:1.2 SPECS/cvs2cl.spec:1.3
--- SPECS/cvs2cl.spec:1.2	Wed Sep 21 00:02:20 2005
+++ SPECS/cvs2cl.spec	Thu Jul  6 19:29:09 2006
@@ -4,13 +4,14 @@
 Summary(pl):	Skrypt do konwersji commit logów z CVS-u na ChangeLog
 Name:		cvs2cl
 Version:	2.59
-Release:	0.1
+Release:	1
 Epoch:		0
 License:	GPL v2
 Group:		Applications
-Source0:	http://www.red-bean.com/cvs2cl/cvs2cl.pl
+Source0:	http://www.red-bean.com/cvs2cl/%{name}.pl
 # Source0-md5:	2267d1023719f72358d2739e41ca984c
 URL:		http://www.red-bean.com/cvs2cl/
+BuildRequires:	perl-tools-pod
 BuildRequires:	rpm-perlprov
 BuildRequires:	sed >= 4.0
 BuildArch:	noarch
@@ -41,8 +42,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install %{name}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}
+pod2man %{name}.pl > $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +52,7 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/cvs2cl.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -57,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/07/06 17:29:09  glen
+- add manual page, rel 1
+
 Revision 1.2  2005/09/20 22:02:20  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cvs2cl.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list