# # Copyright (c) 2012 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: dass-tools.spec 1071 2012-08-17 12:06:23Z joergs $ Name: dass-tools URL: http://trac.dass-it.de/pub/ License: GPL Group: Productivity/Other Autoreqprov: on Summary: small set of tools Version: 1.0 Release: 0 Source: %{name}_%{version}.orig.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %if 0%{?suse_version} BuildRequires: gzip pam-modules tar %endif %description dass-tools is a collections of small utilities %prep %setup -c %build %install mkdir -p $RPM_BUILD_ROOT/etc/profile.d/ install -m 644 etc/profile.d/*.sh $RPM_BUILD_ROOT/etc/profile.d/ %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /etc/profile.d/* #/usr/bin/*