summaryrefslogtreecommitdiff
path: root/python-fastimport.spec
diff options
context:
space:
mode:
authorŁukasz Kieś2012-12-06 17:36:45 (GMT)
committerŁukasz Kieś2012-12-06 17:36:45 (GMT)
commit1e385f75427b8eb5a336bdc5906a21944cc80922 (patch)
tree1776f0873653a513d770bb0cfdfb2b422802f0b3 /python-fastimport.spec
parent9195dd4435e045f23451aecf55cc58b02a52d1c8 (diff)
downloadpython-fastimport-1e385f75427b8eb5a336bdc5906a21944cc80922.zip
python-fastimport-1e385f75427b8eb5a336bdc5906a21944cc80922.tar.gz
Diffstat (limited to 'python-fastimport.spec')
-rw-r--r--python-fastimport.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-fastimport.spec b/python-fastimport.spec
index 6ec3a12..c0d08b1 100644
--- a/python-fastimport.spec
+++ b/python-fastimport.spec
@@ -7,13 +7,13 @@
%define module_name fastimport
Summary: Python parser for fastimport (VCS interchange format)
Name: python-%{module_name}
-Version: 0.9.1
+Version: 0.9.2
Release: 1
License: GPL v2+
Group: Development/Languages
URL: https://launchpad.net/python-fastimport
Source0: http://launchpad.net/python-fastimport/trunk/%{version}/+download/%{module_name}-%{version}.tar.gz
-# Source0-md5: 0c53dcce7ac4df8f1d4df436081b01bd
+# Source0-md5: 68972ad820785ec3247ec7bad0bfa6ea
BuildRequires: rpmbuild(macros) >= 1.219
BuildRequires: python-distribute
BuildRequires: python-nose
@@ -26,7 +26,7 @@ This is the Python parser that was originally developed for
bzr-fastimport, but extracted so it can be used by other projects.
%prep
-%setup -q -n %{module_name}-%{version}
+%setup -q
%build
%{__python} setup.py build