diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-29 16:59:59 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-29 16:59:59 +0900 |
commit | b84d3b58a37fab17c7c1c7f85a17ca8a2c1425e7 (patch) | |
tree | 9195b3291c1ee2480410b0fe7a96bb7c673be38a | |
parent | 308de7bfa32f95aefdc412b652e236c23dae5900 (diff) | |
download | dlog-b84d3b58a37fab17c7c1c7f85a17ca8a2c1425e7.tar.gz dlog-b84d3b58a37fab17c7c1c7f85a17ca8a2c1425e7.tar.bz2 dlog-b84d3b58a37fab17c7c1c7f85a17ca8a2c1425e7.zip |
upload tizen1.0 source
-rw-r--r-- | packaging/dlog.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/dlog.spec b/packaging/dlog.spec index 5bd15c0..ff4119b 100644 --- a/packaging/dlog.spec +++ b/packaging/dlog.spec @@ -4,8 +4,7 @@ Version: 0.4.1 Release: 5.1 Group: TO_BE/FILLED_IN License: Apache-2.0 -Source0: dlog-%{version}.tar.gz -Patch0: dev_error.patch +Source0: %{name}-%{version}.tar.gz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -42,7 +41,6 @@ utilities for print log data %prep %setup -q -%patch0 -p1 %build |