Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.2.6
>
libedit
> libedit0.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libedit0.spec of Package libedit
# # spec file for package libedit0 (Version 2.10.snap200708113 # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: libedit0 Version: 2.10.snap20070813 Release: 1 %define pkg_name libedit %define pkg_version 20070813-2.10 # License: BSD 3-Clause Group: Development/Libraries/C and C++ # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ ncurses-devel Provides: %{pkg_name} = %{version}-%{release} Obsoletes: %{pkg_name} <= %{version} # URL: http://www.thrysoee.dk/editline/ Source: http://www.thrysoee.dk/editline/%{pkg_name}-%{pkg_version}.tar.gz Source1: README.SuSE # Summary: A command line editing and history library %description libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt. Authors: -------- Jess Thrysoee %package -n libedit-devel Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Provides: %{name}-devel = %{version}-%{release} Requires: ncurses-devel # Summary: Development files for libedit %description -n libedit-devel libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt. This package holds the development files for libedit. Authors: -------- Jess Thrysoee %prep %setup -n %{pkg_name}-%{pkg_version} %{__cp} %{S:1} . %build %configure --disable-static --with-pic %{__make} %install %makeinstall %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/libedit.so.* %{_mandir}/man5/editrc.5* %doc README.SuSE THANKS ChangeLog COPYING examples/*c %files -n libedit-devel %defattr(-,root,root,-) %{_libdir}/libedit.so %{_libdir}/libedit.la %{_includedir}/histedit.h %{_includedir}/editline/ %{_mandir}/man3/*.3* ##%{_libdir}/pkgconfig/libedit.pc %changelog