rpms/libedit/EL-5 .cvsignore, 1.3, 1.4 libedit.spec, 1.3, 1.4 sources, 1.3, 1.4

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri May 16 12:50:29 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/libedit/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31769

Modified Files:
	.cvsignore libedit.spec sources 
Log Message:
Sync with development.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libedit/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 Jun 2006 05:44:59 -0000	1.3
+++ .cvsignore	16 May 2008 12:49:41 -0000	1.4
@@ -1 +1 @@
-libedit-20060603-2.9.tar.gz
+libedit-20070831-2.10.tar.gz


Index: libedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libedit/EL-5/libedit.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libedit.spec	28 Aug 2006 04:23:39 -0000	1.3
+++ libedit.spec	16 May 2008 12:49:41 -0000	1.4
@@ -1,92 +1,84 @@
-%define	snap	20060603
+%define snap 20070831
 
-Name:           libedit
-Version:        2.9
-Release:        4.%{snap}cvs%{?dist}
-Summary:        The NetBSD Editline library (libedit)
-
-Group:          System Environment/Libraries
-License:        BSD
-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)
+Summary:	The NetBSD Editline library
+Name:		libedit
+Version:	2.10
+Release:	4.%{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)
 
-BuildRequires:  ncurses-devel 
+BuildRequires: 	gawk
+BuildRequires: 	ncurses-devel
 
 %description
-This is an autotool- and libtoolized port of the NetBSD Editline
-library (libedit). This Berkeley-style licensed command line
-editor library provides generic line editing, history, and
-tokenization functions, similar to those found in GNU Readline.
+Libedit is an autotool- and libtoolized port of the NetBSD Editline library.
+It provides generic line editing, history, and tokenization functions, similar
+to those found in GNU Readline.
 
-%package	devel
+%package devel
 Summary:	Development files for %{name}
-Group:		System Environment/Libraries
-Requires:	%{name} = %{version}-%{release}
-Requires:	ncurses-devel
+Group:		Development/Libraries
 
-%description	devel
-This is an autotool- and libtoolized port of the NetBSD Editline
-library (libedit). This Berkeley-style licensed command line
-editor library provides generic line editing, history, and
-tokenization functions, similar to those found in GNU Readline.
+Requires:	%{name} = %{version}-%{release}
+Requires:	pkgconfig
 
+%description devel
 This package contains development files for %{name}.
 
 %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
+%configure --disable-static
 make %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
-find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
+make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
 
-%post devel -p /sbin/ldconfig
-%postun devel -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog INSTALL THANKS COPYING
-%{_libdir}/*.so.*
+%doc ChangeLog COPYING THANKS
+%{_libdir}/%{name}.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc examples/*.c
-%{_includedir}/*
-%{_libdir}/*.so
-%{_libdir}/*.a
+%doc examples/fileman.c examples/test.c
+%{_includedir}/histedit.h
+%{_libdir}/%{name}.so
+%{_libdir}/pkgconfig/%{name}.pc
 %{_mandir}/man3/*
-%{_mandir}/man5/*
+%{_mandir}/man5/editrc.5.gz
+
+%dir %{_includedir}/editline
+%{_includedir}/editline/readline.h
 
 %changelog
-* Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.9-3.20060603cvs
-- Rebuild for FC6
+* Sat Feb 16 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.10-4.20070831cvs
+- Rebuilding with gcc-4.3 in Rawhide.
+
+* Sun Nov 04 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.10-3.20070831cvs
+- Removed 'Requires: ncurses-devel'.
 
-* Thu Jun 29 2006 Michael J. Knox <michael at knox.net.nz> - 2.9-3.20060603cvs
-- updated to current snapshot
-- fixed incoherent-version-in-changelog rpmlint messages
-
-* Thu Mar 23 2006 Michael J Knox <michael at knox.net.nz> - 2.9-2.20060213cvs
-- removed licence file I supplied, have requested upstream to provide one
-- removed unrequire build dep
-
-* Tue Mar 14 2006 Michael J Knox <michael at knox.net.nz> - 2.9-1.20060213cvs
-- removed .la
-- added post and postun calls.
-- fixed package groups and release.
-- added %{name}.COPYING to include NetBSD BSD license.
+* 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.
 
-* Tue Feb 14 2006 Michael J Knox <michael at knox.net.nz> - 2.9-20060103cvs
-- initial package for NetBSD's editline.
+* Sun Sep 03 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.10-1.20070831cvs
+- Initial build. Imported SPEC from Rawhide.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libedit/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 Jun 2006 05:44:59 -0000	1.3
+++ sources	16 May 2008 12:49:41 -0000	1.4
@@ -1 +1 @@
-8cb7706cd983b3881b93fa9e692182b9  libedit-20060603-2.9.tar.gz
+e8abd1169825efecfccb0f7b4c338bb5  libedit-20070831-2.10.tar.gz




More information about the scm-commits mailing list