source: dass-tools/dass-tools.spec @ 1071

Last change on this file since 1071 was 1071, checked in by joergs, 11 years ago

intial

  • Property svn:keywords set to Id
File size: 926 bytes
Line 
1#
2# Copyright  (c)  2012  dass IT GmbH, Koeln, Germany.
3# This file and all modifications and additions to the pristine
4# package are under the same license as the package itself.
5#
6# $Id: dass-tools.spec 1071 2012-08-17 12:06:23Z joergs $
7
8Name:           dass-tools
9URL:            http://trac.dass-it.de/pub/
10License:        GPL
11Group:          Productivity/Other
12Autoreqprov:    on
13Summary:        small set of tools
14Version:        1.0
15Release:        0
16Source:         %{name}_%{version}.orig.tar.gz
17BuildRoot:      %{_tmppath}/%{name}-%{version}-build
18BuildArch:      noarch
19%if 0%{?suse_version}
20BuildRequires:  gzip pam-modules tar
21%endif
22 
23
24%description
25dass-tools is a collections of small utilities
26
27%prep
28%setup -c
29
30%build
31
32
33%install
34mkdir -p $RPM_BUILD_ROOT/etc/profile.d/
35install -m 644 etc/profile.d/*.sh $RPM_BUILD_ROOT/etc/profile.d/
36
37%clean
38[ "$RPM_BUILD_ROOT" != "/" ] &&  rm -rf $RPM_BUILD_ROOT
39
40
41%files
42%defattr(-,root,root)
43/etc/profile.d/*
44#/usr/bin/*
Note: See TracBrowser for help on using the repository browser.