rebuilt with debug package and build fix [release 3.6.27-2mamba;Thu Dec 10 2020]
This commit is contained in:
parent
5fcfe0683f
commit
4d72f118a4
@ -1,6 +1,6 @@
|
|||||||
Name: reiserfsprogs
|
Name: reiserfsprogs
|
||||||
Version: 3.6.27
|
Version: 3.6.27
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Utilities for the ReiserFS filesystem
|
Summary: Utilities for the ReiserFS filesystem
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,8 +9,14 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://www.kernel.org
|
URL: http://www.kernel.org
|
||||||
Source: http://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v%{version}/reiserfsprogs-%{version}.tar.xz
|
Source: http://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v%{version}/reiserfsprogs-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: libreiserfscore = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libreiserfscore = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The reiserfsprogs package contains programs for creating (mkreiserfs), checking and correcting any inconsistencies (reiserfsck) and resizing (resize_reiserfs) of a reiserfs filesystem.
|
The reiserfsprogs package contains programs for creating (mkreiserfs), checking and correcting any inconsistencies (reiserfsck) and resizing (resize_reiserfs) of a reiserfs filesystem.
|
||||||
@ -30,8 +36,12 @@ Requires: libreiserfscore = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n libreiserfscore-devel
|
%description -n libreiserfscore-devel
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c &&
|
||||||
|
autoreconf -fiv
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -52,11 +62,11 @@ ln -sf mkreiserfs mkfs.reiserfs
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/sbin/*
|
/sbin/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%doc ChangeLog COPYING CREDITS README
|
|
||||||
|
|
||||||
%files -n libreiserfscore
|
%files -n libreiserfscore
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libreiserfscore.so.*
|
%{_libdir}/libreiserfscore.so.*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%files -n libreiserfscore-devel
|
%files -n libreiserfscore-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -66,8 +76,12 @@ ln -sf mkreiserfs mkfs.reiserfs
|
|||||||
%{_libdir}/libreiserfscore.la
|
%{_libdir}/libreiserfscore.la
|
||||||
%{_libdir}/libreiserfscore.so
|
%{_libdir}/libreiserfscore.so
|
||||||
%{_libdir}/pkgconfig/reiserfscore.pc
|
%{_libdir}/pkgconfig/reiserfscore.pc
|
||||||
|
%doc ChangeLog CREDITS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.27-2mamba
|
||||||
|
- rebuilt with debug package and build fix
|
||||||
|
|
||||||
* Wed Dec 27 2017 Automatic Build System <autodist@mambasoft.it> 3.6.27-1mamba
|
* Wed Dec 27 2017 Automatic Build System <autodist@mambasoft.it> 3.6.27-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user