- Take ownership of libedit package.
- Import libedit 2.10 20070302 snapshot.
This commit is contained in:
parent
c3751b2aa4
commit
bfd69e3234
@ -1 +1 @@
|
||||
libedit-20060603-2.9.tar.gz
|
||||
libedit-20070302-2.10.tar.gz
|
||||
|
20
libedit.spec
20
libedit.spec
@ -1,8 +1,8 @@
|
||||
%define snap 20060603
|
||||
%define snap 20070302
|
||||
|
||||
Name: libedit
|
||||
Version: 2.9
|
||||
Release: 4.%{snap}cvs%{?dist}
|
||||
Version: 2.10
|
||||
Release: 1.%{snap}cvs%{?dist}
|
||||
Summary: The NetBSD Editline library (libedit)
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -11,7 +11,7 @@ URL: http://www.thrysoee.dk/editline/
|
||||
Source0: http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: ncurses-devel
|
||||
|
||||
%description
|
||||
This is an autotool- and libtoolized port of the NetBSD Editline
|
||||
@ -34,20 +34,12 @@ tokenization functions, similar to those found in GNU Readline.
|
||||
This package contains development files for %{name}.
|
||||
|
||||
%prep
|
||||
cat<<EOT
|
||||
|
||||
Build disabled. Package is without maintainer.
|
||||
|
||||
EOT
|
||||
exit 1
|
||||
|
||||
%setup -q -n %{name}-%{snap}-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
@ -78,6 +70,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 23 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 2.10-1.20070302cvs
|
||||
- Take ownership of libedit package.
|
||||
- Import libedit 2.10 20070302 snapshot.
|
||||
|
||||
* Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.9-3.20060603cvs
|
||||
- Rebuild for FC6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user