Accepting request 883699 from home:dirkmueller:Factory
- remove pkgconfig and cmake directory from filelist - provided by filesystem package OBS-URL: https://build.opensuse.org/request/show/883699 OBS-URL: https://build.opensuse.org/package/show/devel:tools/uid_wrapper?expand=0&rev=31
This commit is contained in:
parent
f0a6e34ea8
commit
911d31d7df
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 7 22:12:18 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- remove pkgconfig and cmake directory from filelist - provided by filesystem package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 26 14:11:29 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Jan 26 14:11:29 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -22,26 +22,21 @@
|
|||||||
# Do NOT create library package or a devel package!
|
# Do NOT create library package or a devel package!
|
||||||
#
|
#
|
||||||
############################# NOTE ##################################
|
############################# NOTE ##################################
|
||||||
|
|
||||||
Name: uid_wrapper
|
Name: uid_wrapper
|
||||||
Version: 1.2.8
|
Version: 1.2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
Summary: A wrapper for privilege seperation
|
Summary: A wrapper for privilege seperation
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://cwrap.org/
|
URL: https://cwrap.org/
|
||||||
|
|
||||||
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
Source2: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
|
Source2: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
|
||||||
Source3: uid_wrapper.keyring
|
Source3: uid_wrapper.keyring
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libcmocka-devel
|
BuildRequires: libcmocka-devel
|
||||||
BuildRequires: pkgconf
|
BuildRequires: pkgconf
|
||||||
BuildRequires: user(nobody)
|
BuildRequires: user(nobody)
|
||||||
|
|
||||||
Recommends: cmake
|
Recommends: cmake
|
||||||
Recommends: pkgconf
|
Recommends: pkgconf
|
||||||
|
|
||||||
@ -68,7 +63,7 @@ development/testing.
|
|||||||
-DUNIT_TESTING=ON \
|
-DUNIT_TESTING=ON \
|
||||||
-DCMAKE_SKIP_RPATH:BOOL=OFF
|
-DCMAKE_SKIP_RPATH:BOOL=OFF
|
||||||
|
|
||||||
make %{?_smp_mflags} VERBOSE=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
@ -77,20 +72,16 @@ make %{?_smp_mflags} VERBOSE=1
|
|||||||
%ctest
|
%ctest
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS README.md ChangeLog
|
%doc AUTHORS README.md ChangeLog
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libuid_wrapper.so*
|
%{_libdir}/libuid_wrapper.so*
|
||||||
%dir %{_libdir}/cmake
|
|
||||||
%dir %{_libdir}/cmake/uid_wrapper
|
%dir %{_libdir}/cmake/uid_wrapper
|
||||||
%{_libdir}/cmake/uid_wrapper/uid_wrapper-config-version.cmake
|
%{_libdir}/cmake/uid_wrapper/uid_wrapper-config-version.cmake
|
||||||
%{_libdir}/cmake/uid_wrapper/uid_wrapper-config.cmake
|
%{_libdir}/cmake/uid_wrapper/uid_wrapper-config.cmake
|
||||||
%dir %{_libdir}/pkgconfig
|
|
||||||
%{_libdir}/pkgconfig/uid_wrapper.pc
|
%{_libdir}/pkgconfig/uid_wrapper.pc
|
||||||
%{_mandir}/man1/uid_wrapper.1*
|
%{_mandir}/man1/uid_wrapper.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user