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

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Feb 12 00:25:48 UTC 2005


Author: gemi

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

Modified Files:
	.cvsignore sources 
Added Files:
	yap.spec 
Log Message:
auto-import yap-4.5.5-1 on branch devel from yap-4.5.5-1.src.rpm


--- NEW FILE yap.spec ---
Name:		yap
Version:	4.5.5
Release:	1
Epoch:		0
Summary:	High-performance Prolog Compiler

Group:		Development/Languages
License:	Artistic/LGPL
Source:		http://download.sourceforge.net/yap/Yap-4.5.5.tar.gz
URL: 		http://www.ncc.up.pt/~vsc/Yap
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	readline-devel, gmp-devel
Requires(post):	  /sbin/install-info
Requires(postun): /sbin/install-info

%description
A high-performance Prolog compiler developed at LIACC, Universidade do
Porto. The Prolog engine is based in the WAM (Warren Abstract
Machine), with several optimizations for better performance. YAP
follows the Edinburgh tradition, and is largely compatible with the
ISO-Prolog standard and with Quintus and SICStus Prolog.

%prep
%setup -q -n Yap-%{version}

%build
%configure \
	--enable-coroutining \
	--enable-max-performance \
	--enable-depth-limit
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT%{_infodir}
cp -f docs/yap.info* $RPM_BUILD_ROOT%{_infodir}
cp -f LGPL/pillow/doc/pillow_doc.info $RPM_BUILD_ROOT%{_infodir}

%post
/sbin/install-info %{_infodir}/yap.info --section "Programming Languages" %{_infodir}/dir 2>/dev/null || :
/sbin/install-info %{_infodir}/pillow_doc.info --section "Programming Languages" %{_infodir}/dir 2>/dev/null || :

%postun
if [ $1 = 0 ]; then
  /sbin/install-info --delete %{_infodir}/yap.info %{_infodir}/dir 2>/dev/null || :
  /sbin/install-info --delete %{_infodir}/pillow_doc.info %{_infodir}/dir 2>/dev/null || :
fi


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%doc changes*
%doc docs/*.html
%doc docs/yap.pdf
%{_bindir}/yap
%{_datadir}/Yap
%{_includedir}/Yap
%{_libdir}/libYap.a
%{_libdir}/Yap
%{_infodir}/*

%changelog
* Sat Feb 12 2005 Gerard Milmeister <gemi at bluewin.ch> - 0:4.5.5-1
- New Version 4.5.5

* Mon Nov 29 2004 Gerard Milmeister <gemi at bluewin.ch> - 0:4.5.3-0.fdr.1
- New Version 4.5.3

* Sat Mar 13 2004 Gerard Milmeister <gemi at bluewin.ch> - 0:4.5.2-0.fdr.1
- New Version 4.5.2

* Sat Nov 22 2003 Gerard Milmeister <gemi at bluewin.ch> - 0:4.4.3-0.fdr.1
- First Fedora release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2005 00:22:52 -0000	1.1
+++ .cvsignore	12 Feb 2005 00:25:45 -0000	1.2
@@ -0,0 +1 @@
+Yap-4.5.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2005 00:22:52 -0000	1.1
+++ sources	12 Feb 2005 00:25:46 -0000	1.2
@@ -0,0 +1 @@
+661e289f4bdac0e6cfc7e59d4421c2a8  Yap-4.5.5.tar.gz




More information about the fedora-extras-commits mailing list