Dr. Werner Fink 2017-03-13 07:13:18 +00:00 committed by Git OBS Bridge
parent 66c3cea8a2
commit 3490fb6f61

View File

@ -1,7 +1,7 @@
# #
# spec file for package urlscan # spec file for package urlscan
# #
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: urlscan Name: urlscan
Version: 0.8.3 Version: 0.8.3
Release: 0 Release: 0
License: GPL-2.0
Summary: An other URL extractor/viewer Summary: An other URL extractor/viewer
Url: https://github.com/firecat53/urlscan License: GPL-2.0
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
Url: https://github.com/firecat53/urlscan
Source0: https://github.com/firecat53/urlscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/firecat53/urlscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: muttrc Source1: muttrc
Requires: python-urwid Requires: python-urwid
@ -31,7 +32,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description %description
The urlscan utility displays URLs found in an email message with The urlscan utility displays URLs found in an email message with
the respective context. Selecting an URL uses the Python webbrowser the respective context. Selecting an URL uses the Python webbrowser
@ -56,5 +56,6 @@ install -m 0644 %{S:1} %{buildroot}%{_defaultdocdir}/%{name}
%{_bindir}/%{name} %{_bindir}/%{name}
%{python_sitelib}/* %{python_sitelib}/*
%{_mandir}/man1/%{name}.1.gz %{_mandir}/man1/%{name}.1.gz
%doc %{_defaultdocdir}/%{name}/muttrc
%changelog %changelog