Searched refs:RPM (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/bridge/doc/
H A DMakefile1 all: FAQ HOWTO PROJECTS RPM-GPG-KEY TODO
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/contrib/
H A Dbuild-rpm3 # Build an e2fsprogs RPM from cvs
15 # directory name (since that's what RPM will expect it to unpack
27 [ "`rpmbuild --version 2> /dev/null`" ] && RPM=rpmbuild || RPM=rpm
28 $RPM --define "_sourcedir `pwd`/$tmpdir" -ba $currdir/e2fsprogs.spec
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/RedHat/
H A Dmakerpms.sh3 # Updated for RPM 3 by Jochen Wiedmann, joe@ispsoft.de
26 RPM="rpm"
27 echo The RPM Version on this machine is: $RPMVER
40 echo "Unknown RPM version: `rpm --version`"
46 ## now catch the right command to build an RPM (defaults ro 'rpm'
50 RPM="rpmbuild"
54 echo "RPM build command is \"$RPM\""
68 ${RPM} -ba --clean --rmsource $SPECFILE
H A Dmakerpms.sh.tmpl3 # Updated for RPM 3 by Jochen Wiedmann, joe@ispsoft.de
26 RPM="rpm"
27 echo The RPM Version on this machine is: $RPMVER
40 echo "Unknown RPM version: `rpm --version`"
46 ## now catch the right command to build an RPM (defaults ro 'rpm'
50 RPM="rpmbuild"
54 echo "RPM build command is \"$RPM\""
68 ${RPM} -ba --clean --rmsource $SPECFILE
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/RPM.RedHat/
H A DMakefile4 RPM=/usr/src/redhat/RPMS/i386/${PACKAGE}-${VERSION}-${RELEASE}.i386.rpm macro
15 rpm: ${RPM}
18 rpm -i --test ${RPM}
20 rpm -U --test ${RPM} || echo $$?
22 rpm -U ${RPM} || echo ERROR $$?
24 rpm -U --force ${RPM} || echo ERROR $$?
28 ${RPM}: ${PACKAGE}.spec
H A DUNPACK16 cd L*[0-9]/DIS*/RPM* ; make checkit
H A DLPRng.spec349 - 3.6.7 First RPM build.
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dmakerpms.sh3 # Updated for RPM 3 by Jochen Wiedmann, joe@ispsoft.de
12 # %_topdir /home/mylogin/RPM
26 echo The RPM Version on this machine is: $RPMVER
30 echo Building for RPM v2.x
34 echo Building for RPM v3.x
38 echo Building for RPM v4.x
42 echo "Unknown RPM version: `rpm --version`"
H A Dmakerpms.sh.tmpl3 # Updated for RPM 3 by Jochen Wiedmann, joe@ispsoft.de
12 # %_topdir /home/mylogin/RPM
26 echo The RPM Version on this machine is: $RPMVER
30 echo Building for RPM v2.x
34 echo Building for RPM v3.x
38 echo Building for RPM v4.x
42 echo "Unknown RPM version: `rpm --version`"
H A Dsamba2.spec331 WARNING: This RPM was built with command-line options. Please
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Fedora/
H A Dmakerpms.sh24 RPM="rpmbuild"
27 ## Check the RPM version (paranoid)
31 echo "Supported RPM version [$RPMVER]"
34 echo "Unknown RPM version: `rpm --version`"
64 ${RPM} -ba --clean --rmsource $SPECFILE
H A Dmakerpms.sh.tmpl24 RPM="rpmbuild"
27 ## Check the RPM version (paranoid)
31 echo "Supported RPM version [$RPMVER]"
34 echo "Unknown RPM version: `rpm --version`"
64 ${RPM} -ba --clean --rmsource $SPECFILE
/asus-wl-520gu-7.0.1.45/src/router/acl/
H A Dconfigure1301 if test -z "$RPM"; then
1309 case "$RPM" in
1311 ac_cv_path_RPM="$RPM" # Let the user override the test with a path.
1314 ac_cv_path_RPM="$RPM" # Let the user override the test with a dos path.
1331 RPM="$ac_cv_path_RPM"
1332 if test -n "$RPM"; then
1333 echo "$ac_t""$RPM" 1>&6
1339 rpm=$RPM
1342 test -x $RPM && rpm_version=`$RPM
[all...]
/asus-wl-520gu-7.0.1.45/src/router/bridge/
H A Dbridge-utils.spec61 %doc AUTHORS COPYING doc/FAQ doc/HOWTO doc/RPM-GPG-KEY
/asus-wl-520gu-7.0.1.45/src/router/attr/
H A Dconfigure312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS enable_shared enable_gettext pkg_name pkg_version pkg_release debug_build opt_build malloc_lib pkg_user pkg_group pkg_distribution pkg_platform CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT cc MAKE make LIBTOOL libtool TAR tar ZIP zip MAKEDEPEND makedepend AWK awk SED sed ECHO echo SORT sort LN_S MSGFMT msgfmt MSGMERGE msgmerge RPM rpm rpm_version RPMBUILD rpmbuild have_zipped_manpages CPP EGREP ALLOCA LIBOBJS LTLIBOBJS'
2717 if test -z "$RPM"; then
2725 case $RPM in
2727 ac_cv_path_RPM="$RPM" # Let the user override the test with a path.
2748 RPM=$ac_cv_path_RPM
2750 if test -n "$RPM"; then
2751 echo "$as_me:$LINENO: result: $RPM" >&5
2752 echo "${ECHO_T}$RPM" >&6
2759 rpm=$RPM
2762 test -x $RPM
[all...]

Completed in 92 milliseconds