From 6f3a3d50aa57835b04b466fde6cbb5247bd22fb7 Mon Sep 17 00:00:00 2001 From: Bang Kwang min Date: Fri, 7 Sep 2012 09:20:58 +0900 Subject: [PATCH] fix the error and warning of spec file [Title] N/A [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] N/A 3 error, 2 warnings found by rpmlint ) W: non-standard-group TO_BE_FILLED_IN line 48: E: hardcoded-library-path in /usr/lib/libcapi-web-url-download.so line 52: E: hardcoded-library-path in /usr/lib/libcapi-web-url-download.so line 53: E: hardcoded-library-path in /usr/lib/pkgconfig/capi-web-url-download.pc line 24: W: mixed-use-of-spaces-and-tabs (spaces: line 24, tab: line 2) --- packaging/capi-web-url-download.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packaging/capi-web-url-download.spec b/packaging/capi-web-url-download.spec index 89601fb..fcf271e 100644 --- a/packaging/capi-web-url-download.spec +++ b/packaging/capi-web-url-download.spec @@ -3,7 +3,7 @@ Name: capi-web-url-download Summary: CAPI for content download with web url Version: 0.0.8 Release: 9 -Group: TO_BE_FILLED_IN +Group: System/Libraries License: TO_BE_FILLED_IN URL: N/A Source0: %{name}-%{version}.tar.gz @@ -20,9 +20,9 @@ BuildRequires: expat-devel CAPI for the content download %package devel -Summary: url download -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Summary: url download +Group: Development/Libraries +Requires %{name} = %{version}-%{release} %description devel CAPI for content downloading with web url (developement files) @@ -45,12 +45,12 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -/usr/lib/libcapi-web-url-download.so +%{_libdir}/libcapi-web-url-download.so %files devel %defattr(-,root,root,-) -/usr/lib/libcapi-web-url-download.so -/usr/lib/pkgconfig/capi-web-url-download.pc +%{_libdir}/libcapi-web-url-download.so +%{_libdir}/pkgconfig/capi-web-url-download.pc /usr/include/web/url_download.h %changelog -- 2.7.4