]> git.pld-linux.org Git - packages/ecm.git/blobdiff - ecm.spec
- descriptions, cleanups
[packages/ecm.git] / ecm.spec
index 4923b88e04d376b11a9d4dd715325573cb694b56..d72fac9dce7484121ee45691e054bcf7a3a72d24 100644 (file)
--- 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
This page took 0.084737 seconds and 4 git commands to generate.