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

Last change on this file since 734 was 734, checked in by Bryan Gartner, 15 years ago

snapshot cleanup of packaging directives and precedence

File size: 736 bytes
Line 
1Name: PBPKG
2Version: PBVER
3Release: PBTAGPBSUF
4Summary: LinuxCOE SystemDesigner documentation
5
6Group: PBGRP
7License: GPL
8URL: http://linuxcoe.sourceforge.net/
9Source: PBSRC
10BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
11
12BuildArch: noarch
13#BuildRequires: ??
14Requires: PBDEP
15
16
17%description
18LinuxCOE SystemDesigner documentation including both user and
19administration guides.
20
21%prep
22%setup -q
23
24%build
25./configure \
26 webalias="PBwebalias" \
27 --prefix=PBprefix
28
29%install
30%{__rm} -rf $RPM_BUILD_ROOT
31make DESTDIR=$RPM_BUILD_ROOT install
32
33%clean
34%{__rm} -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(-,root,root,-)
38%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
39PBprefix/html/docs
40PBprefix/html/themes
41
42%changelog
43PBLOG
Note: See TracBrowser for help on using the repository browser.