Accepting request 478932 from utilities

- Reflect change in build system and/or rpmbuild now adding the package
  default documentation tree only as directory now

OBS-URL: https://build.opensuse.org/request/show/478932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/urlscan?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-03-20 16:08:36 +00:00 committed by Git OBS Bridge
commit d4b0edfcbb
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 13 07:23:10 UTC 2017 - werner@suse.de
- Reflect change in build system and/or rpmbuild now adding the package
default documentation tree only as directory now
-------------------------------------------------------------------
Mon Feb 13 08:12:10 UTC 2017 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: urlscan
Version: 0.8.3
Release: 0
License: GPL-2.0
Summary: An other URL extractor/viewer
Url: https://github.com/firecat53/urlscan
License: GPL-2.0
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
Source1: muttrc
Requires: python-urwid
@ -31,7 +32,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
The urlscan utility displays URLs found in an email message with
the respective context. Selecting an URL uses the Python webbrowser
@ -56,5 +56,6 @@ install -m 0644 %{S:1} %{buildroot}%{_defaultdocdir}/%{name}
%{_bindir}/%{name}
%{python_sitelib}/*
%{_mandir}/man1/%{name}.1.gz
%doc %{_defaultdocdir}/%{name}/muttrc
%changelog