Changeset 2522 for branches/fc19-dev/server/fedora/Makefile
- Timestamp:
- May 25, 2014, 3:55:57 PM (10 years ago)
- Location:
- branches/fc19-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc19-dev
- Property svn:mergeinfo changed
/trunk merged: 2490-2494,2496-2521
- Property svn:mergeinfo changed
-
branches/fc19-dev/server/fedora/Makefile
r2487 r2522 22 22 hackage = cgi-3001.1.8.2 unix-handle-0.0.0 23 23 upstream_hackage = ghc-cgi ghc-unix-handle 24 upstream = openafs $(upstream_yum) $(upstream_hackage) moira zephyr zephyr.i686 python-zephyr python-afs python-moira python-hesiod athena-aclocal discuss 24 gems = pony:1.8 25 upstream_gems = rubygem-pony 26 upstream = openafs $(upstream_yum) $(upstream_hackage) $(upstream_gems) moira zephyr zephyr.i686 python-zephyr python-afs python-moira python-hesiod athena-aclocal discuss 25 27 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i686 whoisd athrun php_scripts scripts-wizard scripts-base scripts-static-cat fuse-better-mousetrapfs scripts-munin-plugins 26 28 allsrc = $(upstream) $(oursrc) … … 72 74 cabal fetch --no-dependencies $(hackage) 73 75 cp -a $(hackage:%=~/.cabal/packages/*/*/*/%.tar.gz) $(tmp_src) 76 $(foreach gem, $(gems), gem fetch $(firstword $(subst :, ,$(gem))) -v $(lastword $(subst :, ,$(gem)));) 74 77 spectool -g -R $(specs)/python-zephyr.spec 75 78 spectool -g -R $(specs)/python-afs.spec … … 91 94 cp ${specs}/*.spec $(tmp_specs) 92 95 93 # Remove old .orig files so we're not misle ad96 # Remove old .orig files so we're not misled 94 97 patch-specs: install-srpms 95 98 @set -ex; \ … … 157 160 $(upstream) openafs-kernel: rpmbuild_args += --define 'scriptsversion $(shell svnversion ${patches} | tr ':' '_')' 158 161 162 kernel: rpmbuild_args += --define 'buildid .scripts.%{scriptsversion}' --without debug --without doc 163 159 164 $(filter %.i686,$(upstream)): %.i686: setup patch-specs 160 165 rpmbuild ${rpmbuild_args} -bs ${tmp_specs}/${PKG}.spec
Note: See TracChangeset
for help on using the changeset viewer.