Commit 57b421f4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

remove yum subpackage (will pack separately)

parent 1374bbf8
installd_list = pack.d repack.d prescription.d play.d
cmd_list = epm serv yum
cmd_list = epm serv
.PHONY: all clean install check install_common $(installd_list) $(cmd_list)
......
This diff is collapsed. Click to expand it.
apt
coreutils
diffutils
eepm
......
#!/bin/sh
LIST="bin/epm-* bin/distr_info bin/serv-* bin/tools* bin/yum play.d/*.sh prescription.d/*.sh repack.d/*.sh"
LIST="bin/epm-* bin/distr_info bin/serv-* bin/tools* play.d/*.sh prescription.d/*.sh repack.d/*.sh"
if [ "$1" = "--detail" ] ; then
if [ -n "$2" ] ; then
......
# redefined during rpmbps (originally set from rpm-build-intro)
%define pkgsystem apt-rpm
Name: eepm
Version: 3.52.4
Release: alt1
......@@ -61,16 +58,6 @@ This package has requirements needed for using epm repack on ALT
See https://bugzilla.altlinux.org/show_bug.cgi?id=34308 for
a discussion about extra requirements.
%package yum
Summary: yum like frontend for Etersoft EPM package manager
Group: System/Configuration/Packaging
Requires: %name = %EVR
Conflicts: yum
%description yum
This package contains yum like frontend for Etersoft EPM package manager.
%prep
%setup
......@@ -81,15 +68,6 @@ This package contains yum like frontend for Etersoft EPM package manager.
datadir=%_datadir bindir=%_bindir mandir=%_mandir \
sysconfdir=%_sysconfdir version=%version-%release
%if "%pkgsystem" == "yum-rpm"
rm -v %buildroot%_bindir/yum
%endif
%if "%pkgsystem" == "dnf-rpm"
rm -v %buildroot%_bindir/yum
%endif
%files
%doc README.md TODO LICENSE
%dir %_sysconfdir/eepm/
......@@ -117,11 +95,6 @@ rm -v %buildroot%_bindir/yum
%files repack
%endif
%if "%pkgsystem" != "yum-rpm" && "%pkgsystem" != "dnf-rpm"
# not for yum based system
%files yum
%_bindir/yum
%endif
%changelog
* Sat Apr 22 2023 Vitaly Lipatov <lav@altlinux.ru> 3.52.4-alt1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment