[python-manuel] Note bundled jquery.

Jerry James jjames at fedoraproject.org
Sat Feb 21 23:24:48 UTC 2015


commit 92b5448059f4e89517a1e15b302e56c818220c9c
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Sat Feb 21 16:24:41 2015 -0700

    Note bundled jquery.

 python-manuel.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-manuel.spec b/python-manuel.spec
index ea1a08b..7eec510 100644
--- a/python-manuel.spec
+++ b/python-manuel.spec
@@ -12,10 +12,9 @@
 
 Name:           python-%{pkgname}
 Version:        1.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Build tested documentation
 
-Group:          Development/Libraries
 License:        ASL 2.0
 URL:            https://pypi.python.org/pypi/manuel
 Source0:        https://pypi.python.org/packages/source/m/%{pkgname}/%{pkgname}-%{version}.tar.gz
@@ -36,6 +35,7 @@ BuildRequires:  python3-devel
 %endif
 
 Requires:       python-six
+Provides:       bundled(jquery)
 
 %description
 Manuel lets you mix and match traditional doctests with custom test
@@ -46,8 +46,8 @@ You can also create your own plug-ins.
 %if 0%{?with_python3}
 %package -n python3-manuel
 Summary:        Build tested documentation
-Group:          Development/Libraries
 Requires:       python3-six
+Provides:       bundled(jquery)
 
 %description -n python3-manuel
 Manuel lets you mix and match traditional doctests with custom test
@@ -124,6 +124,9 @@ popd
 %endif
 
 %changelog
+* Sat Feb 21 2015 Jerry James <loganjerry at gmail.com> - 1.8.0-2
+- Note bundled jquery
+
 * Wed Jul 23 2014 Jerry James <loganjerry at gmail.com> - 1.8.0-1
 - New upstream release
 - Drop upstreamed patch


More information about the scm-commits mailing list