Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
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
korinf
etersoft-build-utils
Commits
3d97e372
Commit
3d97e372
authored
Jun 04, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
3906e239
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
2 deletions
+13
-2
TODO
TODO
+4
-0
rpmcs
bin/rpmcs
+5
-0
rpmgp
bin/rpmgp
+1
-1
grprepl.rpm
share/eterbuild/grprepl/grprepl.rpm
+1
-1
test_remove_bashism.sh
tests/test_remove_bashism.sh
+2
-0
No files found.
TODO
View file @
3d97e372
Сделать команду проверки - во что заменится название пакета на такой-то системе.
В принципе, это надо вынести из etersoft-build-utils в отдельный проект
(который будет использоваться в eepm - но в него в скомпилированном виде, собирать при сборке).
Посмотреть rpmdevtools, обновить его.
В нём такие команды как spectool -g -R mypackage.spec
...
...
bin/rpmcs
View file @
3d97e372
...
...
@@ -380,10 +380,12 @@ do
s|%py_sitescriptdir|%python_sitelibdir|g
s|%py_puresitedir|%python_sitelibdir|g
s|%python_version|%__python_version|g
s|%python2_version|%__python_version|g
s|%python_sitelib/|%python_sitelibdir/|g
s|%_libdir/python2.6/site-packages/|%python_sitelibdir/|g
s|%py_sitedir/|%python_sitelibdir/|g
s|%python_sitearch|%python_sitelibdir|g
s|%python2_sitearch|%python_sitelibdir|g
s|
\(
%pyrequires_eq.*
\)
|#
\1
|g"
$i
subst
"s|ruby setup.rb config|%ruby_config|g
...
...
@@ -434,6 +436,9 @@ do
s|%_var/log|%_logdir|g
# See https://bugzilla.altlinux.org/show_bug.cgi?id=10382
#s|%_var/lib|%_localstatedir|g
s|/var/lock/subsys|%_locksubsysdir|g
s|%_sysconfdir/tmpfiles.d|%_tmpfilesdir|g
s|/var/run|%_runtimedir|g
s|%__autoreconf|%autoreconf|g"
$i
subst
"s|%rpmcflags|%optflags|g"
$i
...
...
bin/rpmgp
View file @
3d97e372
...
...
@@ -168,7 +168,7 @@ update_cache_list()
done
}
Usage
=
"Usage: rpmgp [GIRAR/remote alias] [options]
-b
$EXAMPLEALTDISTRVERSION
[system] pkgname"
Usage
=
"Usage: rpmgp [GIRAR/remote alias] [options]
[-b
$EXAMPLEALTDISTRVERSION
]
[system] pkgname"
mygetopts
()
{
Descr
=
"rpmgp (Get Package) - various package download operations"
...
...
share/eterbuild/grprepl/grprepl.rpm
View file @
3d97e372
# ALT group -> Other group
System/Libraries|System Environment/Libraries
System/Libraries/Python|Development/Python
#
System/Libraries/Python|Development/Python
Development/Other|Development/Libraries
Sound|Applications/Sound
Games/Other|X11/Applications/Games
...
...
tests/test_remove_bashism.sh
View file @
3d97e372
...
...
@@ -27,6 +27,8 @@ mkdir ${LOCATION}/{loc1,dedt,ohi}
mkdir
$LOCATION
/{loc1,dedt,ohi}
popd
chmod a+x %buildroot%_datadir/%name/{serv-,epm-}*
%description
Get version test
%changelog
...
...
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