From 9d0f66167902aac9370acc80fc0d8f56e743ec0a Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 02:13:06 -0500 Subject: [PATCH] Remove needless use of %defattr --- nvml.spec | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/nvml.spec b/nvml.spec index 5bb41b4..4f8e362 100644 --- a/nvml.spec +++ b/nvml.spec @@ -87,7 +87,6 @@ support for the persistent memory instructions for flushing changes to pmem is provided. %files -n libpmem -%defattr(-,root,root,-) %dir %{_datadir}/pmdk %{_libdir}/libpmem.so.* %{_datadir}/pmdk/pmdk.magic @@ -110,7 +109,6 @@ will find higher level libraries like libpmemobj to be much more convenient. %files -n libpmem-devel -%defattr(-,root,root,-) %{_libdir}/libpmem.so %{_libdir}/pkgconfig/libpmem.pc %{_includedir}/libpmem.h @@ -135,7 +133,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n libpmem-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/libpmem.so %{_libdir}/pmdk_debug/libpmem.so.* @@ -153,7 +150,6 @@ size, where a block is updated atomically with respect to power failure or program interruption (no torn blocks). %files -n libpmemblk -%defattr(-,root,root,-) %{_libdir}/libpmemblk.so.* %license LICENSE %doc ChangeLog CONTRIBUTING.md README.md @@ -176,7 +172,6 @@ developers will find higher level libraries like libpmemobj to be more generally useful. %files -n libpmemblk-devel -%defattr(-,root,root,-) %{_libdir}/libpmemblk.so %{_libdir}/pkgconfig/libpmemblk.pc %{_includedir}/libpmemblk.h @@ -202,7 +197,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n libpmemblk-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/libpmemblk.so %{_libdir}/pmdk_debug/libpmemblk.so.* @@ -220,7 +214,6 @@ useful for programs like databases that append frequently to a log file. %files -n libpmemlog -%defattr(-,root,root,-) %{_libdir}/libpmemlog.so.* %license LICENSE %doc ChangeLog CONTRIBUTING.md README.md @@ -238,7 +231,6 @@ record variable length entries. Most developers will find higher level libraries like libpmemobj to be more generally useful. %files -n libpmemlog-devel -%defattr(-,root,root,-) %{_libdir}/libpmemlog.so %{_libdir}/pkgconfig/libpmemlog.pc %{_includedir}/libpmemlog.h @@ -265,7 +257,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n libpmemlog-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/libpmemlog.so %{_libdir}/pmdk_debug/libpmemlog.so.* @@ -283,7 +274,6 @@ providing memory allocation, transactions, and general facilities for persistent memory programming. %files -n libpmemobj -%defattr(-,root,root,-) %{_libdir}/libpmemobj.so.* %license LICENSE %doc ChangeLog CONTRIBUTING.md README.md @@ -301,7 +291,6 @@ persistent memory programming. Developers new to persistent memory probably want to start with this library. %files -n libpmemobj-devel -%defattr(-,root,root,-) %{_libdir}/libpmemobj.so %{_libdir}/pkgconfig/libpmemobj.pc %{_includedir}/libpmemobj.h @@ -335,7 +324,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n libpmemobj-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/libpmemobj.so %{_libdir}/pmdk_debug/libpmemobj.so.* @@ -352,7 +340,6 @@ memory pool, similar to the system heap but kept separate and with its own malloc-style API. %files -n libvmem -%defattr(-,root,root,-) %{_libdir}/libvmem.so.* %license LICENSE %doc ChangeLog CONTRIBUTING.md README.md @@ -371,7 +358,6 @@ This sub-package contains libraries and header files for developing applications that want to make use of libvmem. %files -n libvmem-devel -%defattr(-,root,root,-) %{_libdir}/libvmem.so %{_libdir}/pkgconfig/libvmem.pc %{_includedir}/libvmem.h @@ -396,7 +382,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n libvmem-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/libvmem.so %{_libdir}/pmdk_debug/libvmem.so.* @@ -417,7 +402,6 @@ The typical usage of libvmmalloc is to load it via the LD_PRELOAD environment variable. %files -n libvmmalloc -%defattr(-,root,root,-) %{_libdir}/libvmmalloc.so.* %license LICENSE %doc ChangeLog CONTRIBUTING.md README.md @@ -437,7 +421,6 @@ This sub-package contains libraries and header files for developing applications that want to specifically make use of libvmmalloc. %files -n libvmmalloc-devel -%defattr(-,root,root,-) %{_libdir}/libvmmalloc.so %{_libdir}/pkgconfig/libvmmalloc.pc %{_includedir}/libvmmalloc.h @@ -462,7 +445,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n libvmmalloc-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/libvmmalloc.so %{_libdir}/pmdk_debug/libvmmalloc.so.* @@ -485,7 +467,6 @@ persistent memory programming. This sub-package contains header files for libpmemobj C++ bindings. %files -n libpmemobj++-devel -%defattr(-,root,root,-) %{_libdir}/pkgconfig/libpmemobj++.pc %{_includedir}/libpmemobj++/*.hpp %{_includedir}/libpmemobj++/detail/*.hpp @@ -504,7 +485,6 @@ administration, analysis, diagnostics and repair of persistent memory pools created by libpmemlog, libpemblk and libpmemobj libraries. %files -n libpmempool -%defattr(-,root,root,-) %{_libdir}/libpmempool.so.* %license LICENSE %doc ChangeLog CONTRIBUTING.md README.md @@ -521,7 +501,6 @@ administration, analysis, diagnostics and repair of persistent memory pools created by libpmemlog, libpemblk and libpmemobj libraries. %files -n libpmempool-devel -%defattr(-,root,root,-) %{_libdir}/libpmempool.so %{_libdir}/pkgconfig/libpmempool.pc %{_includedir}/libpmempool.h @@ -547,7 +526,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n libpmempool-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/libpmempool.so %{_libdir}/pmdk_debug/libpmempool.so.* @@ -568,7 +546,6 @@ to persistent memory utilizing RDMA-capable NICs. It can be used to replicate peristent memory regions over RDMA protocol. %files -n librpmem -%defattr(-,root,root,-) %{_libdir}/librpmem.so.* %license LICENSE %doc ChangeLog CONTRIBUTING.md README.md @@ -587,7 +564,6 @@ This sub-package contains libraries and header files for developing applications that want to specifically make use of librpmem. %files -n librpmem-devel -%defattr(-,root,root,-) %{_libdir}/librpmem.so %{_libdir}/pkgconfig/librpmem.pc %{_includedir}/librpmem.h @@ -612,7 +588,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n librpmem-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/librpmem.so %{_libdir}/pmdk_debug/librpmem.so.* @@ -644,7 +619,6 @@ The libpmemcto library is a Persistent Memory allocator with no overhead imposed by run-time flushing or transactional updates. %files -n libpmemcto -%defattr(-,root,root,-) %{_libdir}/libpmemcto.so.* %license LICENSE %doc ChangeLog CONTRIBUTING.md README.md @@ -660,7 +634,6 @@ The libpmemcto library is a Persistent Memory allocator with no overhead imposed by run-time flushing or transactional updates. %files -n libpmemcto-devel -%defattr(-,root,root,-) %{_libdir}/libpmemcto.so %{_libdir}/pkgconfig/libpmemcto.pc %{_includedir}/libpmemcto.h @@ -685,7 +658,6 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. %files -n libpmemcto-debug -%defattr(-,root,root,-) %dir %{_libdir}/pmdk_debug %{_libdir}/pmdk_debug/libpmemcto.so %{_libdir}/pmdk_debug/libpmemcto.so.*