]> git.pld-linux.org Git - packages/openhpi.git/commitdiff
- updated to 3.6.1 auto/th/openhpi-3.6.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Dec 2015 21:01:38 +0000 (22:01 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Dec 2015 21:01:38 +0000 (22:01 +0100)
- one more fix added to link patch

openhpi-link.patch
openhpi.spec

index cf064fae9fb35546792806fc00bd50d3286447e8..08d99afe8b81469643d865d622df4191822f4583 100644 (file)
@@ -8,3 +8,12 @@
  
  clean-local:
        rm -f *~ core core.*
+--- openhpi-3.6.1/ssl/Makefile.am.orig 2015-09-15 00:48:33.000000000 +0200
++++ openhpi-3.6.1/ssl/Makefile.am      2015-12-15 21:26:02.249408789 +0100
+@@ -19,5 +19,5 @@
+ libopenhpi_ssl_la_SOURCES = oh_ssl.c oh_ssl.h
+ libopenhpi_ssl_la_LDFLAGS = -version-info @HPI_LIB_VERSION@
+-libopenhpi_ssl_la_LIBADD  = @CRYPTO_LIB@
++libopenhpi_ssl_la_LIBADD  = $(top_builddir)/utils/libopenhpiutils.la @CRYPTO_LIB@
index 2df27c0faee4a0c0046dcbdaf0772aab676a7822..f0d18cb1f7f52b3a90758af9374311aa4839c1b6 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Service Availability Forum's Hardware Platform Interface (HPI) implementation
 Summary(pl.UTF-8):     Implementacja HPI (Hardware Platform Interface) Service Availability Forum
 Name:          openhpi
-Version:       3.2.1
-Release:       2
+Version:       3.6.1
+Release:       1
 License:       BSD
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/openhpi/%{name}-%{version}.tar.gz
-# Source0-md5: 115bd1c8f3443c6fa3bf893d73f37dca
+# Source0-md5: 4718b16e0f749b5ad214a9b04f45dd23
 Patch0:                %{name}-types.patch
 Patch1:                %{name}-sh.patch
 Patch2:                %{name}-proto.patch
@@ -24,6 +24,7 @@ BuildRequires:        docbook-dtd41-sgml
 BuildRequires: docbook-utils
 BuildRequires: gcc >= 5:3.2.0
 BuildRequires: glib2-devel >= 1:2.12
+BuildRequires: libgcrypt-devel
 BuildRequires: libltdl-devel
 %ifarch ppc ppc64
 BuildRequires: librtas-devel
@@ -214,8 +215,8 @@ rm -rf $RPM_BUILD_ROOT
 
 # remove useless static plugins (but *.la are used by lt_dlopen)
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/*.a
-# prepare for %doc
-%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.033726 seconds and 4 git commands to generate.