From 79694e87029cd59fd83bae8831179121957ee155 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Nov 10 2012 12:31:12 +0000 Subject: * Sat Nov 10 2012 Fabian Affolter - 0.10-1 - Updated to new upstream version 0.10 --- diff --git a/.gitignore b/.gitignore index 059de8e..dd3046c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ altgraph-0.6.7.tar.gz /altgraph-0.9.tar.gz +/altgraph-0.10.tar.gz diff --git a/python-altgraph.spec b/python-altgraph.spec index 6ee5306..c386e1e 100644 --- a/python-altgraph.spec +++ b/python-altgraph.spec @@ -1,12 +1,8 @@ -%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%endif - %global srcname altgraph Name: python-%{srcname} -Version: 0.9 -Release: 3%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: Python graph (network) package Group: Applications/Engineering @@ -21,47 +17,38 @@ BuildRequires: python-setuptools-devel Requires: pydot - %description altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS, and DFS traversals, topological sort, shortest paths, etc. with graphviz output. - %prep %setup -q -n %{srcname}-%{version} #Dot.py is provided by graphviz through pydot rm altgraph/Dot.py - %build python setup.py build - %install -rm -rf %{buildroot} python setup.py install -O1 --skip-build --root=%{buildroot} - -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc PKG-INFO README.txt doc/_build/html/ altgraph_tests/ %{python_sitelib}/%{srcname}/ %{python_sitelib}/%{srcname}*.egg-info - %changelog +* Sat Nov 10 2012 Fabian Affolter - 0.10-1 +- Updated to new upstream version 0.10 + * Sat Jul 21 2012 Fedora Release Engineering - 0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -* Sun Apr 03 2011 Fabian Affolter - 0.9-1 +* Sun Apr 03 2011 Fabian Affolter - 0.9-1 - Added new README file and docs - Updated URL and macros - Updated to new upstream version 0.9 @@ -75,12 +62,12 @@ rm -rf %{buildroot} * Sun Jul 26 2009 Fedora Release Engineering - 0.6.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Tue Apr 28 2009 Fabian Affolter - 0.6.7-3 +* Tue Apr 28 2009 Fabian Affolter - 0.6.7-3 - Changed define to global -* Fri Apr 18 2009 Fabian Affolter - 0.6.7-2 +* Fri Apr 18 2009 Fabian Affolter - 0.6.7-2 - Removed ./ - Reworked doc part -* Sat Apr 11 2009 Fabian Affolter - 0.6.7-1 +* Sat Apr 11 2009 Fabian Affolter - 0.6.7-1 - Initial spec for Fedora diff --git a/sources b/sources index a982575..5c6db19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -367015bf871815b632975a26d1750133 altgraph-0.9.tar.gz +2df65572ec8529a9f2620c920ff61be8 altgraph-0.10.tar.gz