source: ProjectBuilder/projects/linuxcoe/pbconf/cvs/linuxcoe-sd-data-opensuse/rpm/linuxcoe-sd-data-opensuse.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: 805 bytes
RevLine 
[384]1Name: PBPKG
2Version: PBVER
[970]3Release: PBTAG
[734]4Summary: LinuxCOE SystemDesigner web interface -- overlay openSUSE
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
15Provides: PBPROVIDE
[384]16
[734]17
[384]18%description
[734]19This package is a dat overlay to the core LinuxCOE SystemDesigner
20web application, providing support for openSUSE
[384]21
22%prep
23%setup -q
24
25%build
[734]26./configure \
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,-)
[384]38%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
[734]39PBprefix/data/*
40PBprefix/depots/*
41PBprefix/html/*
42PBprefix/osvend.d/*
[384]43
44%changelog
45PBLOG
Note: See TracBrowser for help on using the repository browser.