File surf.spec of Package surf

#
# spec file for package surf
#
# 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:           surf
Version:	2.0
Release:	0
License:	MIT
Summary:	Suckless.org web browser
Url:		http://surf.suckless.org/
Group:		TBD
Source:		%{name}-%{version}.tar.gz
Patch0:		config.mk.patch
BuildRequires:	pkgconfig
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(webkit2gtk-4.0)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Webkit/GTK based minimalist web browser, product of suckless.org.

%prep
%setup -q
%patch0 -p1

%build
%config_suckless
make %{?_smp_mflags}

%install
%make_install


%files
%defattr(-,root,root)
%doc README LICENSE TODO.md
%{_bindir}/*
%{_mandir}/*/*

%changelog
openSUSE Build Service is sponsored by