New upstream version: 9da1268
This commit is contained in:
parent
431856fbd6
commit
d6e58c61a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/dnf-8ac0959.tar.xz
|
/dnf-8ac0959.tar.xz
|
||||||
/dnf-5dea6e7.tar.xz
|
/dnf-5dea6e7.tar.xz
|
||||||
/dnf-b06d183.tar.xz
|
/dnf-b06d183.tar.xz
|
||||||
|
/dnf-9da1268.tar.xz
|
||||||
|
13
dnf.spec
13
dnf.spec
@ -1,9 +1,9 @@
|
|||||||
%global gitrev b06d183
|
%global gitrev 9da1268
|
||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.2.10
|
Version: 0.2.11
|
||||||
Release: 2.git%{gitrev}%{?dist}
|
Release: 1.git%{gitrev}%{?dist}
|
||||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
@ -13,6 +13,7 @@ Source0: http://akozumpl.fedorapeople.org/dnf-%{gitrev}.tar.xz
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: python2
|
BuildRequires: python2
|
||||||
|
BuildRequires: python-sphinx
|
||||||
Requires: python-hawkey >= 0.2.10-1
|
Requires: python-hawkey >= 0.2.10-1
|
||||||
Requires: crontabs
|
Requires: crontabs
|
||||||
|
|
||||||
@ -25,6 +26,7 @@ Package manager forked from Yum, using libsolv as a dependency resolver.
|
|||||||
%build
|
%build
|
||||||
%cmake .
|
%cmake .
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
make doc-man
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -37,8 +39,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%dir %{confdir}
|
%dir %{confdir}
|
||||||
%config(noreplace) %{confdir}/dnf.conf
|
%config(noreplace) %{confdir}/dnf.conf
|
||||||
%{_sysconfdir}/cron.hourly/dnf-makecache.cron
|
%{_sysconfdir}/cron.hourly/dnf-makecache.cron
|
||||||
|
%{_mandir}/man1/dnf.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 13 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.11-1.git9da1268
|
||||||
|
- Make 'dnf help' work. (RhBug: 853923)
|
||||||
|
- Add the man page. (RhBug: 853923)
|
||||||
|
|
||||||
* Thu Aug 30 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.10-1.gitb06d183
|
* Thu Aug 30 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.10-1.gitb06d183
|
||||||
- Latest hawkey compatibilities.
|
- Latest hawkey compatibilities.
|
||||||
- RhBug: 852803
|
- RhBug: 852803
|
||||||
|
Loading…
Reference in New Issue
Block a user