Searched refs:rpm (Results 1 - 25 of 50) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec14 Source0: http://bftpd.sourceforge.net/downloads/rpm/%{name}-%{version}.tar.gz
51 - redid the summery section to bring it in line with "rpm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile841 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
843 # %_topdir /home/loic/local/rpm
844 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
846 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
851 # and run make rpm in the following way:
852 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
856 $(MAKE) RPMDIST=curl rpm
857 $(MAKE) RPMDIST=curl-ssl rpm
859 rpm:
860 RPM_TOPDIR=`rpm
[all...]
H A DMakefile.am94 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
96 # %_topdir /home/loic/local/rpm
97 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
99 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
104 # and run make rpm in the following way:
105 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
109 $(MAKE) RPMDIST=curl rpm
110 $(MAKE) RPMDIST=curl-ssl rpm
112 rpm:
113 RPM_TOPDIR=`rpm
[all...]
H A DMakefile.in841 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
843 # %_topdir /home/loic/local/rpm
844 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
846 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
851 # and run make rpm in the following way:
852 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
856 $(MAKE) RPMDIST=curl rpm
857 $(MAKE) RPMDIST=curl-ssl rpm
859 rpm:
860 RPM_TOPDIR=`rpm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/RPM/
H A Dcurl.spec70 rpm; fi)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dcurl-ssl.spec46 cd %{curlroot} && (if [ -f configure.in ]; then mv -f configure.in configure.in.rpm; fi)
48 cd %{curlroot} && (if [ -f configure.in.rpm ]; then mv -f configure.in.rpm configure.in; fi)
H A Dmake_curl_rpm9 arch=`rpm --showrc | awk 'NF == 3 && $2 == "_arch" { print $3 }'`
44 src_rpm="$target-$version-$release.src.rpm"
47 rpm -ivh $src_rpm
53 if ! rpm -ba $specs_dir/$target-$version-$arch.spec
58 echo "$target rpm is now in $rpms_dir/$arch"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-rh.spec57 cp rpm/dnsmasq.rh $RPM_BUILD_ROOT/etc/rc.d/init.d/dnsmasq
H A Ddnsmasq-suse.spec42 patch -p0 <rpm/%{name}-SuSE.patch
59 install -o root -g root -m 755 rpm/rc.dnsmasq-suse $RPM_BUILD_ROOT/etc/init.d/dnsmasq
105 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0 rpm/README.susefirewall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A DMakefile7 # where to build the rpm
24 all: prep distclean rpm
85 rpm: dist build_dir
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dfilter-requires-samba.sh3 /usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
H A Dmakerpms.sh10 # Note: Under this directory rpm expects to find the same directories that are under the
14 SPECDIR=`rpm --eval %_specdir`
15 SRCDIR=`rpm --eval %_sourcedir`
23 RPMVER=`rpm --version | awk '{print $3}'`
34 echo "Unknown RPM version: `rpm --version`"
H A Dmakerpms.sh.tmpl10 # Note: Under this directory rpm expects to find the same directories that are under the
14 SPECDIR=`rpm --eval %_specdir`
15 SRCDIR=`rpm --eval %_sourcedir`
23 RPMVER=`rpm --version | awk '{print $3}'`
34 echo "Unknown RPM version: `rpm --version`"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dmakerpms.sh15 # rpm --eval should always give a correct answer for this
16 SPECDIR=`rpm "$@" --eval "%{_specdir}"`
17 SRCDIR=`rpm "$@" --eval "%{_sourcedir}"`
25 RPMVER=`rpm --version | awk '{print $3}'`
42 echo "Unknown RPM version: `rpm --version`"
56 # by using info in the spec file. It won't work for files that use an rpm
75 rpm -ba -v --clean --rmsource samba.spec $@
H A Dmakerpms.sh.tmpl15 # rpm --eval should always give a correct answer for this
16 SPECDIR=`rpm "$@" --eval "%{_specdir}"`
17 SRCDIR=`rpm "$@" --eval "%{_sourcedir}"`
25 RPMVER=`rpm --version | awk '{print $3}'`
42 echo "Unknown RPM version: `rpm --version`"
56 # by using info in the spec file. It won't work for files that use an rpm
75 rpm -ba -v --clean --rmsource samba.spec $@
H A Dsamba2.spec11 # 'rpm -ba samba.spec'
82 # %_{pre,postun}_service are provided by rpm-helper in 9.0 and later
126 # To use it, do rpm [-ba|--rebuild] --with 'xxx'
127 # Check if the rpm was built with the defaults, otherwise we inform the user
275 Source7: README.%{name}-mandrake-rpm
353 see README.%{name}-mandrake-rpm in the documentation for
362 PreReq: rpm-helper
845 %{error: This rpm has build options available, use --with options to see them}
881 echo "Building a non-default rpm with the following command-line arguments:"
883 echo "This rpm wa
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dfilter-requires-samba_rh8.sh2 /usr/lib/rpm/find-requires $* | egrep -v '(Net::LDAP|CGI)'
H A Dfilter-requires-samba_rh9.sh3 /usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
H A Dmakerpms.sh12 # Note: Under this directory rpm expects to find the same directories that are under the
16 SPECDIR=`rpm --eval %_specdir`
17 SRCDIR=`rpm --eval %_sourcedir`
25 RPMVER=`rpm --version | awk '{print $3}'`
26 RPM="rpm"
40 echo "Unknown RPM version: `rpm --version`"
46 ## now catch the right command to build an RPM (defaults ro 'rpm'
H A Dmakerpms.sh.tmpl12 # Note: Under this directory rpm expects to find the same directories that are under the
16 SPECDIR=`rpm --eval %_specdir`
17 SRCDIR=`rpm --eval %_sourcedir`
25 RPMVER=`rpm --version | awk '{print $3}'`
26 RPM="rpm"
40 echo "Unknown RPM version: `rpm --version`"
46 ## now catch the right command to build an RPM (defaults ro 'rpm'
H A Dsamba.spec1 ## grab the major and minor version of rpm
2 %define rpm_version `rpm --version | awk '{print $3}' | awk -F. '{print $1$2}'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile989 dist rpm rpmbuild:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in987 dist rpm rpmbuild:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DMakefile2546 rpm: cleanup cleantar
H A DMakefile.am1158 rpm: cleanup cleantar

Completed in 208 milliseconds

12