Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
57b421f4
Commit
57b421f4
authored
Apr 22, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove yum subpackage (will pack separately)
parent
1374bbf8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
30 deletions
+2
-30
Makefile
Makefile
+1
-1
yum
bin/yum
+0
-0
check_eepm.log
check_eepm.log
+0
-1
check_reqs.sh
check_reqs.sh
+1
-1
eepm.spec
eepm.spec
+0
-27
No files found.
Makefile
View file @
57b421f4
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)
...
...
bin/yum
deleted
100755 → 0
View file @
1374bbf8
This diff is collapsed.
Click to expand it.
check_eepm.log
View file @
57b421f4
apt
coreutils
diffutils
eepm
...
...
check_reqs.sh
View file @
57b421f4
#!/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
...
...
eepm.spec
View file @
57b421f4
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment