* [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils
@ 2023-02-21 17:46 Stefan Schantl
2023-02-21 17:46 ` [PATCH 2/2] gnome-doc-utils: Drop package Stefan Schantl
2023-02-22 10:07 ` [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils Michael Tremer
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Schantl @ 2023-02-21 17:46 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
shadow-utils/shadow-utils.nm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shadow-utils/shadow-utils.nm b/shadow-utils/shadow-utils.nm
index 1b3be3674..fe3a33273 100644
--- a/shadow-utils/shadow-utils.nm
+++ b/shadow-utils/shadow-utils.nm
@@ -5,7 +5,7 @@
name = shadow-utils
version = 4.13
-release = 1
+release = 2
thisapp = shadow-%{version}
groups = System/Base
@@ -29,12 +29,12 @@ build
docbook-xsl
flex
gettext-devel
- gnome-doc-utils
libacl-devel
libattr-devel
libcap-devel
libtool
libxcrypt-devel
+ perl(open)
pam-devel
end
--
2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] gnome-doc-utils: Drop package
2023-02-21 17:46 [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils Stefan Schantl
@ 2023-02-21 17:46 ` Stefan Schantl
2023-02-22 10:07 ` [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils Michael Tremer
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Schantl @ 2023-02-21 17:46 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1739 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)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
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(a)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
--
2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils
2023-02-21 17:46 [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils Stefan Schantl
2023-02-21 17:46 ` [PATCH 2/2] gnome-doc-utils: Drop package Stefan Schantl
@ 2023-02-22 10:07 ` Michael Tremer
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2023-02-22 10:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1042 bytes --]
Hello,
I disagree with this patch, as it drops all man pages from this package.
And of course we want man pages.
Would you please update gnome-doc-utils instead?
Best,
-Michael
> On 21 Feb 2023, at 17:46, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
>
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> shadow-utils/shadow-utils.nm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/shadow-utils/shadow-utils.nm b/shadow-utils/shadow-utils.nm
> index 1b3be3674..fe3a33273 100644
> --- a/shadow-utils/shadow-utils.nm
> +++ b/shadow-utils/shadow-utils.nm
> @@ -5,7 +5,7 @@
>
> name = shadow-utils
> version = 4.13
> -release = 1
> +release = 2
> thisapp = shadow-%{version}
>
> groups = System/Base
> @@ -29,12 +29,12 @@ build
> docbook-xsl
> flex
> gettext-devel
> - gnome-doc-utils
> libacl-devel
> libattr-devel
> libcap-devel
> libtool
> libxcrypt-devel
> + perl(open)
> pam-devel
> end
>
> --
> 2.30.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-22 10:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 17:46 [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils Stefan Schantl
2023-02-21 17:46 ` [PATCH 2/2] gnome-doc-utils: Drop package Stefan Schantl
2023-02-22 10:07 ` [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox