[permlib] Update URLs.

Jerry James jjames at fedoraproject.org
Sat Feb 21 22:36:44 UTC 2015


commit 8fadc5a8e64a3640094c4787bcf24c0fb63e31a7
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Feb 21 15:36:26 2015 -0700

    Update URLs.
    
    Also:
    - Note bundled jquery.
    - Use license macro.

 .gitignore   |  1 +
 permlib.spec | 19 +++++++++++++------
 sources      |  2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5fe003d..4984112 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /permlib-0.2.8.tar.gz
+/v0.2.8.tar.gz
diff --git a/permlib.spec b/permlib.spec
index e488253..83b1e88 100644
--- a/permlib.spec
+++ b/permlib.spec
@@ -1,11 +1,11 @@
 Name:           permlib
 Version:        0.2.8
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Library for permutation computations
 
 License:        BSD
-URL:            http://www.math.uni-rostock.de/~rehn/software/%{name}.html
-Source0:        http://www.math.uni-rostock.de/~rehn/software/%{name}-%{version}.tar.gz
+URL:            https://github.com/tremlin/PermLib
+Source0:        https://github.com/tremlin/PermLib/archive/v%{version}.tar.gz
 # Doxygen config file written by Jerry James <loganjerry at gmail.com>
 Source1:        %{name}-Doxyfile
 Patch0:		%{name}-0.2.8-boost_mt.patch
@@ -28,7 +28,8 @@ smallest set in an orbit of sets.
 
 %package devel
 Summary:        Header files for developing programs that use PermLib
-Requires:       boost-devel
+Requires:       boost-devel%{?_isa}
+Provides:       bundled(jquery)
 
 %description devel
 PermLib is a callable C++ library for permutation computations.
@@ -41,7 +42,7 @@ This package contains header files for developing programs that use
 PermLib.
 
 %prep
-%setup -q
+%setup -q -n PermLib-%{version}
 %patch0 -p1
 sed "s/@VERSION@/%{version}/" %{SOURCE1} > Doxyfile
 
@@ -67,10 +68,16 @@ cp -a include/%{name} $RPM_BUILD_ROOT%{_includedir}
 ctest
 
 %files devel
-%doc AUTHORS CHANGELOG LICENSE doc/html
+%doc AUTHORS CHANGELOG doc/html
+%license LICENSE
 %{_includedir}/permlib
 
 %changelog
+* Sat Feb 21 2015 Jerry James <loganjerry at gmail.com> - 0.2.8-10
+- Update URLs
+- Note bundled jquery
+- Use license macro
+
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 0.2.8-9
 - Rebuild for boost 1.57.0
 
diff --git a/sources b/sources
index d9777e2..24e312b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec29143aa6fec86954c2747324d6b6e7  permlib-0.2.8.tar.gz
+c1b67e2de42ded5914dc2621ce0390c3  v0.2.8.tar.gz


More information about the scm-commits mailing list