diff options
author | Jin Yoon <jinny.yoon@samsung.com> | 2012-09-04 13:22:25 +0900 |
---|---|---|
committer | Jin Yoon <jinny.yoon@samsung.com> | 2012-09-04 13:35:02 +0900 |
commit | 2f9e3d2a573231404324a2e23fb4c2def0b835ba (patch) | |
tree | a2d086b82523fe2638efd442c6cac9e9438d98cc /packaging | |
parent | 744bc53e172e83ead1217b2e1c1f0f45f66f5188 (diff) | |
download | menu-daemon-master.tar.gz menu-daemon-master.tar.bz2 menu-daemon-master.zip |
modify the routines for checking the extension of filenamesubmit/tizen/20130529.220625submit/master/20120920.150946accepted/tizen/20130530.1647532.0_alphamaster2.0alpha
Change-Id: I0f90f2f9aebf2c7e05ecc5910fee4a3f29bc522b
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/menu-daemon.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/menu-daemon.spec b/packaging/menu-daemon.spec index 1e373ae..91e0e94 100644 --- a/packaging/menu-daemon.spec +++ b/packaging/menu-daemon.spec @@ -6,7 +6,7 @@ Name: menu-daemon Summary: Menu daemon Version: 0.2.43 Release: 1 -Group: TO_BE/FILLED_IN +Group: apps License: Flora Software License Source0: menu-daemon-%{version}.tar.gz BuildRequires: pkgconfig(ail) @@ -39,7 +39,7 @@ menu-daemon (Grab H/W key, Package manifest file parsing) %setup -q %build -export LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--hash-style=both -Wl,--as-needed" +export LDFLAGS+="-Wl,--hash-style=both -Wl,--as-needed" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} make %{?jobs:-j%jobs} |