automatic rebuild by autodist [release 1.0.7-2mamba;Sat Jul 13 2013]
This commit is contained in:
parent
569c3eae0a
commit
7113ee3b1a
@ -1,2 +1,4 @@
|
|||||||
# reiser4progs
|
# reiser4progs
|
||||||
|
|
||||||
|
The reiser4progs package contains programs for creating (mkreiser4), checking and correcting any inconsistencies (reiser4ck) and resizing (resize_reiser4) of a reiser4 filesystem.
|
||||||
|
|
||||||
|
85
reiser4progs.spec
Normal file
85
reiser4progs.spec
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
Name: reiser4progs
|
||||||
|
Version: 1.0.7
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: Utilities for the Reiser4 filesystem
|
||||||
|
Group: System/Kernel and Hardware
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.kernel.org
|
||||||
|
Source: http://www.kernel.org/pub/linux/utils/fs/reiser4/reiser4progs/reiser4progs-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libaal-devel
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libreadline-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
The reiser4progs package contains programs for creating (mkreiser4), checking and correcting any inconsistencies (reiser4ck) and resizing (resize_reiser4) of a reiser4 filesystem.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Devel package for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
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 need for development.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_sbindir}/debugfs.reiser4
|
||||||
|
%{_sbindir}/fsck.reiser4
|
||||||
|
%{_sbindir}/make_reiser4
|
||||||
|
%{_sbindir}/measurefs.reiser4
|
||||||
|
%{_sbindir}/mkfs.reiser4
|
||||||
|
%{_libdir}/libreiser4-1.0.so.*
|
||||||
|
%{_libdir}/libreiser4-minimal-1.0.so.*
|
||||||
|
%{_libdir}/librepair-1.0.so.*
|
||||||
|
%{_mandir}/man8/debugfs.reiser4.8.gz
|
||||||
|
%{_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
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/reiser4
|
||||||
|
%{_includedir}/reiser4/*.h
|
||||||
|
%{_includedir}/repair/*.h
|
||||||
|
%{_libdir}/libreiser4-minimal.a
|
||||||
|
%{_libdir}/libreiser4-minimal.la
|
||||||
|
%{_libdir}/libreiser4-minimal.so
|
||||||
|
%{_libdir}/libreiser4.a
|
||||||
|
%{_libdir}/libreiser4.la
|
||||||
|
%{_libdir}/libreiser4.so
|
||||||
|
%{_libdir}/librepair.a
|
||||||
|
%{_libdir}/librepair.la
|
||||||
|
%{_libdir}/librepair.so
|
||||||
|
%{_datadir}/aclocal/libreiser4.m4
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.7-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Wed May 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.7-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user