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