File uzbl.spec of Package uzbl

#
# spec file for package uzbl
#
# Copyright (c) 2014 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:           uzbl
Version:        2012.05.14
Release:        0
Summary:        Web interface tools
License:        GPL-3.0
#Group:
Url:            http://www.uzbl.org
Source0:        %{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(javascriptcoregtk-1.0)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Web interface tools respecting UNIX philosophy usable as web browser for advanced users.

%prep
%setup -q

%build
make %{?smp_flags}


%install
make install %{?smp_flags} DESTDIR="%{buildroot}" PREFIX="%{_prefix}" DOCDIR="%{buildroot}%{_docdir}/%{name}"
rm "%{buildroot}%{_docdir}/%{name}/INSTALL"

%files
%defattr(-,root,root,-)
%{_bindir}/uzbl*
%{_datadir}/uzbl
%{_docdir}/%{name}
%doc

openSUSE Build Service is sponsored by