rpms/yap/devel sources,1.2,1.3 yap.spec,1.5,1.6

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed Sep 7 18:22:53 UTC 2005


Author: gemi

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

Modified Files:
	sources yap.spec 
Log Message:
new version 5.0.0


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yap/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Feb 2005 00:25:46 -0000	1.2
+++ sources	7 Sep 2005 18:22:51 -0000	1.3
@@ -1 +1 @@
-661e289f4bdac0e6cfc7e59d4421c2a8  Yap-4.5.5.tar.gz
+6afe0d720aa91a1191d4fbb8201062ed  Yap-5.0.0.tar.gz


Index: yap.spec
===================================================================
RCS file: /cvs/extras/rpms/yap/devel/yap.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yap.spec	18 Jun 2005 12:23:21 -0000	1.5
+++ yap.spec	7 Sep 2005 18:22:51 -0000	1.6
@@ -1,16 +1,16 @@
 Name:		yap
-Version:	4.5.5
-Release:	3%{?dist}
+Version:	5.0.0
+Release:	1%{?dist}
 
 Summary:	High-performance Prolog Compiler
 
 Group:		Development/Languages
 License:	Artistic/LGPL
-Source:		http://download.sourceforge.net/yap/Yap-4.5.5.tar.gz
-Patch0:		Yap-fix.patch
+Source:		http://www.ncc.up.pt/~vsc/Yap/Yap-5.0/Yap-5.0.0.tar.gz
+Patch1:		Yap-noni386.patch
 URL: 		http://www.ncc.up.pt/~vsc/Yap
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	readline-devel, gmp-devel
+BuildRequires:	readline-devel, gmp-devel, texinfo
 Requires(post):	  /sbin/install-info
 Requires(postun): /sbin/install-info
 
@@ -23,7 +23,7 @@
 
 %prep
 %setup -q -n Yap-%{version}
-%patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
@@ -31,6 +31,7 @@
 	--enable-max-performance \
 	--enable-depth-limit
 make %{?_smp_mflags}
+(cd docs; make info)
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -59,14 +60,27 @@
 %doc changes*
 %doc docs/*.html
 %doc docs/yap.pdf
+%doc LGPL/pillow/doc/pillow_doc_html/*
+%doc LGPL/pillow/doc/article.ps.gz
+%doc --parent Logtalk/manuals
+%doc --parent Logtalk/examples
 %{_bindir}/yap
 %{_datadir}/Yap
 %{_includedir}/Yap
-%{_libdir}/libYap.a
-%{_libdir}/Yap
+%{_prefix}/lib/libYap.a
+%{_prefix}/lib/Yap
 %{_infodir}/*
 
 %changelog
+* Wed Sep  7 2005 Gerard Milmeister <gemi at bluewin.ch> - 5.0.0-1
+- New Version 5.0.0
+
+* Sat Jun 18 2005 Gerard Milmeister <gemi at bluewin.ch> - 4.5.5-5
+- Use %{_prefix}/lib for x86_64
+
+* Sat Jun 18 2005 Gerard Milmeister <gemi at bluewin.ch> - 4.5.5-4
+- Fix for non-i386 compilers
+
 * Sat Jun 18 2005 Gerard Milmeister <gemi at bluewin.ch> - 4.5.5-3
 - Compiler fix for FC4
 




More information about the fedora-extras-commits mailing list