source: ProjectBuilder/projects/fossology/pbconf/trunk/fossology/rpm/fossology.spec@ 599

Last change on this file since 599 was 599, checked in by Bruno Cornec, 16 years ago

First attempt to integrate FOSSology in pb

File size: 861 bytes
Line 
1#
2# $Id$
3#
4# Used if virtual name != real name (perl, ...)
5#%define srcname PBPKG
6
7Summary: FOSSology is a licenses exploration tool
8Summary(fr): FOSSology est un outil d'exploration de licenses
9
10Name: PBREALPKG
11Version: PBVER
12Release: PBTAGPBSUF
13License: PBLIC
14Group: PBGRP
15Url: PBURL
16Source: PBREPO/PBSRC
17#PBPATCHSRC
18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
19#Requires: PBDEP
20
21%description
22PBDESC
23
24%description -l fr
25FOSSology est un outil d'exploration de licenses
26
27%prep
28%setup -q
29#PBPATCHCMD
30
31%build
32%configure
33make %{?_smp_mflags}
34
35%install
36%{__rm} -rf $RPM_BUILD_ROOT
37make DESTDIR=$RPM_BUILD_ROOT install
38
39%clean
40%{__rm} -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(-,root,root)
44%doc ChangeLog
45%doc INSTALL COPYING README AUTHORS NEWS
46
47%changelog
48PBLOG
49
Note: See TracBrowser for help on using the repository browser.