SPECS: perl-PAR-Packer.spec - release 2: separated /usr/bin/tkpp (requires ...

radek radek at pld-linux.org
Thu Jan 22 16:26:53 CET 2009


Author: radek                        Date: Thu Jan 22 15:26:53 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- release 2: separated /usr/bin/tkpp (requires perl-Tk)

---- Files affected:
SPECS:
   perl-PAR-Packer.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-PAR-Packer.spec
diff -u SPECS/perl-PAR-Packer.spec:1.1 SPECS/perl-PAR-Packer.spec:1.2
--- SPECS/perl-PAR-Packer.spec:1.1	Thu Jan 22 15:11:52 2009
+++ SPECS/perl-PAR-Packer.spec	Thu Jan 22 16:26:48 2009
@@ -10,7 +10,7 @@
 #Summary(pl.UTF-8):	
 Name:		perl-PAR-Packer
 Version:	0.982
-Release:	1
+Release:	2
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
@@ -35,6 +35,15 @@
 # %description -l pl.UTF-8
 # TODO
 
+%package tkpp
+Summary:	tkpp - frontend to pp written in Perl/Tk
+Group:		Development/Tools
+Requires:	%{name} = %{version}-%{release}
+
+%description tkpp
+Tkpp is a GUI frontend to pp, which can turn perl scripts into stand-alone
+PAR files, perl scripts or executables.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -59,11 +68,16 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/p*
 %{perl_vendorlib}/*.pm
 %{perl_vendorlib}/PAR/*
 %{perl_vendorlib}/App/Packer/*
-%{_mandir}/man?/*
+%{_mandir}/man3/*
+%{_mandir}/man1/p*
+
+%files tkpp
+%attr(755,root,root) %{_bindir}/tkpp
+%{_mandir}/man1/tkpp*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -71,6 +85,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/01/22 15:26:48  radek
+- release 2: separated /usr/bin/tkpp (requires perl-Tk)
+
 Revision 1.1  2009/01/22 14:11:52  radek
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-PAR-Packer.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list