Update tracer to 0.6.11-1
Resolves: # - retab the specfile (frostyx@email.cz)
This commit is contained in:
parent
c605fbc2c2
commit
5b65bcba22
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/tracer-0.6.8.tar.gz
|
||||
/tracer-0.6.9.tar.gz
|
||||
/tracer-0.6.10.tar.gz
|
||||
/tracer-0.6.11.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
e10933d06a629858663ad667ffd67d51 tracer-0.6.10.tar.gz
|
||||
c0e1b2293e1539b92835118a04608a96 tracer-0.6.11.tar.gz
|
||||
|
||||
74
tracer.spec
74
tracer.spec
@ -1,48 +1,49 @@
|
||||
Name: tracer
|
||||
Version: 0.6.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Finds outdated running applications in your system
|
||||
Name: tracer
|
||||
Version: 0.6.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Finds outdated running applications in your system
|
||||
|
||||
BuildArch: noarch
|
||||
Group: Applications/System
|
||||
License: GPLv2
|
||||
URL: http://tracer-package.com/
|
||||
BuildArch: noarch
|
||||
Group: Applications/System
|
||||
License: GPLv2
|
||||
URL: http://tracer-package.com/
|
||||
# Sources can be obtained by
|
||||
# git clone git@github.com:FrostyX/tracer.git
|
||||
# cd tracer
|
||||
# tito build --tgz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: gettext
|
||||
|
||||
%package -n python2-%{name}
|
||||
Summary: %{summary}
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: python-beautifulsoup4
|
||||
BuildRequires: python-psutil
|
||||
BuildRequires: python-pygments
|
||||
BuildRequires: python-lxml
|
||||
Requires: rpm-python
|
||||
Requires: python
|
||||
Requires: python-beautifulsoup4
|
||||
Requires: python-psutil
|
||||
Summary: %{summary}
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
Obsoletes: %{name} <= %{version}-%{release}
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: python-beautifulsoup4
|
||||
BuildRequires: python-psutil
|
||||
BuildRequires: python-pygments
|
||||
BuildRequires: python-lxml
|
||||
Requires: rpm-python
|
||||
Requires: python
|
||||
Requires: python-beautifulsoup4
|
||||
Requires: python-psutil
|
||||
%{?python_provide:%python_provide python2-%{name}}
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: %{summary}
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-beautifulsoup4
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-pygments
|
||||
BuildRequires: python3-lxml
|
||||
Requires: rpm-python3
|
||||
Requires: python3
|
||||
Requires: python3-beautifulsoup4
|
||||
Requires: python3-psutil
|
||||
Summary: %{summary}
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-beautifulsoup4
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-pygments
|
||||
BuildRequires: python3-lxml
|
||||
Requires: rpm-python3
|
||||
Requires: python3
|
||||
Requires: python3-beautifulsoup4
|
||||
Requires: python3-psutil
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
|
||||
|
||||
@ -125,6 +126,11 @@ make DESTDIR=%{buildroot}/usr/share/ mo
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 06 2016 Jakub Kadlčík <frostyx@email.cz> 0.6.11-1
|
||||
- Release even for F25 (frostyx@email.cz)
|
||||
- Obsolete old tracer version (frostyx@email.cz)
|
||||
- :retab the specfile (frostyx@email.cz)
|
||||
|
||||
* Mon Aug 01 2016 Jakub Kadlčík <frostyx@email.cz> 0.6.10-1
|
||||
- Split RPM package into separate python2 and python3 subpackages
|
||||
(frostyx@email.cz)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user