SPECS: openhpi.spec - updated to 2.3.1 - added sysfs2 patch (ready...

qboosh qboosh at pld-linux.org
Tue Jan 24 20:08:26 CET 2006


Author: qboosh                       Date: Tue Jan 24 19:08:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.3.1
- added sysfs2 patch (ready for sysfsutils 2.0.0, should work with 1.3.0 too)
- use -fno-strict-aliasing (gcc 4.1 generated warnings)

---- Files affected:
SPECS:
   openhpi.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/openhpi.spec
diff -u SPECS/openhpi.spec:1.25 SPECS/openhpi.spec:1.26
--- SPECS/openhpi.spec:1.25	Sun Nov 27 13:22:53 2005
+++ SPECS/openhpi.spec	Tue Jan 24 20:08:20 2006
@@ -2,16 +2,17 @@
 Summary:	Service Availability Forum's Hardware Platform Interface (HPI) implementation
 Summary(pl):	Implementacja HPI (Hardware Platform Interface) Service Availability Forum
 Name:		openhpi
-Version:	2.3.0
+Version:	2.3.1
 Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/openhpi/%{name}-%{version}.tar.gz
-# Source0-md5:	b6d96aa0475f5fcbcf1340969901c9ef
+# Source0-md5:	2b0d4c4c5090958d5ccd72a44a657b59
 Patch0:		%{name}-types.patch
 Patch1:		%{name}-sh.patch
 Patch2:		%{name}-align.patch
 Patch3:		%{name}-proto.patch
+Patch4:		%{name}-sysfs2.patch
 URL:		http://openhpi.sourceforge.net/
 BuildRequires:	OpenIPMI-devel >= 1.4.16
 BuildRequires:	autoconf >= 2.57
@@ -32,6 +33,8 @@
 Requires:	glib2 >= 1:2.2.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		specflags	-fno-strict-aliasing
+
 %description
 OpenHPI is an open source project created with the intent of providing
 an implementation of the Service Availability Forum's Hardware
@@ -141,6 +144,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # speed up build, lower disk space usage
 for f in `find . -name Makefile.am | xargs grep -l 'AM_CFLAGS.* -g '`; do
@@ -170,12 +174,6 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-ln -sf %{name}/standard/libopenhpi.so.2.2.1 $RPM_BUILD_ROOT%{_libdir}
-ln -sf %{name}/standard/libopenhpi.so.2 $RPM_BUILD_ROOT%{_libdir}
-ln -sf %{name}/standard/libopenhpi.so $RPM_BUILD_ROOT%{_libdir}
-ln -sf %{name}/standard/libopenhpi.la $RPM_BUILD_ROOT%{_libdir}
-ln -sf %{name}/standard/libopenhpi.a $RPM_BUILD_ROOT%{_libdir}
-
 # remove useless static plugins (but *.la are used by lt_dlopen)
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.a
 
@@ -256,6 +254,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2006/01/24 19:08:20  qboosh
+- updated to 2.3.1
+- added sysfs2 patch (ready for sysfsutils 2.0.0, should work with 1.3.0 too)
+- use -fno-strict-aliasing (gcc 4.1 generated warnings)
+
 Revision 1.25  2005/11/27 12:22:53  qboosh
 - updated to 2.3.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openhpi.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list