source: main/trunk/package-kits/linux/managers/rpm/@[email protected]@ 29526

Last change on this file since 29526 was 29526, checked in by Jeremy Symon, 9 years ago

Got fedora packages working.

File size: 394 bytes
Line 
1Name: @NAME@
2Version: @VERSION@
3Release: @RELEASE@
4Summary: @DESCRIPTION_SHORT@
5License: @LICENSE_SHORT@
6URL: @HOMEPAGE@
7Source0: @NAME@
8
9AutoReqProv: no
10BuildRequires: @MAKEDEPENDS@
11Requires: @DEPENDS@
12
13%prep
14cp -pr %SOURCE0 .
15
16%description
17@DESCRIPTION@
18
19%build
20cd @NAME@
21make %{?_smp_mflags}
22
23%install
24cd @NAME@
25%make_install
26
27%files
28%doc
29@FILES@
30
31%changelog
32
Note: See TracBrowser for help on using the repository browser.