libreccm-legacy/tools-legacy/bundle/TEMPLATE/ccm-bundle.spec.IN

40 lines
811 B
Plaintext
Executable File

Summary: @BUNDLE_PRETTY_NAME@
Name: @PACKAGE@
Version: @VERSION@
Release: @RELEASE@
URL: http://www.aplaws.org.uk
Source0: %{name}-%{version}.tar.gz
License: LGPL
Group: Applications/Internet/CCM
BuildRoot: %{_tmppath}/%{name}-root
Requires: ccm-tools-bundle
Requires: @REQUIRES_LIST@
BuildArch: noarch
Prefix: /usr
%description
The @BUNDLE_PRETTY_NAME@ provides a mechanism to install
the pre-integrated set of APLAWS+ application.
%prep
%setup -q
%build
./configure --prefix=/usr
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/share/ccm-tools/bundles/@BUNDLE_NAME@/applications.cfg
/usr/share/ccm-tools/bundles/@BUNDLE_NAME@/integration.properties
/usr/share/ccm-tools/bundles/@BUNDLE_NAME@/web.xml
%changelog