Author: qboosh Date: Tue May 3 17:39:36 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.46 - pl
---- Files affected: packages/os-prober: os-prober.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/os-prober/os-prober.spec diff -u packages/os-prober/os-prober.spec:1.4 packages/os-prober/os-prober.spec:1.5 --- packages/os-prober/os-prober.spec:1.4 Sat Feb 19 20:18:38 2011 +++ packages/os-prober/os-prober.spec Tue May 3 19:39:31 2011 @@ -1,13 +1,14 @@ # $Revision$, $Date$ Summary: Utilities that detect other operating system installs on a set of drives +Summary(pl.UTF-8): Narzędzia wykrywające instalacje innych systemów operacyjnych na dyskach Name: os-prober -Version: 1.44 +Version: 1.46 Release: 1 License: GPL -Group: Base/Kernel -URL: http://packages.qa.debian.org/o/os-prober.html +Group: Applications/System Source0: http://ftp.debian.org/debian/pool/main/o/os-prober/%{name}_%{version}.tar.gz -# Source0-md5: 44781dbc2fd748a678fe9d2f29f862ef +# Source0-md5: b49d98e33da4c2c2534fff6badc2013c +URL: http://packages.qa.debian.org/o/os-prober.html BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # no binary blobs @@ -16,14 +17,20 @@ %description This is a small package that may be depended on by any bootloader installer package to detect other filesystems with operating systems -on them, and work out how to boot other linux installs. +on them, and work out how to boot other Linux installs. + +%description -l pl.UTF-8 +Ten mały pakiet może być wykorzystywany przez dowolne instalatory +bootloaderów w celu wykrycia innych systemów plików zawierających +systemy operacyjne i określenia sposobu uruchomienia innych instalacji +Linuksa. %prep %setup -q %build %{__make} \ - CC="%{__cc}" + CC="%{__cc}" \ CFLAGS="%{rpmcflags}" %install @@ -34,6 +41,7 @@ cp -a common.sh $RPM_BUILD_ROOT%{_datadir}/%{name} install -p newns $RPM_BUILD_ROOT%{_libdir}/%{name} +ARCH=other %ifarch m68k ARCH=m68k %endif @@ -65,13 +73,20 @@ %files %defattr(644,root,root,755) %doc README TODO debian/changelog debian/copyright -%attr(755,root,root) %{_bindir}/*prober -%dir %{_libdir}/os-probes -%attr(755,root,root) %{_libdir}/os-probes/* +%attr(755,root,root) %{_bindir}/linux-boot-prober +%attr(755,root,root) %{_bindir}/os-prober +%dir %{_libdir}/linux-boot-probes +%attr(755,root,root) %{_libdir}/linux-boot-probes/50mounted-tests +%dir %{_libdir}/linux-boot-probes/mounted +%attr(755,root,root) %{_libdir}/linux-boot-probes/mounted/* %dir %{_libdir}/os-prober %attr(755,root,root) %{_libdir}/os-prober/newns -%dir %{_libdir}/linux-boot-probes -%attr(755,root,root) %{_libdir}/linux-boot-probes/* +%dir %{_libdir}/os-probes +%attr(755,root,root) %{_libdir}/os-probes/50mounted-tests +%dir %{_libdir}/os-probes/init +%attr(755,root,root) %{_libdir}/os-probes/init/* +%dir %{_libdir}/os-probes/mounted +%attr(755,root,root) %{_libdir}/os-probes/mounted/* %dir %{_datadir}/%{name} %{_datadir}/%{name}/common.sh %dir /var/lib/os-prober @@ -82,6 +97,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/05/03 17:39:31 qboosh +- updated to 1.46 +- pl + Revision 1.4 2011/02/19 19:18:38 glen - up to 1.44 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/os-prober/os-prober.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
