Accepting request 627815 from home:Andreas_Schwab:glibc:rebuild

- Rebuild configure to pick up the updated AC_HEADER_MAJOR
- Use %license for COPYING, COPYING.LIB

OBS-URL: https://build.opensuse.org/request/show/627815
OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=38
This commit is contained in:
Greg Freemyer 2018-08-09 22:52:25 +00:00 committed by Git OBS Bridge
parent a393a5319a
commit b2b2ac8e8c
2 changed files with 23 additions and 11 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 6 09:04:06 UTC 2018 - schwab@suse.de
- Rebuild configure to pick up the updated AC_HEADER_MAJOR
- Use %license for COPYING, COPYING.LIB
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 12 11:19:52 UTC 2017 - jengelh@inai.de Wed Jul 12 11:19:52 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ntfs-3g_ntfsprogs # spec file for package ntfs-3g_ntfsprogs
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,13 +20,14 @@
Name: ntfs-3g_ntfsprogs Name: ntfs-3g_ntfsprogs
Summary: NTFS Support in Userspace Summary: NTFS Support in Userspace
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/Filesystems Group: System/Filesystems
Version: 2017.3.23 Version: 2017.3.23
Release: 0 Release: 0
Source: http://tuxera.com/opensource/%{name}-%{version}.tgz Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
Source2: 21-storage-ntfs-3g.fdi Source2: 21-storage-ntfs-3g.fdi
Url: http://www.tuxera.com/community/ntfs-3g-download/ Url: http://www.tuxera.com/community/ntfs-3g-download/
BuildRequires: autoconf
# SLES 11 is still supported # SLES 11 is still supported
%if 0%{?sles_version} && 0%{?suse_version} == 1110 %if 0%{?sles_version} && 0%{?suse_version} == 1110
BuildRequires: cpp48 BuildRequires: cpp48
@ -49,7 +50,7 @@ Vista and Windows Seven.
%package -n ntfs-3g %package -n ntfs-3g
Summary: NTFS Support in Userspace Summary: NTFS Support in Userspace
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/Filesystems Group: System/Filesystems
Provides: ntfsprogs-fuse = 1.13.1 Provides: ntfsprogs-fuse = 1.13.1
Obsoletes: ntfsprogs-fuse < 1.13.1 Obsoletes: ntfsprogs-fuse < 1.13.1
@ -68,7 +69,7 @@ Vista and Windows Seven.
%package -n libntfs-3g%sover %package -n libntfs-3g%sover
Summary: NTFS Support in Userspace -- Library Summary: NTFS Support in Userspace -- Library
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: System/Filesystems Group: System/Filesystems
%description -n libntfs-3g%sover %description -n libntfs-3g%sover
@ -78,7 +79,7 @@ Vista and Windows Seven.
%package -n libntfs-3g-devel %package -n libntfs-3g-devel
Summary: NTFS Support in Userspace -- Development Files Summary: NTFS Support in Userspace -- Development Files
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: System/Filesystems Group: System/Filesystems
Requires: glibc-devel Requires: glibc-devel
Requires: libntfs-3g%sover = %{version} Requires: libntfs-3g%sover = %{version}
@ -92,7 +93,7 @@ Vista and Windows Seven.
%package -n ntfsprogs %package -n ntfsprogs
Summary: NTFS Utilities Summary: NTFS Utilities
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/Filesystems Group: System/Filesystems
%description -n ntfsprogs %description -n ntfsprogs
@ -102,7 +103,7 @@ options to display the version number and usage syntax.
%package -n ntfsprogs-extra %package -n ntfsprogs-extra
Summary: NTFS Utilities which can damage your filesystem such that Windows can't read it Summary: NTFS Utilities which can damage your filesystem such that Windows can't read it
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/Filesystems Group: System/Filesystems
%description -n ntfsprogs-extra %description -n ntfsprogs-extra
@ -115,6 +116,8 @@ They have been orphaned for ten years and are unlikely to be upgraded (except nt
%prep %prep
%setup -q %setup -q
# Rebuild configure to pick up the updated AC_HEADER_MAJOR
autoconf
%build %build
%if 0%{?sles_version} && 0%{?suse_version} == 1110 %if 0%{?sles_version} && 0%{?suse_version} == 1110
@ -184,7 +187,8 @@ fi
%files -n ntfs-3g %files -n ntfs-3g
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README %doc AUTHORS ChangeLog CREDITS NEWS README
%license COPYING
%dir %{_datadir}/hal %dir %{_datadir}/hal
%dir %{_datadir}/hal/fdi %dir %{_datadir}/hal/fdi
%dir %{_datadir}/hal/fdi/policy %dir %{_datadir}/hal/fdi/policy
@ -214,7 +218,7 @@ fi
%files -n libntfs-3g%sover %files -n libntfs-3g%sover
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING.LIB %license COPYING.LIB
%{_libdir}/libntfs-3g.so.* %{_libdir}/libntfs-3g.so.*
%files -n libntfs-3g-devel %files -n libntfs-3g-devel
@ -225,7 +229,8 @@ fi
%files -n ntfsprogs %files -n ntfsprogs
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README %doc AUTHORS ChangeLog CREDITS NEWS README
%license COPYING
/sbin/mkfs.ntfs /sbin/mkfs.ntfs
%{_sbindir}/mkntfs %{_sbindir}/mkntfs
%{_sbindir}/ntfsclone %{_sbindir}/ntfsclone
@ -264,7 +269,8 @@ fi
%files -n ntfsprogs-extra %files -n ntfsprogs-extra
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README %doc AUTHORS ChangeLog CREDITS NEWS README
%license COPYING
%{_bindir}/ntfsck %{_bindir}/ntfsck
%{_bindir}/ntfsdump_logfile %{_bindir}/ntfsdump_logfile
%{_bindir}/ntfsfallocate %{_bindir}/ntfsfallocate