]> git.pld-linux.org Git - packages/perl-PAR-Packer.git/commitdiff
- release 2: separated /usr/bin/tkpp (requires perl-Tk) auto/th/perl-PAR-Packer-0_982-2
authorradek <radek@pld-linux.org>
Thu, 22 Jan 2009 15:26:48 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-PAR-Packer.spec -> 1.2

perl-PAR-Packer.spec

index 9e0e58492fd6d49a07aa4c3ce2e7695ec1ff7903..1d2c18e484d958e637d7379bdebad2218a742a6f 100644 (file)
@@ -9,7 +9,7 @@ Summary:        PAR::Packer - PAR Packager
 #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
@@ -34,6 +34,15 @@ stand-alone executables, perl scripts and PAR files.
 # %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}
 
@@ -58,8 +67,13 @@ rm -rf $RPM_BUILD_ROOT
 %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*
This page took 0.184488 seconds and 4 git commands to generate.