Browse Source

upgrading package: perforce 2002.1 -> 2002.2

master
parent
commit
06cedc6e12
  1. 8
      perforce/perforce.spec

8
perforce/perforce.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [PRIV]
Group: SCM
License: Commercial
Version: 2002.1
Release: 20020821
Version: 2002.2
Release: 20021101
# list of sources
Source0: perforce-%{version}.tar.bz2
@ -84,7 +84,7 @@ AutoReqProv: no
$RPM_BUILD_ROOT%{l_prefix}/libexec/perforce \
$RPM_BUILD_ROOT%{l_prefix}/share/perforce \
$RPM_BUILD_ROOT%{l_prefix}/var/perforce/p4d.depot
subdir="perforce-2002.1/bin"
subdir="perforce-%{version}/bin"
case "%{l_target}" in
*-freebsd* ) subdir="$subdir.freebsd4" ;;
*-linux* ) subdir="$subdir.linux22x86" ;;
@ -95,7 +95,7 @@ AutoReqProv: no
%{l_shtool} install -c -m 755 \
p4 $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 755 \
p4d p4web p4ftpd $RPM_BUILD_ROOT%{l_prefix}/sbin/
p4d p4web p4ftpd p4p $RPM_BUILD_ROOT%{l_prefix}/sbin/
%{l_shtool} install -c -m 644 \
%{SOURCE p4.1} %{SOURCE p4d.1} $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_shtool} install -c -m 644 \

Loading…
Cancel
Save