]> git.pld-linux.org Git - packages/python-networkx.git/commitdiff
those comments are for initial .spec creation
authorElan Ruusamäe <glen@delfi.ee>
Tue, 16 Apr 2013 15:21:21 +0000 (18:21 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 16 Apr 2013 15:21:21 +0000 (18:21 +0300)
python-networkx.spec

index f37c8d161631145a04d4e9d630b9ed6b21997779..9a6206468c8671e56a2039e409beb4e71a68132d 100644 (file)
@@ -13,7 +13,6 @@ Source0:      https://pypi.python.org/packages/source/n/networkx/%{module}-%{version}
 URL:           http://networkx.github.io/index.html
 BuildRequires: python-distribute
 BuildRequires: rpm-pythonprov
-# if py_postclean is used
 BuildRequires: rpmbuild(macros) >= 1.219
 Requires:      python-modules
 BuildArch:     noarch
@@ -23,7 +22,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Python language software package for the creation, manipulation, and
 study of the structure, dynamics, and functions of complex networks.
 
-
 %description -l pl.UTF-8
 Pakiet oprogramowania do tworzenia, manipulacji i badania struktury
 dynamiki i funkcji zlozonych sieci.
@@ -34,7 +32,6 @@ dynamiki i funkcji zlozonych sieci.
 %build
 %{__python} setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install \
This page took 0.158482 seconds and 4 git commands to generate.