Author: qboosh Date: Sat Jan 15 07:56:26 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.3.5
---- Files affected: packages/librtas: librtas.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/librtas/librtas.spec diff -u packages/librtas/librtas.spec:1.7 packages/librtas/librtas.spec:1.8 --- packages/librtas/librtas.spec:1.7 Sun Dec 16 17:22:08 2007 +++ packages/librtas/librtas.spec Sat Jan 15 08:56:21 2011 @@ -2,13 +2,14 @@ Summary: Libraries for user-space access to the Run-Time Abstraction Services Summary(pl.UTF-8): Biblioteki do dostępu do RTAS z przestrzeni użytkownika Name: librtas -Version: 1.3.3 +Version: 1.3.5 Release: 1 License: CPL v1.0 Group: Libraries Source0: http://librtas.ozlabs.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: 054b1bf15f6f8058e747dc913cd78834 +# Source0-md5: 4e0ccef34f73dda153e8ce39c7fe8642 URL: http://librtas.ozlabs.org/ +# uses PowerPC-specific RTAS proc files/syscalls ExclusiveArch: ppc ppc64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -60,6 +61,7 @@ DESTDIR=$RPM_BUILD_ROOT install librtas_src/librtas.a $RPM_BUILD_ROOT%{_libdir} +/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir} %clean rm -rf $RPM_BUILD_ROOT @@ -70,11 +72,19 @@ %files %defattr(644,root,root,755) %doc COPYRIGHT Changelog README -%attr(755,root,root) %{_libdir}/librtas*.so.*.*.* +%attr(755,root,root) %{_libdir}/libofdt.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libofdt.so.1 +%attr(755,root,root) %{_libdir}/librtas.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/librtas.so.1 +%attr(755,root,root) %{_libdir}/librtasevent.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/librtasevent.so.1 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/librtas*.so +%attr(755,root,root) %{_libdir}/libofdt.so +%attr(755,root,root) %{_libdir}/librtas.so +%attr(755,root,root) %{_libdir}/librtasevent.so +%{_includedir}/libofdt.h %{_includedir}/librtas*.h %files static @@ -87,6 +97,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2011/01/15 07:56:21 qboosh +- updated to 1.3.5 + Revision 1.7 2007/12/16 16:22:08 qboosh - updated to 1.3.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/librtas/librtas.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
