forked from pool/libksba
This commit is contained in:
parent
096d67bda5
commit
519ac1e3cb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 14:32:06 CEST 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove static libraries and "la" files
|
||||
- fix buildrequires and -devel package dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 12:21:34 CET 2009 - puzel@suse.cz
|
||||
|
||||
|
16
libksba.spec
16
libksba.spec
@ -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 @@ Group: Development/Libraries/C and C++
|
||||
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 @@ Authors:
|
||||
%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 @@ rm -rf %{buildroot}
|
||||
%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@suse.de
|
||||
- remove static libraries and "la" files
|
||||
- fix buildrequires and -devel package dependencies
|
||||
* Mon Jan 12 2009 puzel@suse.cz
|
||||
- update to 1.0.5 (bugfix release)
|
||||
- minor bugfixes
|
||||
|
Loading…
Reference in New Issue
Block a user