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

Last change on this file since 1077 was 1077, checked in by joergs, on Aug 17, 2012 at 4:48:38 PM

advanced version of rpm-gpg-list

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