mirror of
https://abf.rosa.ru/djam/makeself.git
synced 2025-02-23 09:32:47 +00:00
Update to 2.4.0
This commit is contained in:
parent
0607c948c0
commit
55245f9c43
2 changed files with 9 additions and 51 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,2 +1,3 @@
|
||||||
sources:
|
sources:
|
||||||
"makeself-2.1.5.tar.bz2": 15ffd5ddf392d553451872079fc02a60f2c50cf6
|
makeself-2.1.5.tar.bz2: 15ffd5ddf392d553451872079fc02a60f2c50cf6
|
||||||
|
makeself-release-2.4.0.tar.gz: ec5e29053ccd769528b8521f325ccaa50357de5c
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
Summary: Generates a self-extractable archive from a directory
|
Summary: Generates a self-extractable archive from a directory
|
||||||
Name: makeself
|
Name: makeself
|
||||||
Version: 2.1.5
|
Version: 2.4.0
|
||||||
Release: 8
|
Release: 1
|
||||||
Source0: http://www.megastep.org/makeself/%{name}-%{version}.tar.bz2
|
Source0: %{name}-release-%{version}.tar.gz
|
||||||
Source1: http://angst.cynapses.org/stripmakeself
|
Source1: http://angst.cynapses.org/stripmakeself
|
||||||
License: GPLv3
|
License: GPLv2
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
Url: http://www.megastep.org/makeself/
|
URL: https://makeself.io/
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: gnupg
|
Requires: gnupg
|
||||||
|
@ -38,7 +38,7 @@ attached to it though!).
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-release-%{version}
|
||||||
cp -p %{SOURCE1} .
|
cp -p %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -53,52 +53,9 @@ install -m 755 stripmakeself %{buildroot}%{_bindir}/
|
||||||
install -m 644 makeself.1 %{buildroot}%{_mandir}/man1/
|
install -m 644 makeself.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING README TODO makeself.lsm
|
%doc COPYING README.md makeself.lsm
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_datadir}/makeself/*
|
%{_datadir}/makeself/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 04 2011 Oden Eriksson <oeriksson@mandriva.com> 2.1.5-3mdv2011.0
|
|
||||||
+ Revision: 666361
|
|
||||||
- mass rebuild
|
|
||||||
|
|
||||||
* Mon Dec 06 2010 Oden Eriksson <oeriksson@mandriva.com> 2.1.5-2mdv2011.0
|
|
||||||
+ Revision: 612805
|
|
||||||
- the mass rebuild of 2010.1 packages
|
|
||||||
|
|
||||||
* Mon Mar 08 2010 Sandro Cazzaniga <kharec@mandriva.org> 2.1.5-1mdv2010.1
|
|
||||||
+ Revision: 516390
|
|
||||||
- Update to 2.1.5
|
|
||||||
|
|
||||||
* Fri Sep 04 2009 Thierry Vignaud <tv@mandriva.org> 2.1.4-5mdv2010.0
|
|
||||||
+ Revision: 429948
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Mon Jul 28 2008 Thierry Vignaud <tv@mandriva.org> 2.1.4-4mdv2009.0
|
|
||||||
+ Revision: 251795
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Thu Jan 03 2008 Olivier Blin <oblin@mandriva.com> 2.1.4-2mdv2008.1
|
|
||||||
+ Revision: 140944
|
|
||||||
- restore BuildRoot
|
|
||||||
|
|
||||||
+ Thierry Vignaud <tv@mandriva.org>
|
|
||||||
- kill re-definition of %%buildroot on Pixel's request
|
|
||||||
|
|
||||||
|
|
||||||
* Wed Feb 14 2007 Lenny Cartier <lenny@mandriva.com> 2.1.4-2mdv2007.0
|
|
||||||
+ Revision: 120926
|
|
||||||
- Import makeself
|
|
||||||
|
|
||||||
* Sun Oct 01 2006 Giuseppe Ghibò <ghibo@mandriva.coM> 2.1.4-2mdk
|
|
||||||
- Fixed in stripmakeself handling of archives beginning with empty lines
|
|
||||||
(thanks to pixel).
|
|
||||||
|
|
||||||
* Tue May 16 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.1.4-1mdk
|
|
||||||
- Initial release 2.1.4.
|
|
||||||
- Merged Patch0 from Deb.
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue