Mailinglist Archive: opensuse-commit (783 mails)
| < Previous | Next > |
commit libksba for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 18 Apr 2009 14:01:23 +0200
- Message-id: <20090418120123.89299678157@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libksba for openSUSE:Factory
checked in at Sat Apr 18 14:01:23 CEST 2009.
--------
--- libksba/libksba.changes 2009-01-12 12:23:28.000000000 +0100
+++ /mounts/work_src_done/STABLE/libksba/libksba.changes 2009-04-07
14:32:26.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 7 14:32:06 CEST 2009 - crrodriguez@xxxxxxx
+
+- remove static libraries and "la" files
+- fix buildrequires and -devel package dependencies
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libksba.spec ++++++
--- /var/tmp/diff_new_pack.s24976/_old 2009-04-18 14:00:59.000000000 +0200
+++ /var/tmp/diff_new_pack.s24976/_new 2009-04-18 14:00:59.000000000 +0200
@@ -19,14 +19,14 @@
Name: libksba
-BuildRequires: libgcrypt-devel
+BuildRequires: libgpg-error-devel
Url: http://www.gnupg.org/aegypten/
License: GPL v3 or later
Group: Development/Libraries/C and C++
AutoReqProv: on
Summary: A X.509 Library
Version: 1.0.5
-Release: 1
+Release: 2
# change also name and nfb
%define nld_build 0
Source: libksba-%{version}.tar.bz2
@@ -52,7 +52,7 @@
Conflicts: libksba-devel
%else
Provides: libksba:/usr/include/ksba.h
-Requires: libksba = %{version}
+Requires: libksba = %{version} libgpg-error-devel
%endif
%description devel
@@ -75,16 +75,16 @@
%endif
%build
-libtoolize --force
autoreconf -fi
-%configure
-make
+%configure --disable-static --with-pic
+%{__make} %{?jobs:-j%jobs}
%check
make check
%install
%makeinstall
+%{__rm} -fv %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig
@@ -107,13 +107,15 @@
%files devel
%defattr(-,root,root)
/usr/bin/*
-%_libdir/libksba*a
%_libdir/libksba*.so
/usr/include/*
%doc %_infodir/ksba*
/usr/share/aclocal/*
%changelog
+* Tue Apr 07 2009 crrodriguez@xxxxxxx
+- remove static libraries and "la" files
+- fix buildrequires and -devel package dependencies
* Mon Jan 12 2009 puzel@xxxxxxx
- update to 1.0.5 (bugfix release)
- minor bugfixes
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |