New upstream version: b0157d1
This commit is contained in:
parent
58b9d67dc2
commit
2f507d9c03
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/dnf-plugins-core-68a05e0.tar.xz
|
/dnf-plugins-core-68a05e0.tar.xz
|
||||||
/dnf-plugins-core-8718a9e.tar.xz
|
/dnf-plugins-core-8718a9e.tar.xz
|
||||||
/dnf-plugins-core-3bb4574.tar.xz
|
/dnf-plugins-core-3bb4574.tar.xz
|
||||||
|
/dnf-plugins-core-b0157d1.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global gitrev 3bb4574
|
%global gitrev b0157d1
|
||||||
%global dnf_version 0.5.0
|
%global dnf_version 0.5.2
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 0.0.7
|
Version: 0.0.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -18,6 +18,7 @@ BuildRequires: dnf >= %{dnf_version}
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: pykickstart
|
BuildRequires: pykickstart
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
|
BuildRequires: python-sphinx
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
Requires: dnf >= %{dnf_version}
|
Requires: dnf >= %{dnf_version}
|
||||||
Requires: pykickstart
|
Requires: pykickstart
|
||||||
@ -31,6 +32,7 @@ Group: System Environment/Base
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-dnf >= %{dnf_version}
|
BuildRequires: python3-dnf >= %{dnf_version}
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
|
BuildRequires: python3-sphinx
|
||||||
Requires: python3-dnf >= %{dnf_version}
|
Requires: python3-dnf >= %{dnf_version}
|
||||||
|
|
||||||
%description -n python3-dnf-plugins-core
|
%description -n python3-dnf-plugins-core
|
||||||
@ -47,9 +49,11 @@ mv ../py3 ./
|
|||||||
%build
|
%build
|
||||||
%cmake .
|
%cmake .
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
make doc-man
|
||||||
pushd py3
|
pushd py3
|
||||||
%cmake -DPYTHON_DESIRED:str=3 .
|
%cmake -DPYTHON_DESIRED:str=3 .
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
make doc-man
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -67,14 +71,38 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/
|
|||||||
%doc AUTHORS COPYING README.rst
|
%doc AUTHORS COPYING README.rst
|
||||||
%{python_sitelib}/dnf-plugins/*
|
%{python_sitelib}/dnf-plugins/*
|
||||||
%{python_sitelib}/dnfpluginscore/
|
%{python_sitelib}/dnfpluginscore/
|
||||||
|
%{_mandir}/man8/dnf.plugin.*
|
||||||
|
|
||||||
%files -n python3-dnf-plugins-core -f %{name}.lang
|
%files -n python3-dnf-plugins-core -f %{name}.lang
|
||||||
%doc AUTHORS COPYING README.rst
|
%doc AUTHORS COPYING README.rst
|
||||||
%{python3_sitelib}/dnf-plugins/*
|
%{python3_sitelib}/dnf-plugins/*
|
||||||
%{python3_sitelib}/dnfpluginscore/
|
%{python3_sitelib}/dnfpluginscore/
|
||||||
|
%{_mandir}/man8/dnf.plugin.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Wed May 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.8-1
|
||||||
|
- build: add sphinx to build requires. (Ales Kozumplik)
|
||||||
|
- doc: packaging: add license block to each .rst. (Ales Kozumplik)
|
||||||
|
- tests: stray print() in test_download.py. (Ales Kozumplik)
|
||||||
|
- doc: put each synopsis on new line (Miroslav Suchý)
|
||||||
|
- doc: cosmetic: project name in the documentation. (Ales Kozumplik)
|
||||||
|
- doc: cleanups, form, style. (Ales Kozumplik)
|
||||||
|
- doc: add documentation and man pages (Tim Lauridsen)
|
||||||
|
- copr: remove repofile if failed to enable repo (Igor Gnatenko)
|
||||||
|
- copr: honor -y and --assumeno (Miroslav Suchý)
|
||||||
|
- py3: absolute imports and unicode literals everywhere. (Ales Kozumplik)
|
||||||
|
- debuginfo-install: doesn't install latest pkgs (RhBug: 1096507) (Igor Gnatenko)
|
||||||
|
- debuginfo-install: fix description (Igor Gnatenko)
|
||||||
|
- debuginfo-install: fix logger debug messages (Igor Gnatenko)
|
||||||
|
- build: install the download plugin (Tim Lauridsen)
|
||||||
|
- download: update the download plugin with --source, --destdir & --resolve options (Tim Lauridsen)
|
||||||
|
- Add a special ArgumentParser to parsing plugin cmd arguments and options (Tim Lauridsen)
|
||||||
|
- tests: add __init__.py to make tests a module and use abs imports (Tim Lauridsen)
|
||||||
|
- build: simplify plugins/CMakeLists.txt. (Ales Kozumplik)
|
||||||
|
- dnf.cli.commands.err_mini_usage() changed name. (Ales Kozumplik)
|
||||||
|
- kickstart: do not include kickstart errors into own messages. (Radek Holy)
|
||||||
|
|
||||||
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.7-1
|
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.7-1
|
||||||
- build: gettext is also needed as a buildreq (Tim Lauridsen)
|
- build: gettext is also needed as a buildreq (Tim Lauridsen)
|
||||||
- copr: use usage & summary class attributes, to work with dnf 0.5.0 use shared lib dnfpluginscore for translation wrapp
|
- copr: use usage & summary class attributes, to work with dnf 0.5.0 use shared lib dnfpluginscore for translation wrapp
|
||||||
|
Loading…
Reference in New Issue
Block a user