From 9826d0b55a3e90793ffee9e34aa17dd740b282e4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Aug 2018 11:16:13 -0400 Subject: [PATCH 1/2] Rebuild for F30 branch Signed-off-by: Stephen Gallagher From 9e45ccaff4ef7169630784107d893a3be5251e9f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Dec 2018 14:12:57 +0100 Subject: [PATCH 2/2] No need for such branch --- README.md | 3 --- dead.package | 1 + meson.yaml | 34 ---------------------------------- 3 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 meson.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 67c601e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# meson - -The meson package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2ea2a99 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No need for such branch diff --git a/meson.yaml b/meson.yaml deleted file mode 100644 index 5c3f068..0000000 --- a/meson.yaml +++ /dev/null @@ -1,34 +0,0 @@ -document: modulemd -version: 2 -data: - summary: The Meson Build system - description: >- - Meson is an open source build system meant to be both extremely fast, - and, even more importantly, as user friendly as possible. - - The main design point of Meson is that every moment a developer spends - writing or debugging build definitions is a second wasted. So is every - second spent waiting for the build system to actually start compiling code. - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] - ninja: [] - references: - community: https://mesonbuild.com/ - documentation: https://mesonbuild.com/ - tracker: https://github.com/mesonbuild/meson/issues - profiles: - default: - rpms: - - meson - api: - rpms: - - meson - components: - rpms: - meson: - rationale: Main component.