diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-07 13:46:03 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-07 13:46:03 -0800 |
commit | 08b862b4411a6dcc088b21b5f23d2b5af85c50f0 (patch) | |
tree | 4c2200e07be275a4ed12727da1e5fad4b84a830b | |
parent | 0dbc2b9c9809a46b5efcd28c3d3953f22f1a9e90 (diff) | |
download | libksba-08b862b4411a6dcc088b21b5f23d2b5af85c50f0.tar.gz libksba-08b862b4411a6dcc088b21b5f23d2b5af85c50f0.tar.bz2 libksba-08b862b4411a6dcc088b21b5f23d2b5af85c50f0.zip |
remove patches
-rw-r--r-- | packaging/libksba.spec | 16 |
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) |