File compiz-bcop.spec of Package compiz-bcop
#
# spec file for package compiz-bcop
#
# Copyright (c) 2012 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: compiz-bcop
Version: 0.8.8
Release: 0
Summary: Beryl/Compiz Option parser required to build compiz-fusion
License: GPL-2.0+
Group: System/X11/Utilities
Url: http://opencompositing.org
Source: %{name}-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libxslt-devel
BuildRequires: pkg-config
PreReq: %fillup_prereq
Requires: libxslt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64
%description
Option parser for compiz-fusion plugins
%prep
%setup -q -n compiz-bcop-%{version}
%build
#
####bcop
#
#./autogen.sh
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-, root, root)
%{_bindir}/*
%dir %{_datadir}/bcop
%{_datadir}/bcop
%{_datadir}/pkgconfig/*
%changelog