diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-08-29 16:00:10 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-08-29 16:03:23 +0900 |
commit | 06ccf48d3e31d4f00b92f6735d656d8006646594 (patch) | |
tree | 7c8f35decb61b71e5970aa28f33e9989a3518dd7 | |
parent | c657c0395fe87a9f7d2161d2b774dea8343693ee (diff) | |
download | cups-tizen_3.0.m2.tar.gz cups-tizen_3.0.m2.tar.bz2 cups-tizen_3.0.m2.zip |
Add "--with-icondir" option to configuretizen_4.0.m1_releasesubmit/tizen_unified/20170314.021034submit/tizen_3.0_common/20161104.104000submit/tizen/20160829.070932accepted/tizen/unified/20170314.021631accepted/tizen/common/20160829.140311accepted/tizen/3.0/common/20161114.110456tizen_3.0.m2accepted/tizen_commonaccepted/tizen_3.0_common
[Model] ALL
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A
[Problem] when exist "/usr/share/icons" directory, gbs build error.
[Cause & Measure] Define to installed image files under "/usr/share/icons/".
[Checking Method] N/A
[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A
Change-Id: I4208bc53bba570aef725ae76bfa9f58a15a792d0
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r-- | packaging/cups.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/cups.spec b/packaging/cups.spec index 4851314..9a1ef24 100644 --- a/packaging/cups.spec +++ b/packaging/cups.spec @@ -121,7 +121,7 @@ cp %{SOURCE101} . %build CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" \ - ./configure %{_dbus} %{_dnssd} %{_libusb1} %{_static} + ./configure %{_dbus} %{_dnssd} %{_libusb1} %{_static} --with-icondir="/usr/share/icons" # If we got this far, all prerequisite libraries must be here. make @@ -355,7 +355,7 @@ rm -rf $RPM_BUILD_ROOT # Desktop files /usr/share/applications/* -#/usr/share/icons/* +/usr/share/icons/* %files devel %defattr(-,root,root) |