File xdmsc.spec of Package xdmsc
#
# spec file for package xdmsc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xdmsc
PreReq: fillup
Provides: Xterminal
Version: 0.5
Release: 0
Summary: Xterminal -- Use SuSE Linux as an X terminal
License: GPL-2.0
Group: System/X11/Utilities
Source: Xterminal-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Some useful scripts for using SuSE Linux as an X terminal.
You will find the documentation in the following directory
/usr/share/doc/packages/xdmsc/
Authors:
--------
Werner Fink <werner@suse.de>
%prep
%setup -n Xterminal-%{version}
%build
make -f Makefile.Linux compile
%install
rm -rf $RPM_BUILD_ROOT
make -f Makefile.Linux DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%post
%{fillup_only}
%files
%defattr(-,root,root)
%doc README COPYING
%config /etc/init.d/rx
/var/adm/fillup-templates/sysconfig.xdmsc
%changelog