]> git.pld-linux.org Git - packages/ed.git/blobdiff - ed.spec
- rel 35 for th
[packages/ed.git] / ed.spec
diff --git a/ed.spec b/ed.spec
index 8c453eaa3ce7badc19d1b75fcbb560d27b6d9101..2f98bfba10051f6167bb4d3655a4b78ad32344ef 100644 (file)
--- a/ed.spec
+++ b/ed.spec
@@ -10,18 +10,22 @@ Summary(tr):        GNU sat
 Summary(uk):   òÑÄËÏ×ÉÊ ÒÅÄÁËÔÏÒ GNU
 Name:          ed
 Version:       0.2
-Release:       29
+Release:       35
 License:       GPL
 Group:         Applications/Editors
-Source0:       ftp://prep.ai.mit.edu/pub/gnu/ed/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.gnu.org/pub/gnu/ed/%{name}-%{version}.tar.gz
+# Source0-md5: ddd57463774cae9b50e70cd51221281b
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
+# Source1-md5: 13a5459ddffbd7f04aa3d67fce0d2134
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-autoconf.patch
 Patch2:                %{name}-mkstemp.patch
 Patch3:                %{name}-debian.patch
 Patch4:                %{name}-configure.patch
+Patch5:                %{name}-regex.patch
 URL:           http://www.gnu.org/software/ed/
 BuildRequires: autoconf
+BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr
@@ -91,6 +95,7 @@ Ed - 
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 chmod +w configure
@@ -98,17 +103,17 @@ chmod +w configure
 %configure
 
 rm -f ed.info
+rm -f stamp-h.in
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf NEWS POSIX README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -120,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc NEWS POSIX README
 %attr(755,root,root) /bin/*
 
 %{_infodir}/*info*
This page took 0.081487 seconds and 4 git commands to generate.