rpms/librtas/devel librtas-1.3.4-libdir.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 librtas.spec, 1.17, 1.18 sources, 1.7, 1.8 librtas-1.3.2-mode.patch, 1.1, NONE

Roman Rakus rrakus at fedoraproject.org
Mon Sep 21 15:04:32 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/librtas/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8756

Modified Files:
	.cvsignore librtas.spec sources 
Added Files:
	librtas-1.3.4-libdir.patch 
Removed Files:
	librtas-1.3.2-mode.patch 
Log Message:
Upstream release 1.3.4

librtas-1.3.4-libdir.patch:
 rules.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE librtas-1.3.4-libdir.patch ---
diff -up librtas-1.3.4/rules.mk.libdir librtas-1.3.4/rules.mk
--- librtas-1.3.4/rules.mk.libdir	2009-09-21 16:41:57.000000000 +0200
+++ librtas-1.3.4/rules.mk	2009-09-21 16:42:01.000000000 +0200
@@ -135,7 +135,7 @@ define install_sbin
 endef
 
 define install_lib
-	$(call install_files,$1,755,$2/$(LIB_DIR)$(findstring 64,$(shell file $(firstword $1))))
+	$(call install_files,$1,755,$2/$(LIB_DIR))
 endef
 
 define install_inc


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/librtas/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	19 Dec 2007 04:28:08 -0000	1.6
+++ .cvsignore	21 Sep 2009 15:04:31 -0000	1.7
@@ -1 +1 @@
-librtas-1.3.3.tar.gz
+librtas-1.3.4.tar.gz


Index: librtas.spec
===================================================================
RCS file: /cvs/extras/rpms/librtas/devel/librtas.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- librtas.spec	25 Jul 2009 08:34:02 -0000	1.17
+++ librtas.spec	21 Sep 2009 15:04:31 -0000	1.18
@@ -1,14 +1,14 @@
 Summary: Libraries to provide access to RTAS calls and RTAS events
 Name:    librtas
-Version: 1.3.3
-Release: 5%{?dist}
+Version: 1.3.4
+Release: 1%{?dist}
 URL:     http://librtas.ozlabs.org
 License: IBM
 Group:   System Environment/Libraries
 
 Source: http://librtas.ozlabs.org/releases/%{name}-%{version}.tar.gz
 
-Patch0: %{name}-1.3.2-mode.patch
+Patch0: %{name}-1.3.4-libdir.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: ppc ppc64
@@ -37,12 +37,13 @@ developing programs using librtas.
 
 %prep
 %setup
-%patch0 -p1 -b .mode
+%patch0 -p1 -b .libdir
 
 %build
-%{__make} CFLAGS="%{optflags} -fPIC -DPIC" %{?_smp_mflags}
+%{__make} CFLAGS="%{optflags} -fPIC -DPIC -I." %{?_smp_mflags}
 
 %install
+mkdir -p %{buildroot}/%{_libdir}
 %{__make} install DESTDIR=%{buildroot} LIB_DIR=%{_libdir}
 %{__rm} -rf %{buildroot}%{_datadir}/doc
 
@@ -58,6 +59,7 @@ developing programs using librtas.
 %doc COPYRIGHT README Changelog
 %{_libdir}/librtas.so.%{version}
 %{_libdir}/librtasevent.so.%{version}
+%{_libdir}/libofdt.so.%{version}
 
 %files devel
 %defattr(-,root,root,-)
@@ -67,8 +69,14 @@ developing programs using librtas.
 %{_includedir}/librtasevent.h
 %{_includedir}/librtasevent_v4.h
 %{_includedir}/librtasevent_v6.h
+%{_includedir}/common.h
+%{_includedir}/libofdt.h
+%{_libdir}/libofdt.so
 
 %changelog
+* Mon Sep 21 2009 Roman Rakus <rrakus at redhat.com> - 1.3.4-1
+- Upstream release 1.3.4
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/librtas/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	19 Dec 2007 04:28:08 -0000	1.7
+++ sources	21 Sep 2009 15:04:31 -0000	1.8
@@ -1 +1 @@
-054b1bf15f6f8058e747dc913cd78834  librtas-1.3.3.tar.gz
+b3b0b29b63d0807ff2d9bfc27e3ee1d6  librtas-1.3.4.tar.gz


--- librtas-1.3.2-mode.patch DELETED ---




More information about the scm-commits mailing list