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
b2109790
Commit
b2109790
authored
Sep 01, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
backported to M50P as 1.0.0-alt0.M50P.1 (with rpmbph script)
parent
50a90ee6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
epm-search_file
bin/epm-search_file
+1
-1
eepm.spec
eepm.spec
+8
-1
No files found.
bin/epm-search_file
View file @
b2109790
...
@@ -49,7 +49,7 @@ case $PMTYPE in
...
@@ -49,7 +49,7 @@ case $PMTYPE in
local_content_search
$pkg_filenames
local_content_search
$pkg_filenames
return
;;
return
;;
apt-dpkg
)
apt-dpkg
)
docmd
$SUDO
apt-file update
docmd
$SUDO
apt-file update
>
/dev/null
docmd apt-file search
$pkg_filenames
docmd apt-file search
$pkg_filenames
return
;;
return
;;
yum-rpm
)
yum-rpm
)
...
...
eepm.spec
View file @
b2109790
# This spec is backported to ALTLinux p5 automatically by rpmbph script. Do not edit it.
#
Name: eepm
Name: eepm
Version: 1.0.0
Version: 1.0.0
Release: alt1
Release: alt
0.M50P.
1
Summary: Etersoft EPM package manager
Summary: Etersoft EPM package manager
...
@@ -35,6 +37,8 @@ with various distros.
...
@@ -35,6 +37,8 @@ with various distros.
%setup
%setup
%build
%build
%undefine __libtoolize
%__subst "s|@VERSION@|%version-%release|g" bin/epm
%__subst "s|@VERSION@|%version-%release|g" bin/epm
%install
%install
...
@@ -49,6 +53,9 @@ with various distros.
...
@@ -49,6 +53,9 @@ with various distros.
%_bindir/distr_info
%_bindir/distr_info
%changelog
%changelog
* Sat Sep 01 2012 Vitaly Lipatov <lav@altlinux.ru> 1.0.0-alt0.M50P.1
- backport to ALTLinux p5 (by rpmbph script)
* Fri Aug 17 2012 Vitaly Lipatov <lav@altlinux.ru> 1.0.0-alt1
* Fri Aug 17 2012 Vitaly Lipatov <lav@altlinux.ru> 1.0.0-alt1
- release 1.0
- release 1.0
- upgrade: add support for additional options
- upgrade: add support for additional options
...
...
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