OBS User unknown 2008-09-26 12:58:25 +00:00 committed by Git OBS Bridge
parent 8a1fb57993
commit ce483af1c2
4 changed files with 36 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97abf042cf3194c9af81c5687bc8c77a6c60fb34e8baeae02f552c0f74bcc45d
size 525766

3
libksba-1.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f51c593c95839843e6bf26882c8cc4e8467e1fae1912b1a2d46b6c8da23e204d
size 566099

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 25 11:13:15 CEST 2008 - puzel@suse.cz
- update to 1.0.4
* autoconf fixes
- correctly install/uninstall info files
- use %makeinstall and %configure macros
-------------------------------------------------------------------
Thu Jun 26 15:55:01 CEST 2008 - puzel@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package libksba (Version 1.0.3)
# spec file for package libksba (Version 1.0.4)
#
# Copyright (c) 2008 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.
#
# 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/
#
@ -18,13 +25,14 @@ License: GPL v3 or later
Group: Development/Libraries/C and C++
AutoReqProv: on
Summary: A X.509 Library
Version: 1.0.3
Version: 1.0.4
Release: 1
# change also name and nfb
%define nld_build 0
Source: libksba-%{version}.tar.bz2
Patch1: nld-build.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq
%description
KSBA is a library to simplify the task of working with X.509
@ -69,18 +77,14 @@ Authors:
%build
libtoolize --force
autoreconf -fi
CFLAGS="$RPM_OPT_FLAGS" ./configure \
--prefix=%{_prefix} \
--sysconfdir=/etc \
--libdir=%{_libdir} \
--infodir=%{_infodir}
%configure
make
%check
make check
%install
make DESTDIR=$RPM_BUILD_ROOT install
%makeinstall
%post -p /sbin/ldconfig
@ -94,6 +98,12 @@ rm -rf %{buildroot}
%doc README AUTHORS COPYING ChangeLog NEWS THANKS TODO
%_libdir/libksba*.so.*
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/ksba.info.gz
%postun devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/ksba.info.gz
%files devel
%defattr(-,root,root)
/usr/bin/*
@ -104,6 +114,11 @@ rm -rf %{buildroot}
/usr/share/aclocal/*
%changelog
* Thu Sep 25 2008 puzel@suse.cz
- update to 1.0.4
* autoconf fixes
- correctly install/uninstall info files
- use %%makeinstall and %%configure macros
* Thu Jun 26 2008 puzel@suse.cz
- update to 1.0.3
* bugfix release (autoconf fixes)