Update spec file for license macro 75/121075/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170328.140730 accepted/tizen/ivi/20170328.060951 accepted/tizen/mobile/20170328.060838 accepted/tizen/tv/20170328.060859 accepted/tizen/unified/20170328.061017 accepted/tizen/wearable/20170328.060928 submit/tizen/20170328.014307
authorTae-Young Chung <ty83.chung@samsung.com>
Mon, 27 Mar 2017 06:23:09 +0000 (15:23 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Mon, 27 Mar 2017 06:40:37 +0000 (15:40 +0900)
Change-Id: Ia3e5408d55d502af8fc8882f186b8897e639ac4a
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
backend/CMakeLists.txt
packaging/zint.spec

index be1a810..64d88f1 100644 (file)
@@ -22,4 +22,3 @@ target_link_libraries(zint -lm)
 
 install(TARGETS zint  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 install(FILES zint.h DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)
-install(FILES LICENSE DESTINATION ${SHARE_INSTALL_PREFIX}/zint)
index f11e101..12bb7c6 100644 (file)
@@ -1,6 +1,6 @@
 Name:      zint
 Version:   2.4.3
-Release:   12
+Release:   13
 Summary:   Barcode generator library
 License:   BSD-2.0
 URL:       http://www.zint.org.uk
@@ -71,12 +71,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 #%doc COPYING readme
 %{_libdir}/libzint.so.*
-%{_datadir}/%{name}/LICENSE
+%license backend/LICENSE
 
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/%{name}.h
 %{_libdir}/libzint.so
-%{_datadir}/%{name}/LICENSE
+%license backend/LICENSE
 %exclude %{_datadir}/cmake/Modules/FindZint.cmake