diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-09-24 14:29:50 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-09-25 07:03:39 -0400 |
commit | b6b02a3fc778976bcfe59360fe927ad5ffe94d0c (patch) | |
tree | fb01653f4d7198a8f9411992d72e68fe0174b79f | |
parent | 6de5ccc29ccf62c1df7461a145d29eeb2b88d92c (diff) | |
download | locations-tizen.tar.gz locations-tizen.tar.bz2 locations-tizen.zip |
Fixed manifest name and reset permissionsHEADsubmit/tizen/20131001.035225accepted/tizen/20131001.165639accepted/tizen/20131001.122325tizen
reset permissions of source files, make files and licenses need not be
executables.
Change-Id: I0edcde99aec9045d2d2123c5550b3372ebef6233
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r--[-rwxr-xr-x] | CMakeLists.txt | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | LICENSE.APLv2 | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | NOTICE | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | osp-locations.pc.in | 0 | ||||
-rw-r--r-- | packaging/osp-locations.spec | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 088db30..088db30 100755..100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt diff --git a/LICENSE.APLv2 b/LICENSE.APLv2 index d645695..d645695 100755..100644 --- a/LICENSE.APLv2 +++ b/LICENSE.APLv2 diff --git a/osp-locations.pc.in b/osp-locations.pc.in index eb6c3b7..eb6c3b7 100755..100644 --- a/osp-locations.pc.in +++ b/osp-locations.pc.in diff --git a/packaging/osp-locations.spec b/packaging/osp-locations.spec index 7d433f8..bd9fd54 100644 --- a/packaging/osp-locations.spec +++ b/packaging/osp-locations.spec @@ -57,7 +57,7 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files -%manifest osp-location.manifest +%manifest %{name}.manifest %license LICENSE.APLv2 %{_libdir}/osp/*.so* |