rpms/libedit/F-8 libedit.spec,1.6,1.7

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sat Nov 3 12:37:41 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/libedit/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9041

Modified Files:
	libedit.spec 
Log Message:
Updated to 2.10-2.20070831cvs in F-8.
 
 Modified Files:
 	libedit.spec 



Index: libedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libedit/F-8/libedit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libedit.spec	4 Sep 2007 03:42:48 -0000	1.6
+++ libedit.spec	3 Nov 2007 12:37:07 -0000	1.7
@@ -1,18 +1,18 @@
 %define snap 20070831
 
-Summary: The NetBSD Editline library
-Name: libedit
-Version: 2.10
-Release: 1.%{snap}cvs%{?dist}
-License: BSD
-Group: System Environment/Libraries
-URL: http://www.thrysoee.dk/editline/
-Source0: http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
+Summary:	The NetBSD Editline library
+Name:		libedit
+Version:	2.10
+Release:	2.%{snap}cvs%{?dist}
+License:	BSD
+Group:		System Environment/Libraries
+URL:		http://www.thrysoee.dk/editline/
+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: ncurses-devel
+BuildRequires: 	gawk
+BuildRequires: 	ncurses-devel
 
 %description
 Libedit is an autotool- and libtoolized port of the NetBSD Editline library.
@@ -20,12 +20,12 @@
 to those found in GNU Readline.
 
 %package devel
-Summary: Development files for %{name}
-Group: System Environment/Libraries
+Summary:	Development files for %{name}
+Group:		System Environment/Libraries
 
-Requires: %{name} = %{version}-%{release}
-Requires: ncurses-devel
-Requires: pkgconfig
+Requires:	%{name} = %{version}-%{release}
+Requires:	ncurses-devel
+Requires:	pkgconfig
 
 %description devel
 This package contains development files for %{name}.
@@ -33,6 +33,10 @@
 %prep
 %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
 %configure --disable-static
 make %{?_smp_mflags}
@@ -68,5 +72,8 @@
 %{_includedir}/editline/readline.h
 
 %changelog
+* Sat Nov 03 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.10-2.20070831cvs
+- Changed character encoding of ChangeLog from ISO8859-1 to UTF-8.
+
 * Sun Sep 03 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.10-1.20070831cvs
 - Initial build. Imported SPEC from Rawhide.




More information about the fedora-extras-commits mailing list