[mona] * Mon Nov 29 2010 Jerry James <loganjerry at gmail.com> - 1.4r13-4 - Move COPYING and other docs to -li

Jerry James jjames at fedoraproject.org
Mon Nov 29 18:06:45 UTC 2010


commit ad6368226be9ad7704c8fd9a60ae809dc43d3b93
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Nov 29 11:06:34 2010 -0700

    * Mon Nov 29 2010 Jerry James <loganjerry at gmail.com> - 1.4r13-4
    - Move COPYING and other docs to -libs, which is required by the main package.
    - Remove unnecessary libtool BR.
    - Remove BuildRoot tag.

 mona.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/mona.spec b/mona.spec
index 8f85c88..c9eda3f 100644
--- a/mona.spec
+++ b/mona.spec
@@ -3,7 +3,7 @@
 
 Name:           mona
 Version:        %{upver}r%{uprel}
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A decision procedure for the WS1S and WS2S logics
 
 Group:          Applications/Engineering
@@ -11,9 +11,8 @@ License:        GPLv2+
 URL:            http://www.brics.dk/mona/
 Source0:        http://www.brics.dk/~amoeller/mona/download/mona-%{upver}-%{uprel}.tar.gz
 Source1:        http://www.brics.dk/mona/mona14.pdf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libtool, emacs, emacs-el, xemacs, xemacs-devel
+BuildRequires:  emacs, emacs-el, xemacs, xemacs-devel
 
 %description
 MONA is a tool that translates formulas in the logics WS1S or WS2S into
@@ -123,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README mona14.pdf
+%doc mona14.pdf
 %{_bindir}/mona
 %{_bindir}/dfa2dot
 %{_bindir}/gta2dot
@@ -144,6 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/*.so.*
 
 %files emacs
@@ -165,6 +165,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_xemacs_sitelispdir}/mona-mode.el
 
 %changelog
+* Mon Nov 29 2010 Jerry James <loganjerry at gmail.com> - 1.4r13-4
+- Move COPYING and other docs to -libs, which is required by the main package.
+- Remove unnecessary libtool BR.
+- Remove BuildRoot tag.
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4r13-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list