update to 1.2.1 [release 1.2.1-1mamba;Sun Jan 17 2021]
This commit is contained in:
parent
7113ee3b1a
commit
5b0a710cb2
@ -1,35 +1,50 @@
|
|||||||
Name: reiser4progs
|
Name: reiser4progs
|
||||||
Version: 1.0.7
|
Version: 1.2.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Utilities for the Reiser4 filesystem
|
Summary: Utilities for the Reiser4 filesystem
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kernel.org
|
URL: http://sourceforge.net/projects/reiser4
|
||||||
Source: http://www.kernel.org/pub/linux/utils/fs/reiser4/reiser4progs/reiser4progs-%{version}.tar.bz2
|
Source: http://sourceforge.net/projects/reiser4/files/reiser4-utils/reiser4progs/reiser4progs-%{version}.tar.gz
|
||||||
|
#Source: http://www.kernel.org/pub/linux/utils/fs/reiser4/reiser4progs/reiser4progs-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libaal-devel
|
BuildRequires: libaal-devel
|
||||||
BuildRequires: libe2fs-devel
|
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: libreiser4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The reiser4progs package contains programs for creating (mkreiser4), checking and correcting any inconsistencies (reiser4ck) and resizing (resize_reiser4) of a reiser4 filesystem.
|
The reiser4progs package contains programs for creating (mkreiser4), checking and correcting any inconsistencies (reiser4ck) and resizing (resize_reiser4) of a reiser4 filesystem.
|
||||||
|
|
||||||
%package devel
|
%package -n libreiser4
|
||||||
|
Summary: Shared libraries provided with %{name}
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n libreiser4
|
||||||
|
The reiser4progs package contains programs for creating (mkreiser4), checking and correcting any inconsistencies (reiser4ck) and resizing (resize_reiser4) of a reiser4 filesystem.
|
||||||
|
This package contains the shared libraries provided with %{name}.
|
||||||
|
|
||||||
|
%package -n libreiser4-devel
|
||||||
Summary: Devel package for %{name}
|
Summary: Devel package for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: libreiser4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Provides: reiser4progs-devel
|
||||||
|
Obsoletes: reiser4progs-devel < 1.2.1
|
||||||
|
|
||||||
%description devel
|
%description -n libreiser4-devel
|
||||||
The reiser4progs package contains programs for creating (mkreiser4), checking and correcting any inconsistencies (reiser4ck) and resizing (resize_reiser4) of a reiser4 filesystem.
|
The reiser4progs package contains programs for creating (mkreiser4), checking and correcting any inconsistencies (reiser4ck) and resizing (resize_reiser4) of a reiser4 filesystem.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -52,16 +67,19 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_sbindir}/make_reiser4
|
%{_sbindir}/make_reiser4
|
||||||
%{_sbindir}/measurefs.reiser4
|
%{_sbindir}/measurefs.reiser4
|
||||||
%{_sbindir}/mkfs.reiser4
|
%{_sbindir}/mkfs.reiser4
|
||||||
%{_libdir}/libreiser4-1.0.so.*
|
%{_mandir}/man8/debugfs.reiser4.8*
|
||||||
%{_libdir}/libreiser4-minimal-1.0.so.*
|
%{_mandir}/man8/fsck.reiser4.8*
|
||||||
%{_libdir}/librepair-1.0.so.*
|
%{_mandir}/man8/measurefs.reiser4.8*
|
||||||
%{_mandir}/man8/debugfs.reiser4.8.gz
|
%{_mandir}/man8/mkfs.reiser4.8*
|
||||||
%{_mandir}/man8/fsck.reiser4.8.gz
|
|
||||||
%{_mandir}/man8/measurefs.reiser4.8.gz
|
|
||||||
%{_mandir}/man8/mkfs.reiser4.8.gz
|
|
||||||
%doc AUTHORS BUGS COPYING CREDITS ChangeLog README THANKS TODO
|
|
||||||
|
|
||||||
%files devel
|
%files -n libreiser4
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libreiser4-1.2.so.*
|
||||||
|
%{_libdir}/libreiser4-minimal-1.2.so.*
|
||||||
|
%{_libdir}/librepair-1.2.so.*
|
||||||
|
%doc AUTHORS COPYING CREDITS
|
||||||
|
|
||||||
|
%files -n libreiser4-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/reiser4
|
%dir %{_includedir}/reiser4
|
||||||
%{_includedir}/reiser4/*.h
|
%{_includedir}/reiser4/*.h
|
||||||
@ -76,8 +94,12 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/librepair.la
|
%{_libdir}/librepair.la
|
||||||
%{_libdir}/librepair.so
|
%{_libdir}/librepair.so
|
||||||
%{_datadir}/aclocal/libreiser4.m4
|
%{_datadir}/aclocal/libreiser4.m4
|
||||||
|
%doc BUGS ChangeLog README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
||||||
|
- update to 1.2.1
|
||||||
|
|
||||||
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.7-2mamba
|
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.7-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user