summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netsurf.spec.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/netsurf.spec.in b/netsurf.spec.in
new file mode 100644
index 0000000..c1ca4f0
--- /dev/null
+++ b/netsurf.spec.in
@@ -0,0 +1,33 @@
+Name: netsurf
+Version: #VERSION#
+Release: 1%{?dist}
+Summary: NetSurf Web Browser
+URL: http://www.netsurf-browser.org/
+License: GPLv2
+
+Source0: http://ci.netsurf-browser.org/builds/sources/master/netsurf-all-%{version}.tar.gz
+
+BuildRequires: perl pkgconfig libcurl-devel libjpeg-devel expat-devel libpng-devel openssl-devel gperf perl-HTML-Parser perl-Digest-MD5 flex bison gtk2-devel
+
+%description
+NetSurf web browser
+
+
+%prep
+%autosetup -n netsurf-all-%{version}
+
+
+%build
+%make_build V=1 PREFIX=%{_prefix}
+
+
+%install
+%make_install V=1 PREFIX=%{_prefix}
+
+
+%files
+%{_bindir}/netsurf-gtk
+%{_datadir}/%{name}
+
+
+%changelog