source: ProjectBuilder/projects/linuxcoe/pbconf/cvs/linuxcoe-sd-docs/rpm/linuxcoe-sd-docs.spec@ 384

Last change on this file since 384 was 384, checked in by Bruno Cornec, 16 years ago

Adds all pb projects under the projects dir (from svn+ssh://svn.project-builder.org/mondo/svn/project-builder)

File size: 1.5 KB
Line 
1Summary: LinuxCOE SystemDesigner documentation
2Name: PBPKG
3Version: PBVER
4Release: PBTAGPBSUF
5License: GPL
6URL: http://linuxcoe.sourceforge.net/
7Group: 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#
13Source: PBSRC
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
16BuildArch: noarch
17Requires: linuxcoe-sd-base
18BuildRequires: PBDEP
19
20%description
21LinuxCOE SystemDesigner is a unifying web application that allows
22a user to repeatably install, configure, and maintain different
23Linux system installations. It's CGI-based interface provides means
24to generate boot images for network or local media based installations,
25save profiles that store custom installation preferences for later re-use,
26and retrofit already deployed systems by overlaying other value-add components.
27
28This package provides the documentation for the SystemDesigner web application.
29
30%prep
31%setup -q
32
33%build
34# macro configure doesn't work with noarch. (Do not put a percent berfore the word)
35export httpdcfgdir=PBHTTPDCONF
36export docrootdir=PBHTTPDDOCROOT
37export httpd_user=PBHTTPDUSER
38export httpd_group=PBHTTPDGROUP
39export webalias=PBWEBALIAS
40
41./configure --prefix=PBROOTINSTALL
42make
43
44%install
45%{__rm} -rf %{buildroot}
46make DESTDIR="$RPM_BUILD_ROOT" install
47
48%clean
49%{__rm} -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(-,root,root)
53%doc AUTHORS ChangeLog COPYING NEWS README
54PBROOTINSTALL/html/docs
55PBROOTINSTALL/html/themes
56
57%changelog
58PBLOG
Note: See TracBrowser for help on using the repository browser.