File sax3.spec of Package sax3
#
# spec file for package sax3
#
# 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/
#
# norootforbuild
Name: sax3
Version: 0.1
Release: 1
License: GPLv3
Summary: A Graphical Configuration Tool for X
Url: https://www.ohloh.net/p/sax3
Group: System/X11/Utilities
Source: sax3-0.1.tar.bz2
BuildRequires: augeas >= 0.7.4-3.1 augeas-devel >= 0.7.4-3.1 augeas-lense-tests >= 0.7.4-3.1 augeas-lenses >= 0.7.4-3.1 cmake gcc-c++ libaugeas0 >= 0.7.4-3.1 yast2-libyui >= 2.20.2-3.1 yast2-libyui-devel >= 2.20.2-3.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A graphical utility for configuring X server settings. It can run without X with a graphical interface.
Authors:
_______
Manu Gupta
Michal Hrusecky
%prep
%setup -q
%build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true .
make
%install
%make_install
#rm -rf %{buildroot}/usr/share/sax3
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
/usr/sbin/sax3*
%{_datadir}/sax3
%{_datadir}/libaugeas0
%{_libdir}/libsax3-yuif*
%_mandir/man1/*
%doc COPYING.GPL-3.0
%changelog