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

Last change on this file since 970 was 970, checked in by Bryan Gartner, 14 years ago

readying 4.3 development builds

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