Changeset 2587 for branches/fc20-dev/server/fedora
- Timestamp:
- Aug 27, 2014, 9:01:08 PM (11 years ago)
- Location:
- branches/fc20-dev/server/fedora
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc20-dev/server/fedora/Makefile
r2555 r2587 24 24 gems = pony:1.8 fcgi:0.9.2.1 25 25 upstream_gems = rubygem-pony rubygem-fcgi 26 upstream = openafs $(upstream_yum) $(upstream_hackage) $(upstream_gems) moira zephyr zephyr.i686 python-zephyr python-afs python-moira python-hesiod athena-aclocal discuss 26 upstream_eggs = python-authkit 27 upstream = openafs $(upstream_yum) $(upstream_hackage) $(upstream_gems) $(upstream_eggs) moira zephyr zephyr.i686 python-zephyr python-afs python-moira python-hesiod athena-aclocal discuss 27 28 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 28 29 allsrc = $(upstream) $(oursrc) … … 80 81 spectool -g -R $(specs)/python-moira.spec 81 82 spectool -g -R $(specs)/python-hesiod.spec 83 spectool -g -R $(specs)/python-authkit.spec 82 84 touch download_stamp 83 85
Note: See TracChangeset
for help on using the changeset viewer.