]> git.pld-linux.org Git - packages/btrfs-progs.git/blobdiff - btrfs-progs.spec
- BR: python3-setuptools
[packages/btrfs-progs.git] / btrfs-progs.spec
index 03405a9aef4248c461a83a865f3c136503c5c741..18024ae996888aba4629f60dd0fccd5e4edc732c 100644 (file)
@@ -9,19 +9,18 @@
 Summary:       Utilities belonging to the btrfs filesystem
 Summary(pl.UTF-8):     Narzędzia należące do systemu plików btrfs
 Name:          btrfs-progs
-Version:       4.17
-Release:       1
+Version:       5.3.1
+Release:       2
 License:       GPL v2
 Group:         Applications/System
 Source0:       https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/%{name}-v%{version}.tar.xz
-# Source0-md5: cbe47358a971d80529356a3b9aafa097
-Patch0:                %{name}-man.patch
-Patch1:                %{name}-sh.patch
-Patch2:                %{name}-python-async.patch
+# Source0-md5: 2c4197639f144b8b15df7d17e5399595
+Patch0:                %{name}-sh.patch
 URL:           http://btrfs.wiki.kernel.org/
 BuildRequires: acl-devel
 BuildRequires: asciidoc
 BuildRequires: autoconf >= 2.60
+BuildRequires: automake
 BuildRequires: e2fsprogs-devel >= 1.42.0
 BuildRequires: libblkid-devel
 BuildRequires: libcom_err-devel
@@ -29,6 +28,7 @@ BuildRequires:        libuuid-devel
 BuildRequires: lzo-devel >= 2
 BuildRequires: pkgconfig >= 0.9.0
 %{?with_python:BuildRequires:  python3-devel >= 1:3.4}
+%{?with_python:BuildRequires:  python3-setuptools}
 BuildRequires: reiserfsprogs-devel >= 3.6.27
 BuildRequires: tar >= 1:1.22
 BuildRequires: udev-devel >= 1:190
@@ -151,12 +151,11 @@ Biblioteka Pythona do zarządzania systemami plików Btrfs.
 %prep
 %setup -q -n %{name}-v%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %configure \
        %{!?with_python:--disable-python}
 %{__make} \
@@ -245,5 +244,5 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python}
 %files -n python3-btrfsutil
 %attr(755,root,root) %{py3_sitedir}/btrfsutil.cpython-*.so
-%{py3_sitedir}/btrfsutil-1.0.0-py*.egg-info
+%{py3_sitedir}/btrfsutil-1.1.1-py*.egg-info
 %endif
This page took 0.060327 seconds and 4 git commands to generate.