Revert "Manage library version information" 81/119781/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/4.0/unified/20170816.010747 accepted/tizen/common/20170320.174053 accepted/tizen/ivi/20170320.222037 accepted/tizen/mobile/20170320.221939 accepted/tizen/tv/20170320.222002 accepted/tizen/unified/20170320.222057 accepted/tizen/wearable/20170320.222020 submit/tizen/20170320.093323 submit/tizen_4.0/20170811.094300 tizen_4.0.m1_release
authorSunmin Lee <sunm.lee@samsung.com>
Mon, 20 Mar 2017 06:07:51 +0000 (15:07 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 20 Mar 2017 06:08:30 +0000 (15:08 +0900)
This solution is not acceptable now.
(This reverts commit 7b1e93684fd29e287baef06dcc731d23cf102765)

Change-Id: I21c74d2f74e7dacb3f1391375065db3d07b3da6c

packaging/libtzplatform-config.version [deleted file]
packaging/tizen-platform-config-meta.spec

diff --git a/packaging/libtzplatform-config.version b/packaging/libtzplatform-config.version
deleted file mode 100644 (file)
index cd2a9d5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#        libtzplatform-config so version
-#
-# It follows the rule of libtool's version info flag
-#  (current):(revision):(age)
-#
-# Reference cases
-#  1. Programs using the previous version may use the new version as
-#   drop-in replacement, and programs using the new version can also work with
-#   the previous one. In other words, no recompiling nor relinking is needed.
-#   In this case, bump revision only, don’t touch current nor age.
-#  2. Programs using the previous version may use the new version as drop-in
-#   replacement, but programs using the new version may use APIs not present in
-#   the previous one. In other words, a program linking against the new version
-#   may fail with "unresolved symbols" if linking against the old version at
-#   runtime: set revision to 0, bump current and age.
-#  3. Programs may need to be changed, recompiled, and relinked in order to use
-#   the new version. Bump current, set revision and age to 0.
-#
-0:0:0
index e0f8129d9e195e071f2bd10cc1f2f99c02301db2..2021d9886a9cee062a471f3a1b13823a06a9ee05 100644 (file)
@@ -1,5 +1,5 @@
 Name:           tizen-platform-config-meta
-Version:        1.3
+Version:        1.2
 Release:        0
 Summary:        Tizen Platform Configuration Meta data
 License:        MIT
@@ -9,7 +9,6 @@ Source0:        %{name}-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Source2:        %{name}.manifest
 Source3:        tizen-platform.meta
-Source4:        libtzplatform-config.version
 
 # the main package only contains a config file but other dependent packages
 # will contain binary. So, we can't build a noarch package and have to avoid
@@ -25,10 +24,8 @@ cp %{SOURCE2} .
 %install
 mkdir -p %{buildroot}%{_sysconfdir}
 cp %{SOURCE3} %{buildroot}%{_sysconfdir}/tizen-platform.meta
-cp %{SOURCE4} %{buildroot}%{_sysconfdir}/libtzplatform-config.version
 
 %files
 %manifest %{name}.manifest
 %license LICENSE
 %attr(644, root, root) %{_sysconfdir}/tizen-platform.meta
-%attr(644, root, root) %{_sysconfdir}/libtzplatform-config.version