Author: qboosh Date: Mon Apr 4 15:43:24 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.2.4 - pl
---- Files affected: packages/pxe-kexec: pxe-kexec.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/pxe-kexec/pxe-kexec.spec diff -u packages/pxe-kexec/pxe-kexec.spec:1.4 packages/pxe-kexec/pxe-kexec.spec:1.5 --- packages/pxe-kexec/pxe-kexec.spec:1.4 Fri Apr 30 13:48:26 2010 +++ packages/pxe-kexec/pxe-kexec.spec Mon Apr 4 17:43:19 2011 @@ -1,43 +1,48 @@ # $Revision$, $Date$ -# TODO -# - -lreadline is filtered out Summary: Linux boots Linux via network +Summary(pl.UTF-8): Uruchamianie Linuksa przez Linuksa po sieci Name: pxe-kexec -Version: 0.2.3 +Version: 0.2.4 Release: 0.1 License: GPL v2+ Group: Applications/System -URL: http://pxe-kexec.berlios.de/ Source0: http://download.berlios.de/pxe-kexec/%{name}-%{version}.tar.bz2 -# Source0-md5: 5bba81d4f4841947a5b59d2e742321e0 +# Source0-md5: 2e6fd2e0e9fb0f0a006935c9d1860284 +URL: http://pxe-kexec.berlios.de/ BuildRequires: cmake BuildRequires: curl-devel BuildRequires: libstdc++-devel BuildRequires: ncurses-devel BuildRequires: perl-tools-pod BuildRequires: readline-devel +BuildRequires: rpmbuild(macros) >= 1.577 Requires: kexec-tools BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define filterout_ld -Wl,--as-needed - %description pxe-kexec reads a PXELINUX configuration file, prompts the user for an entry like the PXELINUX program would do and finally boots that entry using Kexec. +%description -l pl.UTF-8 +pxe-kexec odczytuje plik konfiguracyjny bootloadera PXELINUX, pyta +użytkownika o opcję systemu w taki sam sposób, jak PXELINUX, a +następnie uruchamia system przy użyciu mechanizmu kexec. + %prep %setup -q %build %cmake . \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" \ + -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \ -DCURSES_INCLUDE_PATH=/usr/include/ncurses -%{__make} VERBOSE=1 +%{__make} %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -46,7 +51,7 @@ %files %defattr(644,root,root,755) -%doc NEWS README ChangeLog +%doc ChangeLog NEWS README %attr(755,root,root) %{_sbindir}/pxe-kexec %{_mandir}/man8/pxe-kexec.8* @@ -56,6 +61,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/04/04 15:43:19 qboosh +- updated to 0.2.4 +- pl + Revision 1.4 2010/04/30 11:48:26 glen - up to 0.2.3, not tested ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pxe-kexec/pxe-kexec.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
