automatic version update by autodist [release 2021.8.22-1mamba;Mon Sep 13 2021]
This commit is contained in:
parent
1f8f822155
commit
571eac99ec
@ -1,7 +1,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: ntfs-3g_ntfsprogs
|
||||
Version: 2017.3.23
|
||||
Version: 2021.8.22
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: A read-write NTFS driver
|
||||
@ -9,17 +9,16 @@ Group: System/Kernel and Hardware/Drivers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://www.tuxera.com/community/
|
||||
URL: https://www.tuxera.com/company/open-source/
|
||||
Source: http://tuxera.com/opensource/ntfs-3g_ntfsprogs-%{version}.tgz
|
||||
Source1: ntfs-3g-policy
|
||||
Patch: ntfs-3g-2010.3.6-nomtab.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: fuse
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libuuid-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libfuse-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The NTFS-3G driver is an open source, GPL licensed, third generation Linux NTFS driver for 32-bit, little-endian architectures which was implemented by the Linux-NTFS project.
|
||||
@ -53,7 +52,7 @@ NTFS filesystem utilities.
|
||||
Summary: NTFS-3G library
|
||||
Group: System/Libraries
|
||||
Provides: libntfs
|
||||
Obsoletes: libntfs
|
||||
Obsoletes: libntfs < 1:2021.8.22
|
||||
|
||||
%description -n %{libname}
|
||||
The NTFS-3G driver library.
|
||||
@ -63,7 +62,7 @@ Summary: Devel package for %{libname}
|
||||
Group: Development/Libraries
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libntfs-devel
|
||||
Obsoletes: libntfs-devel
|
||||
Obsoletes: libntfs-devel < 1:2021.8.22
|
||||
|
||||
%description -n %{libname}-devel
|
||||
The NTFS-3G driver library.
|
||||
@ -84,13 +83,8 @@ This package contains static libraries and header files need for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
install -D -m 644 %{S:1} \
|
||||
%{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/10-ntfs-3g-policy.fdi
|
||||
|
||||
rm -rf %{buildroot}%{_defaultdocdir}/ntfs-3g
|
||||
|
||||
ln -s mount.ntfs-3g %{buildroot}/sbin/mount.ntfs
|
||||
ln -s mount.lowntfs-3g %{buildroot}/sbin/mount.lowntfs
|
||||
rm -f %{buildroot}/sbin/*
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -153,23 +147,22 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ntfs-3g*
|
||||
%{_bindir}/lowntfs-3g*
|
||||
/sbin/mount.ntfs
|
||||
%attr(754,root,root) /sbin/mount.ntfs-3g
|
||||
/sbin/mount.lowntfs
|
||||
%attr(754,root,root) /sbin/mount.lowntfs-3g
|
||||
%{_datadir}/hal/fdi/policy/10osvendor/10-ntfs-3g-policy.fdi
|
||||
#/sbin/mount.ntfs
|
||||
#%attr(754,root,root) /sbin/mount.ntfs-3g
|
||||
#/sbin/mount.lowntfs
|
||||
#%attr(754,root,root) /sbin/mount.lowntfs-3g
|
||||
%{_mandir}/man8/*ntfs-3g*
|
||||
%doc AUTHORS COPYING.LIB CREDITS ChangeLog NEWS README
|
||||
%doc AUTHORS COPYING.LIB CREDITS
|
||||
|
||||
%files -n ntfsprogs
|
||||
%defattr(-,root,root)
|
||||
/sbin/mkfs.ntfs
|
||||
%{_bindir}/ntfscat
|
||||
%{_bindir}/ntfscluster
|
||||
%{_bindir}/ntfscmp
|
||||
%{_bindir}/ntfsfix
|
||||
%{_bindir}/ntfsinfo
|
||||
%{_bindir}/ntfsls
|
||||
%{_sbindir}/mkfs.ntfs
|
||||
%{_sbindir}/mkntfs
|
||||
%{_sbindir}/ntfsclone
|
||||
%{_sbindir}/ntfscp
|
||||
@ -206,8 +199,12 @@ fi
|
||||
%{_libdir}/libntfs-3g.la
|
||||
%{_libdir}/libntfs-3g.so
|
||||
%{_libdir}/pkgconfig/libntfs-3g.pc
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 30 2017 Automatic Build System <autodist@mambasoft.it> 2017.3.23-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user