]> git.pld-linux.org Git - packages/ed.git/commitdiff
- bumped up revision to 9,
authorkloczek <kloczek@pld-linux.org>
Sat, 10 Oct 1998 03:35:12 +0000 (03:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added Group(pl).
By Wojtek Ślusarczyk <wojtek@shadow.eu.org>:
- added pl translation,
- major modifications of the spec file.

Changed files:
    ed.spec -> 1.1

ed.spec [new file with mode: 0644]

diff --git a/ed.spec b/ed.spec
new file mode 100644 (file)
index 0000000..6f0fc18
--- /dev/null
+++ b/ed.spec
@@ -0,0 +1,85 @@
+Summary:     GNU Line Editor
+Summary(de): GNU-Zeileneditor 
+Summary(fr): Éditeur ligne de GNU
+Summary(pl): Edytor liniowy GNU
+Summary(tr): GNU satýr düzenleyici
+Name:        ed
+Version:     0.2
+Release:     9
+Copyright:   GPL
+Group:       Applications/Editors
+Group(pl):   Aplikacje/Edytory
+Source:      ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
+Prereq:      /sbin/install-info
+Buildroot:   /tmp/%{name}-%{version}-root
+
+%description
+This is the GNU line editor.  It is an implementation of one
+of the first editors under *nix.  Some programs rely on it,
+but in general you probably don't *need* it.
+
+%description -l de
+Dies ist der GNU-Zeileneditor, eine Implementierung einer
+der ersten Editoren unter *nix. Manche Programme verlassen sich darauf,
+i.a. *brauchen* Sie ihn wahrscheinlich nicht.
+
+%description -l fr
+Éditeur ligne de GNU. C'est une implantation de l'un des premiers
+éditeurs d'*nix. Certains programmes en ont besoin, mais en
+général, vous n'en aurez probablement pas l'utilité.
+
+%description -l pl
+Ed jest implementacj± GNU standardowego, pierwszego unixowego edytora.
+Czê¶æ starszych programów mo¿e jeszcze korzystaæ z niego ale wiêkszo¶æ
+ju¿ prawdopodobnie nie potrzrebuje ed.
+
+%description -l tr
+Bu paket UN*X'in en eski metin düzenleyicilerinden birini içermektedir. Bazý
+yazýlýmlar hala bu programa gereksinim duymaktadýrlar.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --exec-prefix=/
+make 
+strip ed
+
+%install
+make prefix=$RPM_BUILD_ROOT/usr \
+    exec_prefix=$RPM_BUILD_ROOT install
+
+gzip -fn $RPM_BUILD_ROOT/usr/info/ed.info
+
+%post
+/sbin/install-info /usr/info/ed.info.gz /usr/info/dir --entry="* ed: (ed).                  The GNU Line Editor."
+
+%preun
+/sbin/install-info --delete /usr/info/ed.info.gz /usr/info/dir --entry="* ed: (ed).                  The GNU Line Editor."
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc NEWS POSIX README 
+%attr(755, root, root) /bin/*
+/usr/info/ed.info.gz
+%attr(644, root,  man) /usr/man/man1/*
+
+%changelog
+* Tue Oct 06 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [0.2-9]
+- added pl translation,
+- major modifications of the spec file.
+
+* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
+- translations modified for de, fr, tr
+
+* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
+- added install-info support
+- added BuildRoot
+- correct URL in Source line
+
+* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
+- built against glibc
This page took 0.074894 seconds and 4 git commands to generate.