From: Jakub Bogusz Date: Mon, 6 Sep 2004 19:30:42 +0000 (+0000) Subject: - descriptions, cleanups X-Git-Url: http://git.pld-linux.org/?p=packages%2Fecm.git;a=commitdiff_plain;h=230a58d3521c6263089b2fd86862fc840eeb4e66 - descriptions, cleanups Changed files: ecm.spec -> 1.2 --- diff --git a/ecm.spec b/ecm.spec index 4923b88..d72fac9 100644 --- a/ecm.spec +++ b/ecm.spec @@ -1,4 +1,5 @@ Summary: The ECMNET Project +Summary(pl): Projekt ECMNET Name: ecm Version: 5.0.3 Release: 0.1 @@ -8,10 +9,18 @@ Source0: http://home.in.tum.de/~kruppa/%{name}-%{version}.tar.gz # Source0-md5: c2541748ece10c368b3d5672406fffbd URL: http://www.loria.fr/~zimmerma/ecmnet/ BuildRequires: gmp-devel +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -The ECMNET Project +The ECMNET Project - its goals are: +- Help to find new factors of Cunningham numbers +- Find a record factor + +%description -l pl +Projekt ECMNET, którego celami s±: +- pomoc w szukaniu nowych czynników liczb Cunninghama +- znalezienie rekordowego czynnika %prep %setup -q @@ -21,15 +30,14 @@ sed -i -e 's#CC=gcc#CC=%{__cc}#g' \ -e 's#-static# #' \ -e 's#CFLAGS=.*#CFLAGS=%{rpmcflags}#' \ -e 's#GMP=.*#GMP=/usr#' Makefile - -%build +%build %{__make} %install rm -rf $RPM_BUILD_ROOT -install -D ecm $RPM_BUILD_ROOT/%{_bindir}/ecm +install -D ecm $RPM_BUILD_ROOT%{_bindir}/ecm %clean rm -rf $RPM_BUILD_ROOT