Browse Source

some cleanups

master
parent
commit
309bf1e872
  1. 10
      perl-openpkg/perl-openpkg.pl
  2. 7
      perl-openpkg/perl-openpkg.spec

10
perl-openpkg/perl-openpkg.pl

@ -1,9 +1,9 @@
#!@l_prefix@/bin/perl -w
##
## perl-openpkg -- OpenPKG Perl Module Build Utility
## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2003 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2004 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@ -33,8 +33,8 @@ use IO qw(Handle Seekable File Pipe Socket Dir);
my $ME = {
prog_path => $0,
prog_name => "perl-openpkg",
prog_vers => "1.1.0",
prog_date => "01-Dec-2003"
prog_vers => "2.0.0",
prog_date => "26-Jan-2004"
};
# program configuration

7
perl-openpkg/perl-openpkg.spec

@ -48,8 +48,9 @@ AutoReqProv: no
%description
perl-openpkg is a small OpenPKG-specific packaging utility which
simplifies the build procedures in the various OpenPKG perl-xxx
packages. It is intended for internal use by OpenPKG packages only.
simplifies the build procedures in the various OpenPKG packages
which include Perl modules. It is intended for internal use by those
OpenPKG packages only.
%prep
%setup -T -c
@ -59,7 +60,7 @@ AutoReqProv: no
%{l_prefix}/bin/pod2man \
--quotes=none \
--section=1 --center='OpenPKG Perl Module Build Utility' \
--release="`date '+%Y-%m-%d'`" --date='%{l_openpkg_release}' \
--release="%{release}" --date='%{l_openpkg_release}' \
perl-openpkg.pl >perl-openpkg.1
%install

Loading…
Cancel
Save