rpms/libedit/devel libedit.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Sun Apr 23 02:18:22 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/libedit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32643/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libedit.spec 
Log Message:
auto-import libedit-2.9-2.20060213cvs on branch devel from libedit-2.9-2.20060213cvs.src.rpm


--- NEW FILE libedit.spec ---
%define	snap	20060213

Name:           libedit
Version:        2.9
Release:        2.%{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)

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.

%package	devel
Summary:	Development files for %{name}
Group:		System Environment/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	ncurses-devel

%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.

This package contains development files for %{name}.

%prep
%setup -q -n %{name}-%{snap}-%{version}

%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc ChangeLog INSTALL THANKS
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc examples/*.c
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man3/*
%{_mandir}/man5/*

%changelog
* 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.

* Tue Feb 14 2006 Michael J Knox <michael at knox.net.nz> 2.9-20060103cvs
- initial package for NetBSD's editline.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libedit/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2006 02:17:09 -0000	1.1
+++ .cvsignore	23 Apr 2006 02:18:21 -0000	1.2
@@ -0,0 +1 @@
+libedit-20060213-2.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libedit/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2006 02:17:09 -0000	1.1
+++ sources	23 Apr 2006 02:18:21 -0000	1.2
@@ -0,0 +1 @@
+adda2335413c044ae89af8b0a4bd3b69  libedit-20060213-2.9.tar.gz




More information about the fedora-extras-commits mailing list