!31 [sync] PR-28: Obsolete useless devel package
From: @openeuler-sync-bot Reviewed-by: @shenyangyang01 Signed-off-by: @shenyangyang01
This commit is contained in:
commit
f7e27f7959
18
make.spec
18
make.spec
@ -1,7 +1,7 @@
|
|||||||
Name: make
|
Name: make
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 4.4.1
|
Version: 4.4.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A tool which controls the generation of executables and non-source files of a program
|
Summary: A tool which controls the generation of executables and non-source files of a program
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/make/
|
URL: http://www.gnu.org/software/make/
|
||||||
@ -11,6 +11,8 @@ BuildRequires: gcc git autoconf automake procps
|
|||||||
BuildRequires: guile-devel perl-interpreter make
|
BuildRequires: guile-devel perl-interpreter make
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
|
Provides: %{name}-devel = %{epoch}:%{version}-%{release}
|
||||||
|
Obsoletes: %{name}-devel < %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Make is a tool which controls the generation of executables and other
|
GNU Make is a tool which controls the generation of executables and other
|
||||||
@ -21,14 +23,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
|
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.
|
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
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -81,15 +75,15 @@ fi
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%files devel
|
|
||||||
%{_includedir}/*
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 26 2025 fuanan <fuanan3@h-partners.com> - 1:4.4.1-2
|
||||||
|
- Obsolete useless devel package
|
||||||
|
|
||||||
* Mon Jul 17 2023 fuanan <fuanan3@h-partners.com> - 1:4.4.1-1
|
* Mon Jul 17 2023 fuanan <fuanan3@h-partners.com> - 1:4.4.1-1
|
||||||
- update version to 4.4.1
|
- update version to 4.4.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user