automatic version update by autodist [release 3.6.25-1mamba;Sat Jun 18 2016]
This commit is contained in:
parent
13c09adbc4
commit
f03eec9f50
@ -1,5 +1,5 @@
|
||||
Name: reiserfsprogs
|
||||
Version: 3.6.24
|
||||
Version: 3.6.25
|
||||
Release: 1mamba
|
||||
Summary: Utilities for the ReiserFS filesystem
|
||||
Group: System/Kernel and Hardware
|
||||
@ -10,10 +10,26 @@ 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
|
||||
Requires: libreiserfscore = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
The reiserfsprogs package contains programs for creating (mkreiserfs), checking and correcting any inconsistencies (reiserfsck) and resizing (resize_reiserfs) of a reiserfs filesystem.
|
||||
|
||||
%package -n libreiserfscore
|
||||
Group: System/Libraries
|
||||
Summary: Runtime libraries for %{name}
|
||||
|
||||
%description -n libreiserfscore
|
||||
%{summary}.
|
||||
|
||||
%package -n libreiserfscore-devel
|
||||
Group: Development/Libraries
|
||||
Summary: %{name} development files
|
||||
Requires: libreiserfscore = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n libreiserfscore-devel
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -38,7 +54,23 @@ ln -sf mkreiserfs mkfs.reiserfs
|
||||
%{_mandir}/man8/*
|
||||
%doc ChangeLog COPYING CREDITS README
|
||||
|
||||
%files -n libreiserfscore
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libreiserfscore.so.*
|
||||
|
||||
%files -n libreiserfscore-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/reiserfs
|
||||
%{_includedir}/reiserfs/*.h
|
||||
%{_libdir}/libreiserfscore.a
|
||||
%{_libdir}/libreiserfscore.la
|
||||
%{_libdir}/libreiserfscore.so
|
||||
%{_libdir}/pkgconfig/reiserfscore.pc
|
||||
|
||||
%changelog
|
||||
* Sat Jun 18 2016 Automatic Build System <autodist@mambasoft.it> 3.6.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 27 2013 Automatic Build System <autodist@mambasoft.it> 3.6.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user