- Timestamp:
- Mar 9, 2014, 1:48:41 AM (11 years ago)
- Location:
- trunk/server/fedora
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/Makefile
r2507 r2509 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; \
Note: See TracChangeset
for help on using the changeset viewer.