Accepting request 885271 from home:Andreas_Schwab:Factory

- Remove obsolete pre_checkin.sh

OBS-URL: https://build.opensuse.org/request/show/885271
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=159
This commit is contained in:
Marcus Meissner 2021-04-30 11:16:28 +00:00 committed by Git OBS Bridge
parent 6308e5025f
commit a2d481b073
3 changed files with 9 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 14 08:19:54 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Remove obsolete pre_checkin.sh
-------------------------------------------------------------------
Thu Apr 8 16:01:30 UTC 2021 - Christian Vögl <christian.voegl@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package graphviz
# spec file for package graphviz%{psuffix}
#
# Copyright (c) 2021 SUSE LLC
#
@ -273,7 +273,7 @@ Provides: graphviz-python
Obsoletes: graphviz-python
%description -n python3-gv
The package contains the Python extension for the
The package contains the Python extension for the
graphviz tools.
%package -n graphviz-ruby
@ -307,8 +307,6 @@ Requires: libwebp7
%description -n graphviz-webp
The graphviz-webp package contains files needed for the support of WebP images
%package -n graphviz-doc
Summary: Documentation for graphviz
Group: Documentation/Howto
@ -349,6 +347,7 @@ programs that use the graphviz libraries including man3 pages.
#autosetup breaks graphviz-addons
%prep
%setup -q -n %{mname}-%{version}
@ -663,6 +662,7 @@ fi
%{_datadir}/graphviz/demo
%else
%files
%doc doc/FAQ.html AUTHORS README NEWS ChangeLog
%license COPYING

View File

@ -1,7 +0,0 @@
#!/usr/bin/sh
cp graphviz.changes graphviz-addons.changes
sed \
-e 's:%bcond_with extras:%bcond_without extras:' \
-e 's#Name: graphviz#Name: graphviz-addons#' \
-e 's#spec file for package graphviz#spec file for package graphviz-addons#' \
graphviz.spec > graphviz-addons.spec