|
@@ -1,10 +1,10 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
|
|
%define vermajor 1
|
|
%define vermajor 1
|
|
-%define verminor 5.9
|
|
+%define verminor 6
|
|
%define version %{vermajor}.%{verminor}
|
|
%define version %{vermajor}.%{verminor}
|
|
%define libapivermajor 1
|
|
%define libapivermajor 1
|
|
-%define libapiversion %{libapivermajor}.5
|
|
+%define libapiversion %{libapivermajor}.6
|
|
|
|
|
|
%define libdir /%{_lib}
|
|
%define libdir /%{_lib}
|
|
%define usrlibdir %{_prefix}/%{_lib}
|
|
%define usrlibdir %{_prefix}/%{_lib}
|
|
@@ -14,19 +14,19 @@ Summary(ja): Linux 鍵管理ユーティリティ
|
|
Name: keyutils
|
|
Name: keyutils
|
|
Version: %{version}
|
|
Version: %{version}
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-License: GPLv2+ and LGPLv2+
|
|
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
-ExclusiveOS: Linux
|
|
+License: GPLv2+ and LGPLv2+
|
|
-URL: http://people.redhat.com/~dhowells/keyutils/
|
|
+Distribution: Vine Linux
|
|
|
|
+Vendor: Project Vine
|
|
|
|
|
|
|
|
+URL: http://people.redhat.com/~dhowells/keyutils/
|
|
Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2
|
|
Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2
|
|
|
|
|
|
|
|
+ExclusiveOS: Linux
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
|
|
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-Vendor: Project Vine
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
Utilities to control the kernel key management facility and to provide
|
|
Utilities to control the kernel key management facility and to provide
|
|
@@ -96,6 +96,9 @@ make \
|
|
SBINDIR=%{_sbindir} \
|
|
SBINDIR=%{_sbindir} \
|
|
install
|
|
install
|
|
|
|
|
|
|
|
+mkdir -p %{buildroot}%{_libdir}
|
|
|
|
+mv -f %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -110,7 +113,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc README LICENCE.GPL
|
|
+%license LICENCE.GPL
|
|
|
|
+%doc README
|
|
%{_sbindir}/*
|
|
%{_sbindir}/*
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
%{_datadir}/keyutils
|
|
%{_datadir}/keyutils
|
|
@@ -121,14 +125,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files libs
|
|
%files libs
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc LICENCE.LGPL
|
|
+%license LICENCE.LGPL
|
|
%{_mandir}/man7/*
|
|
%{_mandir}/man7/*
|
|
-%{libdir}/libkeyutils.so.%{libapiversion}
|
|
+%{libdir}/libkeyutils.so.*
|
|
-%{libdir}/libkeyutils.so.%{libapivermajor}
|
|
|
|
|
|
|
|
%files libs-devel
|
|
%files libs-devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{usrlibdir}/libkeyutils.so
|
|
%{usrlibdir}/libkeyutils.so
|
|
|
|
+%{usrlibdir}/pkgconfig/*
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
@@ -136,15 +140,18 @@ rm -rf $RPM_BUILD_ROOT
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
%files -n compat32-%{name}-libs
|
|
%files -n compat32-%{name}-libs
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{libdir}/libkeyutils.so.%{libapiversion}
|
|
+%{libdir}/libkeyutils.so.*
|
|
-%{libdir}/libkeyutils.so.%{libapivermajor}
|
|
|
|
|
|
|
|
%files -n compat32-%{name}-libs-devel
|
|
%files -n compat32-%{name}-libs-devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{usrlibdir}/libkeyutils.so
|
|
%{usrlibdir}/libkeyutils.so
|
|
|
|
+%{usrlibdir}/pkgconfig/*
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.9-1
|
|
* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.9-1
|
|
- updated to 1.5.9
|
|
- updated to 1.5.9
|
|
- rebuilt on current VineSeed
|
|
- rebuilt on current VineSeed
|
|
@@ -217,15 +224,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
* Wed Jul 20 2005 David Howells <dhowells@redhat.com> - 0.2-2
|
|
* Wed Jul 20 2005 David Howells <dhowells@redhat.com> - 0.2-2
|
|
- Bump version to permit building in main repositories.
|
|
- Bump version to permit building in main repositories.
|
|
|
|
|
|
-* Mon Jul 12 2005 David Howells <dhowells@redhat.com> - 0.2-1
|
|
+* Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.2-1
|
|
- Don't attempt to define the error codes in the header file.
|
|
- Don't attempt to define the error codes in the header file.
|
|
- Pass the release ID through to the makefile to affect the shared library name.
|
|
- Pass the release ID through to the makefile to affect the shared library name.
|
|
|
|
|
|
-* Mon Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-3
|
|
+* Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-3
|
|
- Build in the perror() override to get the key error strings displayed.
|
|
- Build in the perror() override to get the key error strings displayed.
|
|
|
|
|
|
-* Mon Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-2
|
|
+* Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-2
|
|
- Need a defattr directive after each files directive.
|
|
- Need a defattr directive after each files directive.
|
|
|
|
|
|
-* Mon Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-1
|
|
+* Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-1
|
|
- Package creation.
|
|
- Package creation.
|