Updated to 2.10-2.20070831cvs in devel.

Modified Files: libedit.spec
This commit is contained in:
Debarshi Ray 2007-11-03 12:34:01 +00:00
parent b4584a209d
commit d931ad78b4

View File

@ -1,18 +1,18 @@
%define snap 20070831 %define snap 20070831
Summary: The NetBSD Editline library Summary: The NetBSD Editline library
Name: libedit Name: libedit
Version: 2.10 Version: 2.10
Release: 1.%{snap}cvs%{?dist} Release: 2.%{snap}cvs%{?dist}
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.thrysoee.dk/editline/ URL: http://www.thrysoee.dk/editline/
Source0: http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz Source0: http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: gawk BuildRequires: gawk
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
%description %description
Libedit is an autotool- and libtoolized port of the NetBSD Editline library. Libedit is an autotool- and libtoolized port of the NetBSD Editline library.
@ -20,12 +20,12 @@ It provides generic line editing, history, and tokenization functions, similar
to those found in GNU Readline. to those found in GNU Readline.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: ncurses-devel Requires: ncurses-devel
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel
This package contains development files for %{name}. This package contains development files for %{name}.
@ -33,6 +33,10 @@ This package contains development files for %{name}.
%prep %prep
%setup -q -n %{name}-%{snap}-%{version} %setup -q -n %{name}-%{snap}-%{version}
# Suppress rpmlint error.
iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
--output ChangeLog.utf-8 && mv ChangeLog.utf-8 ./ChangeLog
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
@ -68,5 +72,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/editline/readline.h %{_includedir}/editline/readline.h
%changelog %changelog
* Sat Nov 03 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.10-2.20070831cvs
- Changed character encoding of ChangeLog from ISO8859-1 to UTF-8.
* Sun Sep 03 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.10-1.20070831cvs * Sun Sep 03 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.10-1.20070831cvs
- Initial build. Imported SPEC from Rawhide. - Initial build. Imported SPEC from Rawhide.