Ignore:
Timestamp:
Mar 11, 2009, 6:48:41 AM (15 years ago)
Author:
Bryan Gartner
Message:

snapshot cleanup of packaging directives and precedence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/linuxcoe/pbconf/cvs/linuxcoe-sd-docs/rpm/linuxcoe-sd-docs.spec

    r384 r734  
    1 Summary: LinuxCOE SystemDesigner documentation
    21Name: PBPKG
    32Version: PBVER
    43Release: PBTAGPBSUF
     4Summary: LinuxCOE SystemDesigner documentation
     5
     6Group: PBGRP
    57License: GPL
    68URL: http://linuxcoe.sourceforge.net/
    7 Group: PBGRP
    8 #Copyright: 2000-2007 Hewlett-Packard Development Company, L.P
    9 # Original Packager: Louis Bouchard <louis.bouchard@hp.com>
    10 #
    11 # Source Section
    12 #
    139Source: PBSRC
     10BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
    1411
    15 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    1612BuildArch: noarch
    17 Requires: linuxcoe-sd-base
    18 BuildRequires: PBDEP
     13#BuildRequires: ??
     14Requires: PBDEP
     15
    1916
    2017%description
    21 LinuxCOE SystemDesigner is a unifying web application that allows
    22 a user to repeatably install, configure, and maintain different
    23 Linux system installations. It's CGI-based interface provides means
    24 to generate boot images for network or local media based installations,
    25 save profiles that store custom installation preferences for later re-use,
    26 and retrofit already deployed systems by overlaying other value-add components.
    27 
    28 This package provides the documentation for the SystemDesigner web application.
     18LinuxCOE SystemDesigner documentation including both user and
     19administration guides.
    2920
    3021%prep
     
    3223
    3324%build
    34 # macro configure doesn't work with noarch. (Do not put a percent berfore the word)
    35 export httpdcfgdir=PBHTTPDCONF
    36 export docrootdir=PBHTTPDDOCROOT
    37 export httpd_user=PBHTTPDUSER
    38 export httpd_group=PBHTTPDGROUP
    39 export webalias=PBWEBALIAS
    40 
    41 ./configure --prefix=PBROOTINSTALL
    42 make
     25./configure \
     26    webalias="PBwebalias" \
     27    --prefix=PBprefix
    4328
    4429%install
    45 %{__rm} -rf %{buildroot}
    46 make DESTDIR="$RPM_BUILD_ROOT" install
     30%{__rm} -rf $RPM_BUILD_ROOT
     31make DESTDIR=$RPM_BUILD_ROOT install
    4732
    4833%clean
     
    5035
    5136%files
    52 %defattr(-,root,root)
    53 %doc AUTHORS ChangeLog COPYING NEWS README
    54 PBROOTINSTALL/html/docs
    55 PBROOTINSTALL/html/themes
     37%defattr(-,root,root,-)
     38%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
     39PBprefix/html/docs
     40PBprefix/html/themes
    5641
    5742%changelog
Note: See TracChangeset for help on using the changeset viewer.