mirror of
https://abf.rosa.ru/djam/makeself.git
synced 2025-02-23 17:42:45 +00:00
LOG Should be noarch package, spec cleanup
This commit is contained in:
parent
038fdd36de
commit
1f77c71abf
1 changed files with 11 additions and 16 deletions
|
@ -1,16 +1,16 @@
|
||||||
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.1.5
|
||||||
Release: %mkrel 6
|
Release: 7
|
||||||
Source0: http://www.megastep.org/makeself/%{name}-%{version}.tar.bz2
|
Source0: http://www.megastep.org/makeself/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://angst.cynapses.org/stripmakeself
|
Source1: http://angst.cynapses.org/stripmakeself
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
Url: http://www.megastep.org/makeself/
|
Url: http://www.megastep.org/makeself/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: gnupg
|
Requires: gnupg
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Makeself is a small shell script that generates a self-extractable
|
Makeself is a small shell script that generates a self-extractable
|
||||||
|
@ -44,20 +44,15 @@ cp -p %{SOURCE1} .
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
mkdir -p %{buildroot}%{_bindir} \
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_bindir} \
|
%{buildroot}%{_mandir}/man1 \
|
||||||
$RPM_BUILD_ROOT%{_mandir}/man1 \
|
%{buildroot}%{_datadir}/makeself/
|
||||||
$RPM_BUILD_ROOT%{_datadir}/makeself/
|
install -m 755 makeself.sh %{buildroot}%{_bindir}/makeself
|
||||||
install -m 755 makeself.sh $RPM_BUILD_ROOT%{_bindir}/makeself
|
install -m 755 makeself-header.sh %{buildroot}%{_datadir}/makeself/makeself-header
|
||||||
install -m 755 makeself-header.sh $RPM_BUILD_ROOT%{_datadir}/makeself/makeself-header
|
install -m 755 stripmakeself %{buildroot}%{_bindir}/
|
||||||
install -m 755 stripmakeself $RPM_BUILD_ROOT%{_bindir}/
|
install -m 644 makeself.1 %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 makeself.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc COPYING README TODO makeself.lsm
|
%doc COPYING README TODO makeself.lsm
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
@ -99,11 +94,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
+ Revision: 120926
|
+ Revision: 120926
|
||||||
- Import makeself
|
- Import makeself
|
||||||
|
|
||||||
* Sun Oct 01 2006 Giuseppe Ghibò <ghibo@mandriva.coM> 2.1.4-2mdk
|
* Sun Oct 01 2006 Giuseppe Ghibò <ghibo@mandriva.coM> 2.1.4-2mdk
|
||||||
- Fixed in stripmakeself handling of archives beginning with empty lines
|
- Fixed in stripmakeself handling of archives beginning with empty lines
|
||||||
(thanks to pixel).
|
(thanks to pixel).
|
||||||
|
|
||||||
* Tue May 16 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.1.4-1mdk
|
* Tue May 16 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.1.4-1mdk
|
||||||
- Initial release 2.1.4.
|
- Initial release 2.1.4.
|
||||||
- Merged Patch0 from Deb.
|
- Merged Patch0 from Deb.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue