rpms/coq/devel coq.spec,1.4,1.5 import.log,1.4,1.5

Alan Dunn amdunn at fedoraproject.org
Wed Oct 22 19:23:41 UTC 2008


Author: amdunn

Update of /cvs/pkgs/rpms/coq/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1123/devel

Modified Files:
	coq.spec import.log 
Log Message:
Added Coq .v files into the main package at user request.



Index: coq.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coq/devel/coq.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coq.spec	10 Sep 2008 17:13:04 -0000	1.4
+++ coq.spec	22 Oct 2008 19:23:11 -0000	1.5
@@ -25,7 +25,7 @@
 
 Name:		coq
 Version:	8.1pl3
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Coq proof management system
 
 Group:		Applications/Engineering
@@ -240,6 +240,12 @@
 --dir=%{buildroot}%{_datadir}/applications		\
 coqide.desktop
 
+# Install main Coq .v files
+
+for d in `find contrib theories -mindepth 1 -maxdepth 1 -type d`; do
+ls $d/*.v 1>/dev/null 2>&1 && mkdir -p %{buildroot}%{coqdatadir}/$d && cp -pr $d/*.v %{buildroot}%{coqdatadir}/$d 2>/dev/null || true
+done
+
 # Install tutorial code
 
 %define tutorialcodedir %{coqdatadir}/tutorial
@@ -274,7 +280,7 @@
 %defattr(-,root,root,-)
 %doc CHANGES COMPATIBILITY COPYRIGHT CREDITS INSTALL KNOWN-BUGS LICENSE README
 %doc %{_mandir}/man1/*
-%{_datadir}/coq
+%{coqdatadir}
 %{_bindir}/coq*
 %{_bindir}/gallina
 # %%{_bindir}/coq-parser
@@ -283,9 +289,9 @@
 # %%endif
 # Exclude ide files to put in a separate package
 %exclude %{_bindir}/coqide*
-%exclude %{_datadir}/coq/ide
+%exclude %{coqdatadir}/ide
 %if %{opt}
-%exclude %{_datadir}/coq/*.cmxa
+%exclude %{coqdatadir}/*.cmxa
 %endif
 %{tex_dir}/coq*
 # We DO want to replace any such file with this name - it will only be
@@ -325,6 +331,8 @@
 %doc README.coq-emacs
 
 %changelog
+* Wed Oct 22 2008 Alan Dunn <amdunn at gmail.com> 8.1pl3-5
+- Added Coq .v files into the main package at user request.
 * Tue Sep 09 2008 Alan Dunn <amdunn at gmail.com> 8.1pl3-4
 - Added creation of prelink blacklist for any bytecode files.
 - Fixed execstack status for binaries.


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/coq/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	10 Sep 2008 17:13:04 -0000	1.4
+++ import.log	22 Oct 2008 19:23:11 -0000	1.5
@@ -2,3 +2,4 @@
 coq-8_1pl3-2_fc10:HEAD:coq-8.1pl3-2.fc10.src.rpm:1216546261
 coq-8_1pl3-3_fc9:HEAD:coq-8.1pl3-3.fc9.src.rpm:1217962473
 coq-8_1pl3-4_fc9:HEAD:coq-8.1pl3-4.fc9.src.rpm:1221066400
+coq-8_1pl3-5_fc9:HEAD:coq-8.1pl3-5.fc9.src.rpm:1224703139




More information about the fedora-extras-commits mailing list