-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b7a687
commit 8ff282c
Showing
3 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dnl | ||
define([AC_INIT_NOTICE], | ||
[### Generated automatically using autoconf version] AC_ACVERSION [ | ||
### Copyright 2009-2019 Steve Grubb <[email protected]> | ||
### Copyright 2009-2020 Steve Grubb <[email protected]> | ||
### | ||
### Permission is hereby granted, free of charge, to any person obtaining a | ||
### copy of this software and associated documentation files (the "Software"), | ||
|
@@ -29,7 +29,7 @@ define([AC_INIT_NOTICE], | |
]) | ||
|
||
AC_REVISION($Revision: 1.3 $)dnl | ||
AC_INIT(libcap-ng,0.8) | ||
AC_INIT(libcap-ng,0.7.11) | ||
AC_PREREQ(2.12)dnl | ||
AM_CONFIG_HEADER(config.h) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} | ||
|
||
Summary: An alternate posix capabilities library | ||
Name: libcap-ng | ||
Version: 0.8 | ||
Version: 0.7.11 | ||
Release: 1 | ||
License: LGPLv2+ | ||
Group: System Environment/Libraries | ||
|
@@ -72,7 +70,6 @@ lets you set the file system based capabilities. | |
make %{?_smp_mflags} | ||
|
||
%install | ||
rm -rf $RPM_BUILD_ROOT | ||
make DESTDIR="${RPM_BUILD_ROOT}" INSTALL='install -p' install | ||
|
||
# Move the symlink | ||
|
@@ -94,13 +91,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_capng.la | |
%check | ||
make check | ||
|
||
%clean | ||
rm -rf $RPM_BUILD_ROOT | ||
|
||
%post -p /sbin/ldconfig | ||
|
||
%postun -p /sbin/ldconfig | ||
|
||
%ldconfig_scriptlets | ||
|
||
%files | ||
%defattr(-,root,root,-) | ||
|
@@ -132,6 +123,6 @@ rm -rf $RPM_BUILD_ROOT | |
%attr(0644,root,root) %{_mandir}/man8/* | ||
|
||
%changelog | ||
* Tue Oct 01 2019 Steve Grubb <[email protected]> 0.8-1 | ||
* Sun Aug 23 2020 Steve Grubb <[email protected]> 0.7.11-1 | ||
- New upstream release | ||
|