automatic version update by autodist [release 3.17.3-1mamba;Thu Dec 11 2014]
This commit is contained in:
parent
042b32bef4
commit
e727e5c725
@ -1,5 +1,5 @@
|
|||||||
Name: btrfs-progs
|
Name: btrfs-progs
|
||||||
Version: 3.16.2
|
Version: 3.17.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Userspace utilities for btrfs filesystem
|
Summary: Userspace utilities for btrfs filesystem
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -15,7 +15,9 @@ Patch0: %{name}-0.19-glibc-2.12.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
|
BuildRequires: liblzo-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -47,6 +49,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%make \
|
%make \
|
||||||
|
CFLAGS="%{optflags} -fno-strict-aliasing -rdynamic" \
|
||||||
prefix=%{_prefix} \
|
prefix=%{_prefix} \
|
||||||
bindir=/sbin \
|
bindir=/sbin \
|
||||||
mandir=%{_mandir} \
|
mandir=%{_mandir} \
|
||||||
@ -56,6 +59,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
|
CFLAGS="%{optflags} -fno-strict-aliasing -rdynamic" \
|
||||||
prefix=%{_prefix} \
|
prefix=%{_prefix} \
|
||||||
bindir=/sbin \
|
bindir=/sbin \
|
||||||
mandir=%{_mandir} \
|
mandir=%{_mandir} \
|
||||||
@ -112,6 +116,18 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libbtrfs.so
|
%{_libdir}/libbtrfs.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 11 2014 Automatic Build System <autodist@mambasoft.it> 3.17.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Nov 26 2014 Automatic Build System <autodist@mambasoft.it> 3.17.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Nov 07 2014 Automatic Build System <autodist@mambasoft.it> 3.17.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Oct 28 2014 Automatic Build System <autodist@mambasoft.it> 3.17-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Oct 05 2014 Automatic Build System <autodist@mambasoft.it> 3.16.2-1mamba
|
* Sun Oct 05 2014 Automatic Build System <autodist@mambasoft.it> 3.16.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user