[yap] Reorder metadata in spec file

Petr Pisar ppisar at fedoraproject.org
Tue Jan 4 10:44:59 UTC 2011


commit 60b065399a8c776bd551360ede40427803a79498
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Dec 20 18:05:54 2010 +0100

    Reorder metadata in spec file

 yap.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/yap.spec b/yap.spec
index cd5bdf1..d473a18 100644
--- a/yap.spec
+++ b/yap.spec
@@ -1,11 +1,10 @@
 Name:       yap
 Version:    5.1.3
-Release:    3%{?dist}
-
+Release:    4%{?dist}
 Summary:    High-performance Prolog Compiler
-
 Group:      Development/Languages
 License:    Artistic 2.0 or LGPLv2+
+URL:        http://www.ncc.up.pt/~vsc/Yap
 Source:     http://www.ncc.up.pt/~vsc/Yap/current/Yap-%{version}.tar.gz
 Source1:    guard_entailment.pl
 Source2:    chr_translate_bootstrap1.pl
@@ -15,7 +14,6 @@ Patch1:     Yap-noni386.patch
 Patch2:     Yap-creat.patch
 # config.sub in the tarball is too old for ppc64
 Patch3:     Yap-5.1.1-config.sub.patch
-URL:        http://www.ncc.up.pt/~vsc/Yap
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  readline-devel, gmp-devel, texinfo
 Requires(post):   /sbin/install-info, /sbin/ldconfig
@@ -171,6 +169,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Dec 20 2010 Petr Pisar <ppisar at redhat.com> - 5.1.3-4
+- Reorder metadata in spec file
+
 * Wed Dec 08 2010 Petr Pisar <ppisar at redhat.com> - 5.1.3-3
 - Hack SWI-compatible libraries build system to be compilable (bug #660965)
 - Correct spec file syntax (white spaces, percentages)


More information about the scm-commits mailing list