Mailinglist Archive: opensuse-commit (1421 mails)

< Previous Next >
commit lzma
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 09 May 2008 23:31:26 +0200
  • Message-id: <20080509213126.671CF6780DE@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package lzma
checked in at Fri May 9 23:31:26 CEST 2008.


--------
--- lzma/lzma.changes 2008-05-06 23:10:50.000000000 +0200
+++ lzma/lzma.changes 2008-05-09 11:51:48.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 9 11:51:42 CEST 2008 - schwab@xxxxxxx
+
+- Revert last changes.
+
+-------------------------------------------------------------------



New:
----
nostatic.diff

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

Other differences:
------------------
++++++ lzma.spec ++++++
--- /var/tmp/diff_new_pack.Xe2237/_old 2008-05-09 23:31:05.000000000 +0200
+++ /var/tmp/diff_new_pack.Xe2237/_new 2008-05-09 23:31:05.000000000 +0200
@@ -8,21 +8,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

-# norootforbuild


Name: lzma
BuildRequires: gcc-c++
-# Replace "BuildRequires:" with "# neededforbuild" above for building
-# this package in older SuSE distros like SLES9 (9.1) and SLES8 (8.1)
Summary: A Program for Compressing Files
Version: 4.32.5
-Release: 18
+Release: 20
Group: Productivity/Archiving/Compression
License: GPL v2 or later
Url: http://tukaani.org/lzma/
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}.diff
+Patch1: nostatic.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -90,25 +88,18 @@
%prep
%setup -q
%patch
+%patch1

%build
-%configure
+autoreconf -fi
+./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
+ --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir}
make %{?jobs:-j%jobs}

%install
make install DESTDIR=$RPM_BUILD_ROOT
#empty dependency_libs
rm -f %{buildroot}%{_libdir}/*.la
-# Really old rpm versions do not understand %check:
-%if 0%{?_package_version} > 0
-
-%check
-%endif
-make check
-if objdump -R %{buildroot}/%{_bindir}/* 2>&1 >/dev/null |
- grep 'not a dynamic object'; then
- exit 1
-fi

%clean
rm -fr $RPM_BUILD_ROOT
@@ -133,6 +124,8 @@
%{_libdir}/lib*.*a

%changelog
+* Fri May 09 2008 schwab@xxxxxxx
+- Revert last changes.
* Wed May 07 2008 bk@xxxxxxx
- ci removed #neededforbuild while mbuild converts to BuildRequires
- bzip2 source to save space (not lzma, so it can be built in <11.0)

++++++ nostatic.diff ++++++
Index: src/lzmadec/Makefile.am
===================================================================
--- src/lzmadec/Makefile.am.orig 2007-10-22 18:36:37.000000000 +0200
+++ src/lzmadec/Makefile.am 2008-01-04 06:59:24.000000000 +0100
@@ -2,6 +2,5 @@ bin_PROGRAMS = lzmadec
lzmadec_SOURCES = lzmadec.c
lzmadec_LDADD = @top_builddir@/src/liblzmadec/liblzmadec.la
AM_CPPFLAGS = -I@top_srcdir@/src/liblzmadec
-AM_LDFLAGS = -static

dist_man_MANS = lzmadec.1
Index: src/lzmainfo/Makefile.am
===================================================================
--- src/lzmainfo/Makefile.am.orig 2007-10-16 08:33:30.000000000 +0200
+++ src/lzmainfo/Makefile.am 2008-01-04 06:58:43.000000000 +0100
@@ -2,6 +2,5 @@ bin_PROGRAMS = lzmainfo
lzmainfo_SOURCES = lzmainfo.c
lzmainfo_LDADD = @top_builddir@/src/liblzmadec/liblzmadec.la
AM_CPPFLAGS = -I@top_srcdir@/src/liblzmadec
-AM_LDFLAGS = -static

dist_man_MANS = lzmainfo.1

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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread