forked from pool/python-pyasn1-modules
Accepting request 113924 from home:bmwiedemann:branches:devel:languages:python
fix SLE build by replacing %{ tmppath} with %{_tmppath}
OBS-URL: https://build.opensuse.org/request/show/113924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
743c7927f3
commit
a861792a64
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyasn1-modules
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: python-pyasn1-modules
|
||||
Version: 0.0.2
|
||||
Release: 0
|
||||
@@ -25,7 +24,7 @@ Summary: Collection of protocols modules written in ASN.1 language
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-%{version}.tar.gz
|
||||
BuildRoot: %{ tmppath}/%{name}-%{version}-build
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
Requires: python-pyasn1
|
||||
|
||||
Reference in New Issue
Block a user