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: GPL-3.0+
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: yast2-libyui yast2-libyui-devel augeas augeas-devel augeas-lenses augeas-lense-tests libaugeas0 cmake gcc-c++
Requires: yast2-libyui augeas augeas-lenses libaugeas0
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
%files
%defattr(-,root,root)
%{_sbindir}/sax3*
%{_datadir}/libaugeas0/
%{_datadir}/augeas/
%{_datadir}/sax3
%{_libdir}/libsax3-yuif*
%{_datadir}/applications/sax3.desktop
%{_datadir}/icons/
%_mandir/man1/*
#%_datadir/icons/hicolor/32x32/apps/sax*
%doc COPYING.GPL-3.0
%changelog