source: ProjectBuilder/projects/linuxcoe/pbconf/v4_2/linuxcoe-sd-data-rhel/rpm/linuxcoe-sd-data-rhel.spec@ 842

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

make rpm packaging as generic as possible across distros

File size: 797 bytes
Line 
1Name: PBPKG
2Version: PBVER
3Release: PBTAG
4Summary: LinuxCOE SystemDesigner web interface -- overlay RHEL
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
15Provides: PBPROVIDE
16
17
18%description
19This package is a dat overlay to the core LinuxCOE SystemDesigner
20web application, providing support for RHEL
21
22%prep
23%setup -q
24
25%build
26./configure \
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/data/*
40PBprefix/depots/*
41PBprefix/html/*
42PBprefix/osvend.d/*
43
44%changelog
45PBLOG
Note: See TracBrowser for help on using the repository browser.