File skippy-xd.spec of Package skippy-xd
#
# spec file for package skippy-xd (Version 0.5.1~hg)
#
# Copyright (c) 2013 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: skippy-xd
Version: 0.5.1~hg
Release: 1
License: GPL-2.0
Summary: A full-screen task-switcher for X11
Url: https://code.google.com/p/%{name}/
Group: System/X11/Utilities
Source: %{name}-%{version}.tar.bz2
BuildRequires: libXcomposite-devel
BuildRequires: libXext-devel
BuildRequires: libXinerama-devel
BuildRequires: libXrender-devel
BuildRequires: libXfixes-devel
BuildRequires: libXdamage-devel
BuildRequires: libXft-devel
BuildRequires: libpng12-compat-devel
BuildRequires: libjpeg8-devel
BuildRequires: giflib-devel
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Standalone composited window picker (displays all your windows at once, with live previews).
%prep
%setup -q
%build
sed -i 's|/usr/local|/usr|' Makefile
make %{?_smp_mflags}
%install
%make_install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc CHANGELOG COPYING README.asciidoc
%{_bindir}/%{name}
%config %{_sysconfdir}/xdg/%{name}.rc
%changelog