Move unversioned so file to devel package 13/131213/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 26 May 2017 02:16:08 +0000 (11:16 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 26 May 2017 02:16:08 +0000 (11:16 +0900)
Change-Id: I443e0ce9cb3ebf3d2f4a9143e6436aa63d84aca7
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
packaging/manifest-parser.spec

index 7657f2406083d66123b56cb5b965c215f25b505e..2a7479bf50538026f74c69f8d5fa2a88b4a0ad08 100644 (file)
@@ -78,8 +78,8 @@ make %{?_smp_mflags}
 %manifest %{name}.manifest
 %defattr(-,root,root)
 %{_datarootdir}/manifest-parser/languages-only.txt
-%{_libdir}/libmanifest-parser.so*
-%{_libdir}/libmanifest-parser-utils.so*
+%{_libdir}/libmanifest-parser.so.*
+%{_libdir}/libmanifest-parser-utils.so.*
 %{_libdir}/libdelta-manifest-handlers.so*
 %license LICENSE LICENSE-xwalk
 
@@ -89,6 +89,8 @@ make %{?_smp_mflags}
 %{_includedir}/manifest_parser/*.h
 %{_includedir}/manifest_parser/utils/*.h
 %{_includedir}/delta/*.h
+%{_libdir}/libmanifest-parser.so
+%{_libdir}/libmanifest-parser-utils.so
 
 %files tests
 %manifest %{name}.manifest