summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/libksba.spec16
1 files changed, 0 insertions, 16 deletions
diff --git a/packaging/libksba.spec b/packaging/libksba.spec
index 9277b59..97356f8 100644
--- a/packaging/libksba.spec
+++ b/packaging/libksba.spec
@@ -5,13 +5,9 @@ License: GPL-3.0+
Summary: A X
Url: http://www.gnupg.org/aegypten/
Group: Development/Libraries/C and C++
-# change also name and nfb
-%define nld_build 0
Source: libksba-%{version}.tar.bz2
-Patch1: nld-build.diff
BuildRequires: libgpg-error-devel >= 1.8
BuildRequires: libtool
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KSBA is a library to simplify the task of working with X.509
@@ -21,13 +17,9 @@ certificates, CMS data, and related data.
License: GPL-2.0+ ; MIT
Summary: A X
Group: Development/Libraries/C and C++
-%if %nld_build
-Conflicts: libksba-devel
-%else
Requires: libgpg-error-devel
Requires: libksba = %{version}
Provides: libksba:/usr/include/ksba.h
-%endif
%description devel
KSBA is a library to simplify the task of working with X.509
@@ -38,9 +30,6 @@ libksba.
%prep
%setup -q -n libksba-%{version}
-%if %nld_build
-%patch1
-%endif
%build
autoreconf -fi
@@ -62,11 +51,6 @@ make check
%doc COPYING
%{_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)