Changeset 36 for server/fedora/specs


Ignore:
Timestamp:
Nov 28, 2006, 8:08:14 PM (17 years ago)
Author:
jbarnold
Message:
Improved package dependency tracking
Location:
server/fedora/specs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/lockeradm.spec

    r11 r36  
    1010BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
    1111%define debug_package %{nil}
     12Prereq: /usr/bin/fs, /usr/bin/pts
    1213
    1314%description
     
    2425
    2526%build
    26 ./configure
     27./configure --with-fs=/usr/bin/fs --with-pts=/usr/bin/pts
    2728make
    2829
  • server/fedora/specs/tokensys.spec

    r2 r36  
    1010BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
    1111%define debug_package %{nil}
     12Prereq: /usr/kerberos/bin/kinit, /usr/bin/aklog
    1213
    1314%description
     
    2324
    2425%build
    25 ./configure
     26./configure --with-kinit=/usr/kerberos/bin/kinit --with-aklog=/usr/bin/aklog
    2627
    2728%install
Note: See TracChangeset for help on using the changeset viewer.