# # spec file for package sc_base # # Copyright (c) 2004 dass /IT GmbH, Koeln, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # $Id: sc_base.spec 2323 2004-08-15 09:59:15Z joergs $ # neededforbuild # usedforbuild gzip pam-modules tar Name: dasscm URL: http://www.dass-it.de/ License: GPL Group: Development/Tools/Version Control Autoreqprov: on Summary: dass configuration file management tool Version: 0.6 Release: 0 Requires: subversion perl Source: %{name}-%{version}.tar.bz2 BuildRoot: /var/tmp/%{name}-build BuildArch: noarch %description tools for handling configurations file with subversion Authors: -------- Joerg Steffens %prep %setup -c %{name}-%{version} %build %install mkdir -p $RPM_BUILD_ROOT/usr/bin/ install -m 644 dasscm* $RPM_BUILD_ROOT/usr/bin/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /usr/bin/dasscm* %doc Changes README