mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-23 11:56:03 +00:00
backend: define z_alloca() and use for both Unix and Windows;
replace double-slash comments with old-skool slash asterisk ones; define uint16_t etc for Windows ourselves and remove ms_stdint.h & stdint_msvc.h as no longer used; (backend (excepting test suite) now C89 compatible) LICENSE: move from backend to root and move COPYING to frontend, with copies in frontend_qt & backend_qt, so in where it applies; add LICENSE section from manual to root README
This commit is contained in:
@@ -72,11 +72,8 @@ C library and header files needed to develop applications using %{name}-qt.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
# remove BSD-licensed file required for Windows only (just to ensure that this package is plain GPLv3+)
|
||||
rm -f backend/ms_stdint.h
|
||||
|
||||
# remove bundled getopt sources (we use the corresponding Fedora package instead)
|
||||
rm -f frontend/getopt*.*
|
||||
rm -rf getopt
|
||||
|
||||
%build
|
||||
%cmake CMakeLists.txt
|
||||
|
||||
Reference in New Issue
Block a user