Commit 653e2d35 authored by Vitaly Lipatov's avatar Vitaly Lipatov

new build 1.5.6-alt1 (with rpmlog script)

parent c8822efe
Name: eepm Name: eepm
Version: 1.5.5 Version: 1.5.6
Release: alt1 Release: alt1
Summary: Etersoft EPM package manager Summary: Etersoft EPM package manager
...@@ -39,7 +39,8 @@ See detailed description here: http://wiki.etersoft.ru/EPM ...@@ -39,7 +39,8 @@ See detailed description here: http://wiki.etersoft.ru/EPM
%install %install
# install to datadir and so on # install to datadir and so on
%makeinstall_std datadir=%_datadir bindir=%_bindir mandir=%_mandir version=%version-%release # do not use uncommon makeinstall_std here
%make_install install DESTDIR=%buildroot datadir=%_datadir bindir=%_bindir mandir=%_mandir version=%version-%release
install -m 0755 packed/epm.sh %buildroot/%_datadir/%name/epm-packed.sh install -m 0755 packed/epm.sh %buildroot/%_datadir/%name/epm-packed.sh
install -m 0755 packed/serv.sh %buildroot/%_datadir/%name/serv-packed.sh install -m 0755 packed/serv.sh %buildroot/%_datadir/%name/serv-packed.sh
...@@ -64,6 +65,11 @@ chmod a+x %buildroot%_datadir/%name/{serv-,epm-}* ...@@ -64,6 +65,11 @@ chmod a+x %buildroot%_datadir/%name/{serv-,epm-}*
%_sysconfdir/bash_completion.d/cerv %_sysconfdir/bash_completion.d/cerv
%changelog %changelog
* Thu Jul 17 2014 Vitaly Lipatov <lav@altlinux.ru> 1.5.6-alt1
- assure we have a command rpm/dpkg when work with a package file
- fix for use package name list in quotes
- fix build without rpm-build-altlinux-compat
* Sat Jun 07 2014 Vitaly Lipatov <lav@altlinux.ru> 1.5.5-alt1 * Sat Jun 07 2014 Vitaly Lipatov <lav@altlinux.ru> 1.5.5-alt1
- fix epmqp, epm clean for FreeBSD - fix epmqp, epm clean for FreeBSD
- epm programs: use /usr/local/share/applications on BSD systems - epm programs: use /usr/local/share/applications on BSD systems
......
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