Hello community,

here is the log from the commit of package makeself for openSUSE:Factory
checked in at Fri Jul 29 16:50:58 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/makeself/makeself.changes      2011-07-11 
23:23:09.000000000 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Mon Jul 11 21:21:20 UTC 2011 - [email protected]
+
+- Update spec file License field from GPLv2+ to GPL-2.0+ to
+  conform with spdx.org identifier. 
+- Fix error in rpmlitrc file.
+
+-------------------------------------------------------------------
+Mon Jul 11 20:51:30 UTC 2011 - [email protected]
+- spec file tweaks.
+- convert changelog to  .changes file.
+
+-------------------------------------------------------------------
+Tue Mar 23 2010 Malcolm J Lewis <[email protected]> - 2.1.5
+- initial OBS build.
+

calling whatdependson for head-i586


New:
----
  makeself-2.1.5-rpmlintrc
  makeself-2.1.5.tar.bz2
  makeself.changes
  makeself.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ makeself.spec ++++++
#
# spec file for package makeself
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Malcolm J Lewis <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           makeself
Version:        2.1.5
Release:        1
License:        GPL-2.0+
Summary:        Make self-extractable archives on Unix
Url:            http://www.megastep.org/makeself/
Group:          Productivity/Archiving/Compression
Source0:        %{name}-%{version}.tar.bz2
Source1:        %{name}-%{version}-rpmlintrc
BuildArch:      noarch

%if 0%{?suse_version} < 1120 || 0%{?sles_version} <= 11
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%endif

%description
Small shell script that generates a self-extractable tar.gz archive from a
directory. The resulting file appears as a shell script (many of those
have a .run suffix), and can be launched as is. The archive will then
uncompress itself to a temporary directory and an optional arbitrary
command will be executed (for example an installation script).

This is pretty similar to archives generated with WinZip Self-Extractor in
the Windows world. Makeself archives also include checksums for integrity
self-validation (CRC and/or MD5 checksums).

%prep
%setup -q

%build

%install
install -D -m0755 makeself.sh  %{buildroot}%{_bindir}/makeself.sh
install -D -m0755 makeself-header.sh  %{buildroot}%{_bindir}/makeself-header.sh

%if 0%{?suse_version} < 1120 || 0%{?sles_version} <= 11

%clean
rm -rf '%{buildroot}'
%endif

%files
%defattr(-,root,root,-)
%doc README TODO
%{_bindir}/makeself-header.sh
%{_bindir}/makeself.sh

%changelog
++++++ makeself-2.1.5-rpmlintrc ++++++
addFilter("script-without-shebang .*/usr/bin/makeself-header.sh")
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to