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

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

Arch package now automatically sets the owner of the web directory to the tomcat user. The functionality is also implemented for the other package managers, but not yet tested.

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.