Changeset 2509 for trunk/server/fedora


Ignore:
Timestamp:
Mar 9, 2014, 1:48:41 AM (10 years ago)
Author:
btidor
Message:
Add rubygem-pony with gem target in Makefile
Location:
trunk/server/fedora
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r2507 r2509  
    2222hackage         = cgi-3001.1.8.2 unix-handle-0.0.0
    2323upstream_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
     24gems            = pony:1.8
     25upstream_gems   = rubygem-pony
     26upstream        = openafs $(upstream_yum) $(upstream_hackage) $(upstream_gems) moira zephyr zephyr.i686 python-zephyr python-afs python-moira python-hesiod athena-aclocal discuss
    2527oursrc          = 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
    2628allsrc          = $(upstream) $(oursrc)
     
    7274        cabal fetch --no-dependencies $(hackage)
    7375        cp -a $(hackage:%=~/.cabal/packages/*/*/*/%.tar.gz) $(tmp_src)
     76        $(foreach gem, $(gems), gem fetch $(firstword $(subst :, ,$(gem))) -v $(lastword $(subst :, ,$(gem)));)
    7477        spectool -g -R $(specs)/python-zephyr.spec
    7578        spectool -g -R $(specs)/python-afs.spec
     
    9194        cp ${specs}/*.spec $(tmp_specs)
    9295
    93 # Remove old .orig files so we're not mislead
     96# Remove old .orig files so we're not misled
    9497patch-specs: install-srpms
    9598        @set -ex; \
Note: See TracChangeset for help on using the changeset viewer.