File compiz-bcop.spec of Package compiz-bcop
#
# spec file for package compiz-bcop
#
# Copyright (c) 2017 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/
#
%define _name bcop
Name: compiz-bcop
Version: 0.8.14
Release: 0
Summary: Compiz option code generator
License: GPL-2.0+
Group: System/GUI/Other
Url: https://github.com/raveit65/compiz-bcop
Source: https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libxslt)
Requires: xsltproc
Recommends: compiz >= %{version}
Provides: %{name}-devel = %{version}
BuildArch: noarch
%description
Compiz option code generator needed to build some plugins.
%prep
%setup -q
%build
NOCONFIGURE=1 ./autogen.sh
%configure
make %{?_smp_mflags} V=1
%install
%make_install
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_bindir}/%{_name}
%{_datadir}/%{_name}/
%{_datadir}/pkgconfig/%{_name}.pc
%changelog