info:ed.spec -devel

Wojtek Slusarczyk wojtek w SHADOW.EU.ORG
Wto, 6 Paź 1998, 18:36:45 CEST


Hej,
	Sorki wszystkich, ze tutaj ale pld-devel jeszcze lezy a cos z tego
i dla stable moze bedzie...

na gazie,

Wojciech Slusarczyk (091)4494148
Technical University of Szczecin
PGP KeyServer pgpkeys.mit.edu
-------------- następna część ---------
Summary:     GNU Line Editor
Summary(pl): GNU edytor liniowy 
Name:        ed
Version:     0.2
Release:     6d
Copyright:   GPL
Group:       Applications/Editors
Source:      ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
Prereq:      /sbin/install-info
Buildroot:   /var/tmp/%{name}-%{version}-%{release}-root
Summary(de): GNU-Zeileneditor 
Summary(fr): Éditeur ligne de GNU
Summary(tr): GNU satýr düzenleyici

%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 pl
Ed jest GNU implementacją standardowego, pierwszego unixowego edytora.
Część starszych programów może jeszcze korzystać z niego ale większość
już prawdopodobnie nie potrzrebuje ed.

%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 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
if [ $1 = 0]; then
/sbin/install-info --delete /usr/info/ed.info.gz /usr/info/dir --entry="* ed: (ed).                  The GNU Line Editor."
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644, root, root, 755)
%doc NEWS POSIX README 
%attr(711, root, root) /bin/ed
%attr(-  , root, root) /bin/red
/usr/info/ed.info.gz
%attr(644, root, man) /usr/man/man1/*

%changelog
* Tue Oct 06 1998 Wojtek Ślusarczyk <wojtek w shadow.eu.org>
[0.2-6d]
- translation modified for pl,
- restricted ELF binary permission,
- major modifications of the spec file.

* Thu Jul 23 1998 Wojtek Ślusarczyk <wojtek w shadow.eu.org>
[0.2-6]
- build against glibc-2.1.

* Mon Apr 27 1998 Prospector System <bugs w redhat.com>

- translations modified for de, fr, tr


* Fri Oct 17 1997 Donnie Barnes <djb w redhat.com>

- added install-info support
- added BuildRoot
- correct URL in Source line

* Mon Jun 02 1997 Erik Troan <ewt w redhat.com>

- built against glibc


Więcej informacji o liście dyskusyjnej pld-devel-pl