Author: qboosh Date: Mon Dec 4 10:07:19 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: librtas.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/librtas.spec diff -u /dev/null SPECS/librtas.spec:1.1 --- /dev/null Mon Dec 4 11:07:19 2006 +++ SPECS/librtas.spec Mon Dec 4 11:07:13 2006 @@ -0,0 +1,91 @@ +# $Revision$, $Date$ +Summary: Libraries for user-space access to the Run-Time Abstraction Services +Summary(pl): Biblioteki do dostępu do RTAS z przestrzeni użytkownika +Name: librtas +Version: 1.3.0 +Release: 1 +License: CPL v1.0 +Group: Libraries +Source0: http://librtas.ozlabs.org/releases/%{name}-%{version}.tar.gz +# Source0-md5: f2b4fee07f46cf00cc8d5e51af8ae565 +URL: http://librtas.ozlabs.org/ +ExclusiveArch: ppc ppc64 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +librtas provides a set of libraries for user-space access to the +Run-Time Abstraction Services (RTAS) on the PowerPC architecture. + +%description -l pl +Ten pakiet udostępnia zbiór bibliotek do dostępu z przestrzeni +użytkownika do RTAS (Run-Time Abstraction Services) na architekturze +PowerPC. + +%package devel +Summary: Header files for librtas library +Summary(pl): Pliki nagłówkowe biblioteki librtas +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for librtas library. + +%description devel -l pl +Pliki nagłówkowe biblioteki librtas. + +%package static +Summary: Static librtas library +Summary(pl): Statyczna biblioteka librtas +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static librtas library. + +%description static -l pl +Statyczna biblioteka librtas. + +%prep +%setup -q + +%build +CFLAGS="%{rpmcflags}" \ +%{__make} \ + CC="%{__cc}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +install librtas_src/librtas.a $RPM_BUILD_ROOT%{_libdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc COPYRIGHT Changelog README +%attr(755,root,root) %{_libdir}/librtas*.so.*.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/librtas*.so +%{_includedir}/librtas*.h + +%files static +%defattr(644,root,root,755) +%{_libdir}/librtas.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/12/04 10:07:13 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
