|
Last change
on this file since 1454 was 734, checked in by Bryan Gartner, 16 years ago |
|
snapshot cleanup of packaging directives and precedence
|
|
File size:
801 bytes
|
| Line | |
|---|
| 1 | Name: PBPKG
|
|---|
| 2 | Version: PBVER
|
|---|
| 3 | Release: PBTAG
|
|---|
| 4 | Summary: LinuxCOE SystemDesigner web interface -- overlay CentOS
|
|---|
| 5 |
|
|---|
| 6 | Group: PBGRP
|
|---|
| 7 | License: GPL
|
|---|
| 8 | URL: http://linuxcoe.sourceforge.net/
|
|---|
| 9 | Source: PBSRC
|
|---|
| 10 | BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|---|
| 11 |
|
|---|
| 12 | BuildArch: noarch
|
|---|
| 13 | #BuildRequires: ??
|
|---|
| 14 | Requires: PBDEP
|
|---|
| 15 | Provides: PBPROVIDE
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 | %description
|
|---|
| 19 | This package is a dat overlay to the core LinuxCOE SystemDesigner
|
|---|
| 20 | web application, providing support for CentOS
|
|---|
| 21 |
|
|---|
| 22 | %prep
|
|---|
| 23 | %setup -q
|
|---|
| 24 |
|
|---|
| 25 | %build
|
|---|
| 26 | ./configure \
|
|---|
| 27 | --prefix=PBprefix
|
|---|
| 28 |
|
|---|
| 29 | %install
|
|---|
| 30 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 31 | make 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
|
|---|
| 39 | PBprefix/data/*
|
|---|
| 40 | PBprefix/depots/*
|
|---|
| 41 | PBprefix/html/*
|
|---|
| 42 | PBprefix/osvend.d/*
|
|---|
| 43 |
|
|---|
| 44 | %changelog
|
|---|
| 45 | PBLOG
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.