Changeset 1340 for trunk/server/fedora
- Timestamp:
- Oct 15, 2009, 12:58:56 AM (15 years ago)
- Location:
- trunk/server/fedora
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/Makefile
r1334 r1340 19 19 # See /COPYRIGHT in this repository for more information. 20 20 21 upstream_yum = krb5 krb5.i586 httpd openssh php rubygem-activesupport-2.3.2-1.fc11 rubygem-actionpack-2.3.2-1.fc1121 upstream_yum = krb5 krb5.i586 httpd openssh php 22 22 upstream = openafs $(upstream_yum) 23 23 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr athrun php_scripts scripts-base … … 137 137 /usr/bin/mock -r scripts-fc11-`uname -m` ${rpmbuild_args} -v --rebuild `ls -t ${out_srpms}/${PKG}-[0-9]*.src.rpm | head -1` 138 138 139 $(upstream) rubygem-activesupport rubygem-actionpackopenafs-kernel: rpmbuild_args += --define 'scriptsversion $(shell svnversion ${patches} | tr ':' '_')'139 $(upstream) openafs-kernel: rpmbuild_args += --define 'scriptsversion $(shell svnversion ${patches} | tr ':' '_')' 140 140 141 141 $(filter %.i586,$(upstream)): %.i586: setup patch-specs … … 143 143 /usr/bin/mock -r scripts-fc11-i386 --arch=i586 ${rpmbuild_args} -v --rebuild `ls -t ${out_srpms}/${PKG}-[0-9]*.src.rpm | head -1` 144 144 145 $(filter-out %.i586,$(upstream)) rubygem-activesupport rubygem-actionpack: %: setup patch-specs145 $(filter-out %.i586,$(upstream)): %: setup patch-specs 146 146 rpmbuild ${rpmbuild_args} -bs ${tmp_specs}/${PKG}.spec 147 147 /usr/bin/mock -r scripts-fc11-`uname -m` ${rpmbuild_args} -v --rebuild `ls -t ${out_srpms}/${PKG}-[0-9]*.src.rpm | head -1`
Note: See TracChangeset
for help on using the changeset viewer.