From f1d9260b2a32aba6aa1bece9e89ea0238c16965f Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Sun, 26 Jan 2025 14:08:21 +0800 Subject: [PATCH] Obsolete useless devel package (cherry picked from commit a8bc9bbd5445a4075805b897cc385b3a06b75d22) --- make.spec | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/make.spec b/make.spec index 0a9929d..9af91fd 100644 --- a/make.spec +++ b/make.spec @@ -1,7 +1,7 @@ Name: make Epoch: 1 Version: 4.3 -Release: 4 +Release: 5 Summary: A tool which controls the generation of executables and non-source files of a program License: GPLv3+ URL: http://www.gnu.org/software/make/ @@ -14,6 +14,8 @@ BuildRequires: gcc git autoconf automake procps BuildRequires: guile-devel perl-interpreter make Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +Provides: %{name}-devel = %{epoch}:%{version}-%{release} +Obsoletes: %{name}-devel < %{epoch}:%{version}-%{release} %description GNU Make is a tool which controls the generation of executables and other @@ -24,14 +26,6 @@ the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program. -%package devel -Summary: Development files for %{name} -Requires: %{name} = %{epoch}:%{version}-%{release} - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. - %package_help %prep @@ -84,15 +78,15 @@ fi %{_bindir}/* %{_includedir}/* -%files devel -%{_includedir}/* - %files help %doc NEWS %{_mandir}/*/* %{_infodir}/* %changelog +* Sun Jan 26 2025 fuanan - 1:4.3-5 +- Obsolete useless devel package + * Wed Nov 09 2022 fuanan - 1:4.3-4 - continue build when test-case(features/output-sync) failed -- Gitee