Mailinglist Archive: opensuse-commit (1737 mails)

< Previous Next >
commit bzip2 for openSUSE:Factory
Hello community,

here is the log from the commit of package bzip2 for openSUSE:Factory checked
in at 2012-02-15 16:14:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bzip2 (Old)
and /work/SRC/openSUSE:Factory/.bzip2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bzip2", Maintainer is "VCizek@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bzip2/bzip2.changes 2012-02-03
10:22:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bzip2.new/bzip2.changes 2012-02-15
16:15:43.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 23:00:21 UTC 2012 - crrodriguez@xxxxxxxxxxxx
+
+- Put libraries back into %{_libdir}, /usr merge project.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bzip2.spec ++++++
--- /var/tmp/diff_new_pack.3NjQDE/_old 2012-02-15 16:15:44.000000000 +0100
+++ /var/tmp/diff_new_pack.3NjQDE/_new 2012-02-15 16:15:44.000000000 +0100
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

+
Name: bzip2
Version: 1.0.6
Release: 0
@@ -95,9 +96,7 @@
%if %{do_profiling}
export CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_generate}"
%endif
-%configure\
- --libdir=/%{_lib}\
- --disable-static
+%configure --with-pic --disable-static
%if %{do_profiling}
make %{?_smp_mflags}
profile_bzip2
@@ -106,21 +105,17 @@
make clean
mv .libs.save .libs
export CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_feedback}"
-%configure \
- --libdir=/%{_lib}\
- --disable-static
+%configure --with-pic --disable-static
%endif
make %{?_smp_mflags}

%install
%makeinstall pkgconfigdir=%{_libdir}/pkgconfig
-rm $RPM_BUILD_ROOT/%{_lib}/libbz2.so $RPM_BUILD_ROOT/%{_lib}/libbz2.la
-mkdir -p $RPM_BUILD_ROOT%{_libdir}
-ln -sf ../../%{_lib}/libbz2.so.1 $RPM_BUILD_ROOT%{_libdir}/libbz2.so
gzip -9 manual.ps
gzip -dc %{SOURCE1} > bznew
install -D -m 755 bznew $RPM_BUILD_ROOT%{_bindir}/bznew
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
+rm -vf %{buildroot}%{_libdir}/*.la

%post -n libbz2-1 -p /sbin/ldconfig

@@ -137,8 +132,8 @@

%files -n libbz2-1
%defattr(-,root,root)
-/%{_lib}/libbz2.so.1
-/%{_lib}/libbz2.so.1.*
+%{_libdir}/libbz2.so.1
+%{_libdir}/libbz2.so.1.*

%files -n libbz2-devel
%defattr(-,root,root)



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

< Previous Next >
This Thread