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

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

Lots of changes to get edit mode working. Changed variable marker to %var% instead of @var@ in order to differentiate from greenstone build variables, which allows variables to be used in patch files now. Added wget dependency. Enabled cgi scripts. Added patches to set correct settings in global.properties, gsdl3site.cfg.

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.