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

Last change on this file since 1192 was 1192, checked in by joergs, on Aug 18, 2015 at 1:10:01 PM

added xpi-extract.sh

  • Property svn:keywords set to Id
File size: 1.2 KB
RevLine 
[200]1#
[1192]2# Copyright (c) 2012-2015 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 1192 2015-08-18 11:10:01Z 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
[1192]22Requires: lftp
23Requires: rsync
24Requires: sed
25Requires: unzip
[263]26
[200]27
28%description
[1071]29dass-tools is a collections of small utilities
[200]30
31%prep
[745]32%setup -c
[200]33
34%build
35
[896]36
[200]37%install
[1071]38mkdir -p $RPM_BUILD_ROOT/etc/profile.d/
39install -m 644 etc/profile.d/*.sh $RPM_BUILD_ROOT/etc/profile.d/
[932]40
[1077]41mkdir -p $RPM_BUILD_ROOT/usr/bin
42install -m 755 usr/bin/*.sh $RPM_BUILD_ROOT/usr/bin
43
[1089]44mkdir -p $RPM_BUILD_ROOT/usr/sbin
45install -m 755 usr/sbin/*.sh $RPM_BUILD_ROOT/usr/sbin
[1077]46
[1089]47
48
[200]49%clean
[896]50[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
[200]51
52
53%files
54%defattr(-,root,root)
[1071]55/etc/profile.d/*
[1077]56/usr/bin/*
[1089]57/usr/sbin/*
58
Note: See TracBrowser for help on using the repository browser.