source: main/trunk/package-kits/linux/managers/rpm/%NAME%.spec@ 29580

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

Fixed rpm spec files (needed to rename them when I made the variables change from @ to %)

File size: 404 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%INSTALL%
28%files
29%doc
30%FILES%
31
32%changelog
33
Note: See TracBrowser for help on using the repository browser.