Commit Graph

14 Commits

Author SHA1 Message Date
Christophe de Dinechin ba8ffb4920 install: Install configuration files as data
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-11-26 17:22:02 +01:00
Christophe de Dinechin dae725575d install: Do not install license and pkgconfig files as executable
This is very similar to the problem with headers, except that in this case,
the variables for installation override were missing.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-11-26 17:20:56 +01:00
Christophe de Dinechin 21e107045a NEWS: Fix typo in release description
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-11-26 16:50:36 +01:00
Christophe de Dinechin 4df3ed83bd Fix NEWS target
A closing parenthese in variable for NEWS target was missing.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-09-24 21:04:56 +02:00
Christophe de Dinechin 0af1e32906 Release 0.3.0 - Configuration variables renaming
The major changes in this release are the renaming of the various configuration
variables for improved consistency, e.g. `PREFIX_LIB` becomes `PREFIX.lib`.
Hence the version number bump.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-09-24 17:31:06 +02:00
Christophe de Dinechin 70c9271721 Release 0.2.7
Changes since release 0.2.6
- Add configuration check for long double
- config: Add tests for _Float80 and _Float128
- Add configuration check for _Float16
- Merge pull request #3 from FreedomBen/FreedomBen-typo-fix
- Fix simple typo avaiable -> available
- More renaming using the .ext convention
- Repair installation of DLLs
- Rename MIQ_COMPILE to COMPILE-lt (for libtool)
- Replace [BUILD] with [LINK] in the output
- Make the COMPILE and LINK build steps more generic
- Rename OBJFILES to BUILD
- Replace OBJ_EXT with EXT.obj and similar for other extensions
- Add a test printout for the count-characters test
- Fix name fo test executable in example makefie

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-02-09 11:04:58 +01:00
Christophe de Dinechin 45767c46ab Release v0.2.5
- Copyright header adjustments
- Improve determination of linker when some C++ files are generated
- Add configuration check for setlinebuf
- Avoid rebuilding target product everytime
- Add feature to disable testing in specific subdirectories
- Fix rpath option to address macOS / Linux usage difference
2019-04-23 17:40:16 +02:00
Christophe de Dinechin e33224e9ef Integration of Fedora packaging
- Put %package first (style, comment #11 of BZ#1689277)
- Integrate fixes for minor issues found building SPICE
2019-03-19 22:39:07 +01:00
Christophe de Dinechin 0ca010cfdf Release 0.2.3: Address packaging comments
- Address packaging comments made during Fedora packaging review.
- Rebase on a master branch that has fixes for mingw install and macOS test
2019-03-18 11:28:43 +01:00
Christophe de Dinechin 07d11a2a41 Release 0.2.2: Address packaging issues reported by rpmlint
- Presence of .c files in a non-devel package
    - Non-binary in /usr/lib, moved config files to /usr/share
    - Incoherent version number in change log
    - Handling of documentation (added support to make-it-quick)

 # Please enter the commit message for your changes. Lines starting
2019-03-18 11:10:18 +01:00
Christophe de Dinechin e3d10e4cdd v0.2.1 Support for installing man pages
- Ability to install man pages in either nroff/groff or pod format
- Fix for MIQ path in make-it-quick examples
2019-03-12 14:03:36 +01:00
Christophe de Dinechin 8914a36a4a v0.2 Improved packaging support, Haiku and FreeBSD platforms
- Installable package for Fedora and OpenSUSE
    - Add preliminary support for Haiku and FreeBSD
    - Several bug fixes
2019-03-12 14:02:27 +01:00
Christophe de Dinechin 7bbeb890ad Reword NEWS 2018-09-20 17:17:49 +02:00
Christophe de Dinechin 741ce2047c Simple implementation of the 'dist' rule
This is for better compatibility with automake-generated makefiles.
It generates a distribution tar file.
2018-09-20 15:49:53 +02:00