From 2a759dfe5c382064fb634081d6f1b1fa300a400c Mon Sep 17 00:00:00 2001 From: Nandan SR Date: Mon, 16 Sep 2013 13:47:10 +0530 Subject: [PATCH] Changing the spec file to add license changes Signed-off-by: Nandan SR --- packaging/capi-location-poi.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/capi-location-poi.spec b/packaging/capi-location-poi.spec index 83a963d..0365a47 100755 --- a/packaging/capi-location-poi.spec +++ b/packaging/capi-location-poi.spec @@ -37,6 +37,9 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} +mkdir -p %{buildroot}/usr/share/license +cp %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}/usr/share/license/%{name} + %make_install %post -p /sbin/ldconfig @@ -46,6 +49,7 @@ rm -rf %{buildroot} %files %manifest capi-location-poi.manifest +/usr/share/license/%{name} %{_libdir}/libcapi-location-poi.so.* %files devel -- 2.7.4