Hello community, here is the log from the commit of package qca checked in at Fri May 25 17:21:19 CEST 2007. -------- --- KDE/qca/qca.changes 2006-09-10 00:37:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/qca/qca.changes 2007-05-25 14:10:23.000000000 +0200 @@ -1,0 +2,6 @@ +Fri May 25 14:10:06 CEST 2007 - dmueller@suse.de + +- fix buildroot usage inside %build +- remove pre-build examples from %datadocdir + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qca.spec ++++++ --- /var/tmp/diff_new_pack.w18467/_old 2007-05-25 17:21:09.000000000 +0200 +++ /var/tmp/diff_new_pack.w18467/_new 2007-05-25 17:21:09.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package qca (Version 1.0) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,13 +12,13 @@ Name: qca BuildRequires: libdrm-devel libjpeg-devel openssl-devel qt3-devel update-desktop-files -License: LGPL +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/C and C++ Summary: Qt Cryptographic Architecture BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://delta.affinix.com/qca/ Version: 1.0 -Release: 28 +Release: 79 Source: %name-%{version}.tar.bz2 Source1: %name-tls-%{version}.tar.bz2 Patch1: qca-tls.dif @@ -70,18 +70,18 @@ export PATH=/usr/lib/qt3/bin/:$PATH export CXXFLAGS="$RPM_OPT_FLAGS" export CFLAGS="$RPM_OPT_FLAGS" -./configure --prefix=$RPM_BUILD_ROOT/usr/lib/qt3/ +./configure --prefix=/usr/lib/qt3/ make %{?jobs:-j %jobs} cd examples qmake -make CXXFLAGS="$CXXFLAGS -I$P/src" LFLAGS="-L$P" -make clean +#make CXXFLAGS="$CXXFLAGS -I$P/src" LFLAGS="-L$P" +#make clean cd ../../%name-tls-%version ./configure make %{?jobs:-j %jobs} %install -make install +make install INSTALL_ROOT=$RPM_BUILD_ROOT/usr/lib/qt3/%_lib/usr/ cd ../%name-tls-%version make install INSTALL_ROOT=$RPM_BUILD_ROOT/usr/lib/qt3/%_lib/usr/ if [ %_lib = lib64 ]; then @@ -92,6 +92,10 @@ mkdir -p $RPM_BUILD_ROOT/usr/%_lib/ ln -sf ../lib/qt3/%_lib/libqca.so.1 $RPM_BUILD_ROOT/usr/%_lib/libqca.so.1 +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %defattr(-,root,root) %doc README COPYING TODO @@ -105,7 +109,10 @@ /usr/lib/qt3/include/* /usr/lib/qt3/%_lib/*.so -%changelog -n qca +%changelog +* Fri May 25 2007 - dmueller@suse.de +- fix buildroot usage inside %%build +- remove pre-build examples from %%datadocdir * Sun Sep 10 2006 - dmueller@suse.de - use RPM_OPT_FLAGS * Mon Feb 13 2006 - stbinner@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de