From 89b3a7f85f6096f232cfe644e9b8f60d4fa5f62a Mon Sep 17 00:00:00 2001 From: Ravi Nanjundappa Date: Thu, 3 Apr 2014 10:10:52 +0530 Subject: [PATCH] Correction of devel package name in the spec file Correction of devel rpm pkg names in spec file so that it fits Packaging Guidelines: https://wiki.tizen.org/wiki/Packaging/Guidelines Bug-Tizen: PTREL-644 Change-Id: I0737be894083fe1d69f9cf594d09ae7ec6ffb794 Signed-off-by: Ravi Nanjundappa --- packaging/pciutils.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/pciutils.spec b/packaging/pciutils.spec index 8e2474e..60403da 100644 --- a/packaging/pciutils.spec +++ b/packaging/pciutils.spec @@ -30,12 +30,12 @@ Group: Base/Device Management %description -n libpci libpci offers access to the PCI configuration space. -%package devel +%package -n libpci-devel Summary: Library and Include Files of the PCI utilities Group: Development/Libraries Requires: libpci = %{version} -%description devel +%description -n libpci-devel This package contains the files that are necessary for software development using the PCI utilities. @@ -73,7 +73,7 @@ ln -sf libpci.so.3 %{buildroot}%{_libdir}/libpci.so %defattr(-,root,root) %{_libdir}/libpci.so.* -%files devel +%files -n libpci-devel %manifest %{name}.manifest %defattr(-, root, root) %{_includedir}/pci/ -- 2.7.4