Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dist/Tizen: Clean up the RPM spec file #20

Merged
merged 3 commits into from
Feb 1, 2024

Commits on Jan 31, 2024

  1. Dist/Tizen: Use a rpm spec macro instead of the hard-coded string

    This is a trivial patch for cleaning up the Tizen RPM spec file. Instead
    of the hard-coded string for build directory, this patch updates it to the
    RPM spec macro.
    
    Signed-off-by: Wook Song <[email protected]>
    wooksong committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c212d53 View commit details
    Browse the repository at this point in the history
  2. Dist/Tizen: Wipe-out the build directory before configuring the project

    This patch adds the omitted wiping-out of the build directory before the
    configuration of this project.
    
    Signed-off-by: Wook Song <[email protected]>
    wooksong committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e6532d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Dist/Tizen: Use meson and its commands to build and install the targets

    This patch replaces the lines directly using ninja in the build and
    install sections with the meson's compile and install commands.
    
    Signed-off-by: Wook Song <[email protected]>
    wooksong committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    aa088d5 View commit details
    Browse the repository at this point in the history