- Remove PKGBUILD until service-download_files is fixed to work fine
with them - Version bump to 0.6.4: * Various small fixes and macro expansion. OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=40
This commit is contained in:
parent
9695e9dee7
commit
e6c09913af
31
PKGBUILD
31
PKGBUILD
@ -1,31 +0,0 @@
|
|||||||
pkgname=spec-cleaner
|
|
||||||
pkgver=0.6.3
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc=".spec file cleaner"
|
|
||||||
arch=(any)
|
|
||||||
license=(BSD-3-Clause)
|
|
||||||
url=https://github.com/openSUSE/$pkgname
|
|
||||||
source=($url/$pkgname-$pkgver.tar.gz)
|
|
||||||
sha256sums=('b3c233f1832281acf6379f36a833ceaca91b28dbcc8bab99a5ba31a69c430827')
|
|
||||||
depends=(python-setuptools)
|
|
||||||
makedepends=(python python-setuptools)
|
|
||||||
# FIXME: python-mock is in the community repo which is not
|
|
||||||
# FIXME: imported into the OBS, leading to 'unresolvable'
|
|
||||||
#checkdepends=(python-mock python-nose)
|
|
||||||
|
|
||||||
build() {
|
|
||||||
_make build
|
|
||||||
}
|
|
||||||
|
|
||||||
#check() {
|
|
||||||
# _make test
|
|
||||||
#}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
_make install --root="$pkgdir"
|
|
||||||
}
|
|
||||||
|
|
||||||
_make() {
|
|
||||||
cd "$srcdir/$pkgname-$pkgname-$pkgver"
|
|
||||||
python setup.py "$@"
|
|
||||||
}
|
|
BIN
spec-cleaner-0.6.3.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-0.6.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
spec-cleaner-0.6.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-0.6.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 15 10:10:29 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Remove PKGBUILD until service-download_files is fixed to work fine
|
||||||
|
with them
|
||||||
|
- Version bump to 0.6.4:
|
||||||
|
* Various small fixes and macro expansion.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 12 09:33:22 UTC 2014 - tchvatal@suse.com
|
Sun Oct 12 09:33:22 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# This is used for Fedora, we need to sync this
|
# This is used for Fedora, we need to sync this
|
||||||
%{!?py3_ver: %define py3_ver %{python3_version}}
|
%{!?py3_ver: %define py3_ver %{python3_version}}
|
||||||
Name: spec-cleaner
|
Name: spec-cleaner
|
||||||
Version: 0.6.3
|
Version: 0.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: .spec file cleaner
|
Summary: .spec file cleaner
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user