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
|
||||
Version: 3.6.27
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Utilities for the ReiserFS filesystem
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -9,8 +9,14 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kernel.org
|
||||
Source: http://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v%{version}/reiserfsprogs-%{version}.tar.xz
|
||||
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}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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
|
||||
%{summary}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c &&
|
||||
autoreconf -fiv
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -52,11 +62,11 @@ ln -sf mkreiserfs mkfs.reiserfs
|
||||
%defattr(-,root,root)
|
||||
/sbin/*
|
||||
%{_mandir}/man8/*
|
||||
%doc ChangeLog COPYING CREDITS README
|
||||
|
||||
%files -n libreiserfscore
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libreiserfscore.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files -n libreiserfscore-devel
|
||||
%defattr(-,root,root)
|
||||
@ -66,8 +76,12 @@ ln -sf mkreiserfs mkfs.reiserfs
|
||||
%{_libdir}/libreiserfscore.la
|
||||
%{_libdir}/libreiserfscore.so
|
||||
%{_libdir}/pkgconfig/reiserfscore.pc
|
||||
%doc ChangeLog CREDITS README
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user