File compton.spec of Package compton

#
# spec file for package compton
#
# Copyright (c) 2016 SUSE LINUX 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:           compton
Version:        0.1.0
Release:        0
Summary:        A compositor for X11
License:        MIT
Group:          System/X11/Utilities
Url:            https://github.com/chjj/compton
Source:         %{name}-%{version}.tar.xz
BuildRequires:  asciidoc
BuildRequires:  gcc-c++
BuildRequires:  git
BuildRequires:  libxslt-tools
BuildRequires:  make
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(libconfig)
BuildRequires:  pkgconfig(libdrm)
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xcomposite)
BuildRequires:  pkgconfig(xdamage)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xfixes)
BuildRequires:  pkgconfig(xinerama)
BuildRequires:  pkgconfig(xrandr)
BuildRequires:  pkgconfig(xrender)
%if 0%{?suse_version}
BuildRequires:  update-desktop-files
%endif
Requires(pre):	desktop-file-utils
Requires(post):	desktop-file-utils
# For the /usr/share/icons/hicolor/** directories.
BuildRequires:  hicolor-icon-theme
Requires:       hicolor-icon-theme
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Compton was forked from Dana Jansens' fork of xcompmgr and refactored.

%prep
%setup

%build
# Export the COMPTON_VERSION variable (you may also pass it to make directly)
export COMPTON_VERSION=%{version}-%{release}
export CFLAGS="$RPM_OPT_FLAGS"
%__make
%__make docs

%install
%if 0%{?suse_version}
%makeinstall
%suse_update_desktop_file compton Utility DesktopUtility
%endif
%if 0%{?fedora_version}
make DESTDIR=$RPM_BUILD_ROOT install
%endif

%post
%desktop_database_post

%postun
%desktop_database_postun

%files
%defattr(-,root,root,-)
%doc README.md LICENSE
%{_bindir}/compton
%{_bindir}/compton-trans
%{_mandir}/man1/compton.1.gz
%{_mandir}/man1/compton-trans.1.gz
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/compton.*

%changelog
openSUSE Build Service is sponsored by