forked from pool/spec-cleaner
Accepting request 255547 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/255547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=15
This commit is contained in:
commit
8651945ec6
BIN
spec-cleaner-0.6.2.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-0.6.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
spec-cleaner-0.6.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-0.6.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 09:33:22 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Version bump to 0.6.3:
|
||||
* Fix diff mode
|
||||
* Various %if macro whitespacing issues squashing
|
||||
* Base pkgconf conversions from 13.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 09:27:16 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Make us build again for Fedora
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 13:21:47 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -17,14 +17,17 @@
|
||||
#
|
||||
|
||||
|
||||
# This is used for Fedora, we need to sync this
|
||||
%{!?py3_ver: %define py3_ver %{python3_version}}
|
||||
Name: spec-cleaner
|
||||
Version: 0.6.2
|
||||
Version: 0.6.3
|
||||
Release: 0
|
||||
Summary: .spec file cleaner
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Tools/Other
|
||||
Url: http://github.com/openSUSE/spec-cleaner
|
||||
Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-setuptools
|
||||
@ -41,6 +44,11 @@ will never be perfect.
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
# set libexec properly so it works on Fedora too
|
||||
sed -i \
|
||||
-e 's:/usr/lib/obs/:%{_libexecdir}/obs/:g' \
|
||||
setup.py
|
||||
|
||||
%build
|
||||
python3 setup.py build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user