head 1.19;
access;
symbols
OPENPKG_E1_MP_HEAD:1.4
OPENPKG_E1_MP:1.4;
locks; strict;
comment @-- @;
1.19
date 2009.07.11.06.32.36; author rse; state Exp;
branches;
next 1.18;
commitid fqYkheZGY6xa9gVt;
1.18
date 2009.05.24.09.22.41; author rse; state Exp;
branches;
next 1.17;
commitid lSvEX1LKRO8cD6Pt;
1.17
date 2009.04.18.13.10.05; author rse; state Exp;
branches;
next 1.16;
commitid 4pHXU27WTIGCZuKt;
1.16
date 2009.02.02.07.13.34; author rse; state Exp;
branches;
next 1.15;
commitid A0ayEJxYCel6uPAt;
1.15
date 2008.10.15.06.18.33; author rse; state Exp;
branches;
next 1.14;
commitid ziM3BLnL4ynrIGmt;
1.14
date 2008.08.22.06.53.33; author rse; state Exp;
branches;
next 1.13;
commitid bPobmkVfUeH4EKft;
1.13
date 2008.07.30.20.43.56; author rse; state Exp;
branches;
next 1.12;
commitid pNYfxh5zF4uMYRct;
1.12
date 2008.04.11.16.16.52; author rse; state Exp;
branches;
next 1.11;
commitid 9Xgitk7D1Gyn2IYs;
1.11
date 2008.02.25.20.28.23; author rse; state Exp;
branches;
next 1.10;
commitid tPozvXc4ykGlUOSs;
1.10
date 2008.01.01.14.53.26; author rse; state Exp;
branches;
next 1.9;
commitid B8esaHJHoduuKILs;
1.9
date 2007.08.19.08.12.45; author cs; state Exp;
branches;
next 1.8;
commitid 8av9VzjOm4RCWkus;
1.8
date 2007.07.19.04.25.07; author cs; state Exp;
branches;
next 1.7;
commitid seyZjsbRz9YjGkqs;
1.7
date 2007.06.30.07.52.55; author rse; state Exp;
branches;
next 1.6;
commitid 1ZUKMZNywHNsrUns;
1.6
date 2007.03.10.08.30.52; author rse; state Exp;
branches;
next 1.5;
commitid nsR9ncQBQwwGfw9s;
1.5
date 2007.01.16.07.23.04; author rse; state Exp;
branches;
next 1.4;
commitid BJSHNWjVhhn3AH2s;
1.4
date 2007.01.01.17.37.39; author rse; state Exp;
branches;
next 1.3;
commitid BicZD6VUl7GuqP0s;
1.3
date 2006.11.14.13.59.30; author rse; state Exp;
branches;
next 1.2;
commitid IndqUlfvAGJBNDUr;
1.2
date 2006.10.27.18.04.12; author rse; state Exp;
branches;
next 1.1;
commitid M4wfMZETMpCqJlSr;
1.1
date 2006.10.22.20.23.21; author rse; state Exp;
branches;
next ;
commitid WLpcZdZcsPZ7FIRr;
desc
@@
1.19
log
@upgrading package: ed 1.3 -> 1.4
@
text
@##
## ed.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2009 OpenPKG Foundation e.V.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# package version
%define V_dist 1.4
%define V_opkg 1.4
# package information
Name: ed
Summary: Line Editor
URL: http://www.gnu.org/software/ed/ed.html
Vendor: Andrew L. Moore, Antonio Diaz Diaz
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: EVAL
Group: ShellUtils
License: GPL
Version: %{V_opkg}
Release: 20090711
# list of sources
Source0: ftp://ftp.gnu.org/gnu/ed/ed-%{V_dist}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
%description
ed(1) is a line-oriented text editor. It is used to create, display,
modify and otherwise manipulate text files, both interactively
and via shell scripts. A restricted version of ed(1), red(1), can
only edit files in the current directory and cannot execute shell
commands. ed(1) is the "standard" text editor in the sense that it
is the original editor for Unix, and thus widely available. For most
purposes, however, it is superseded since decades by full-screen
editors such as Vim or Emacs.
%track
prog ed = {
version = %{V_dist}
url = ftp://ftp.gnu.org/gnu/ed/
regex = ed-(__VER__)\.tar\.gz
}
%prep
%setup -q -n ed-%{V_dist}
%build
./configure \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
--prefix=%{l_prefix} \
--infodir=%{l_prefix}/info \
--mandir=%{l_prefix}/man
%{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install install-man DESTDIR=$RPM_BUILD_ROOT
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
@
1.18
log
@upgrading package: ed 1.2 -> 1.3
@
text
@d25 2
a26 2
%define V_dist 1.3
%define V_opkg 1.3
d39 1
a39 1
Release: 20090524
@
1.17
log
@bump years in copyright messages
@
text
@d25 2
a26 2
%define V_dist 1.2
%define V_opkg 1.2
d39 1
a39 1
Release: 20090202
@
1.16
log
@upgrading package: ed 1.1 -> 1.2
@
text
@d3 1
a3 1
## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
@
1.15
log
@upgrading package: ed 1.0 -> 1.1
@
text
@d25 2
a26 2
%define V_dist 1.1
%define V_opkg 1.1
d39 1
a39 1
Release: 20081015
d42 1
a42 1
Source0: ftp://ftp.gnu.org/gnu/ed/ed-%{V_dist}.tar.bz2
d66 1
a66 1
regex = ed-(__VER__)\.tar\.bz2
@
1.14
log
@upgrading package: ed 1.0rc1 -> 1.0
@
text
@d25 2
a26 2
%define V_dist 1.0
%define V_opkg 1.0
d39 1
a39 1
Release: 20080822
@
1.13
log
@upgrading package: ed 1.0pre1 -> 1.0rc1
@
text
@d25 2
a26 2
%define V_dist 1.0-rc1
%define V_opkg 1.0rc1
d39 1
a39 1
Release: 20080730
d42 1
a42 1
Source0: http://es.geocities.com/ant_diaz2001/ed-%{V_dist}.tar.gz
@
1.12
log
@upgrading package: ed 0.9 -> 1.0pre1
@
text
@d25 2
a26 2
%define V_dist 1.0-pre1
%define V_opkg 1.0pre1
d39 1
a39 1
Release: 20080411
@
1.11
log
@upgrading package: ed 0.8 -> 0.9
@
text
@d25 2
a26 2
%define V_dist 0.9
%define V_opkg 0.9
d39 1
a39 1
Release: 20080225
d42 1
a42 1
Source0: ftp://ftp.gnu.org/gnu/ed/ed-%{V_dist}.tar.bz2
@
1.10
log
@Update package specifications according to OpenPKG year 2008 world order:
http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html
@
text
@d25 2
a26 2
%define V_dist 0.8
%define V_opkg 0.8
d39 1
a39 1
Release: 20080101
@
1.9
log
@upgrading package: ed 0.7 -> 0.8
@
text
@d3 1
a3 2
## Copyright (c) 2000-2007 OpenPKG Foundation e.V.
## Copyright (c) 2000-2007 Ralf S. Engelschall
d39 1
a39 1
Release: 20070819
@
1.8
log
@upgrading package: ed 0.6 -> 0.7
@
text
@d26 2
a27 2
%define V_dist 0.7
%define V_opkg 0.7
d40 1
a40 1
Release: 20070719
@
1.7
log
@upgrading package: ed 0.5 -> 0.6
@
text
@d26 2
a27 2
%define V_dist 0.6
%define V_opkg 0.6
d40 1
a40 1
Release: 20070630
@
1.6
log
@upgrading package: ed 0.4 -> 0.5
@
text
@d26 2
a27 2
%define V_dist 0.5
%define V_opkg 0.5
d40 1
a40 1
Release: 20070310
@
1.5
log
@upgrading package: ed 0.3 -> 0.4
@
text
@d26 2
a27 2
%define V_dist 0.4
%define V_opkg 0.4
d40 1
a40 1
Release: 20070116
@
1.4
log
@Welcome Year 2007!
@
text
@d26 2
a27 2
%define V_dist 0.3
%define V_opkg 0.3
d40 1
a40 1
Release: 20061114
@
1.3
log
@upgrading package: ed 0.3rc2 -> 0.3
@
text
@d3 2
a4 2
## Copyright (c) 2000-2006 OpenPKG Foundation e.V.
## Copyright (c) 2000-2006 Ralf S. Engelschall
@
1.2
log
@upgrading package: ed 0.3rc1 -> 0.3rc2
@
text
@d26 2
a27 2
%define V_dist 0.3-rc2
%define V_opkg 0.3rc2
d40 1
a40 1
Release: 20061027
d43 1
a43 1
Source0: http://es.geocities.com/ant_diaz2001/ed-%{V_dist}.tar.gz
a64 1
comment = "rse: still not trackable"
d66 2
a67 2
url = http://es.geocities.com/ant_diaz2001/
regex = ed-(__VER__)\.tar\.gz
@
1.1
log
@new package: ed 0.3rc1 (Line Editor)
@
text
@d26 2
a27 2
%define V_dist 0.3-rc1
%define V_opkg 0.3rc1
d40 1
a40 1
Release: 20061022
@