add ghc-rpm-macros

This commit is contained in:
Louis Abel 2022-12-12 16:10:15 -07:00
parent 4687a4b227
commit 2377596068
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -18,6 +18,7 @@
# pandoc # pandoc
# tinyxml2 # tinyxml2
# z3 # z3
# ghc-rpm-macros
package { package {
name: "PyQt-builder" name: "PyQt-builder"
type: PACKAGE_TYPE_NORMAL_SRC type: PACKAGE_TYPE_NORMAL_SRC
@ -133,6 +134,16 @@ package {
} }
} }
package {
name: "ghc-rpm-macros"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "ghc-rpm-macros.noarch"
include_filter: "ghc-rpm-macros-extra.noarch"
}
}
# All Excludes # All Excludes
#exclude_filter { #exclude_filter {
# repo_match: "plus" # repo_match: "plus"