automatic version update by autodist [release 5.9-1mamba;Tue Nov 10 2020]
This commit is contained in:
parent
988036b4c2
commit
a043daaa83
@ -1,5 +1,5 @@
|
||||
Name: btrfs-progs
|
||||
Version: 5.7
|
||||
Version: 5.9
|
||||
Release: 1mamba
|
||||
Summary: Userspace utilities for btrfs filesystem
|
||||
Group: System/Kernel and Hardware
|
||||
@ -7,10 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://btrfs.wiki.kernel.org/index.php/Main_Page
|
||||
# git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git
|
||||
# tar cJf ../SOURCES/btrfs-progs-0.19.git20120702.tar.xz btrfs-progs/
|
||||
Source: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/v%{version}/btrfs-progs-%{version}.tar.bz2
|
||||
#Source: http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/btrfs-progs-%{version}.tar.xz
|
||||
Patch0: %{name}-0.19-glibc-2.12.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -23,6 +20,7 @@ BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: xmlto
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -44,12 +42,14 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure \
|
||||
CFLAGS="%{optflags} -fno-strict-aliasing -rdynamic" \
|
||||
--bindir=/sbin
|
||||
@ -98,12 +98,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_mandir}/man8/btrfstune.8*
|
||||
%{_mandir}/man8/fsck.btrfs.8*
|
||||
%{_mandir}/man8/mkfs.btrfs.8*
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libbtrfs.so.*
|
||||
%{_libdir}/libbtrfsutil.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -114,8 +114,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libbtrfs.so
|
||||
%{_libdir}/libbtrfsutil.a
|
||||
%{_libdir}/libbtrfsutil.so
|
||||
%{_libdir}/pkgconfig/libbtrfsutil.pc
|
||||
|
||||
%changelog
|
||||
* Tue Nov 10 2020 Automatic Build System <autodist@mambasoft.it> 5.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 06 2020 Automatic Build System <autodist@mambasoft.it> 5.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user