[2/2] gnome-doc-utils: Drop package

Message ID 20230221174637.925202-2-stefan.schantl@ipfire.org
State New
Headers
Series [1/2] shadow-utils: Does not depend on gnome-doc-utils |

Commit Message

Stefan Schantl Feb. 21, 2023, 5:46 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 gnome-doc-utils/gnome-doc-utils.nm | 47 ------------------------------
 1 file changed, 47 deletions(-)
 delete mode 100644 gnome-doc-utils/gnome-doc-utils.nm
  

Patch

diff --git a/gnome-doc-utils/gnome-doc-utils.nm b/gnome-doc-utils/gnome-doc-utils.nm
deleted file mode 100644
index 4246ce13b..000000000
--- a/gnome-doc-utils/gnome-doc-utils.nm
+++ /dev/null
@@ -1,47 +0,0 @@ 
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = gnome-doc-utils
-ver_major  = 0.20
-ver_minor  = 10
-version    = %{ver_major}.%{ver_minor}
-release    = 1
-
-groups     = Development/Tools
-url        = http://www.gnome.org/
-license    = GPLv2+ and LGPLv2+ and GFDL
-summary    = Documentation utilities for GNOME.
-
-description
-	gnome-doc-utils is a collection of documentation utilities for the GNOME
-	project. Notably, it contains utilities for building documentation and
-	all auxiliary files in your source tree.
-end
-
-source_dl  = http://download.gnome.org/sources/gnome-doc-utils/%{ver_major}/
-sources    = %{thisapp}.tar.xz
-
-build
-	requires
-		perl(XML::Parser)
-		intltool >= 0.35.0
-		libxml2-devel >= 2.6.12
-		libxslt-devel >= 1.1.8
-	end
-end
-
-packages
-	package %{name}
-		requires
-			docbook-dtds
-			libxml2 >= 2.6.12
-			libxslt >= 1.1.8
-		end
-	end
-
-	package %{name}-devel
-		template DEVEL
-	end
-end