diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/RPM-module.md | 16 | ||||
-rw-r--r-- | docs/markdown/snippets/removing_rpm_module.md | 10 | ||||
-rw-r--r-- | docs/sitemap.txt | 1 | ||||
-rw-r--r-- | docs/theme/extra/templates/navbar_links.html | 1 |
4 files changed, 10 insertions, 18 deletions
diff --git a/docs/markdown/RPM-module.md b/docs/markdown/RPM-module.md deleted file mode 100644 index cab6d96..0000000 --- a/docs/markdown/RPM-module.md +++ /dev/null @@ -1,16 +0,0 @@ -# RPM module - -The RPM module can be used to create a sample rpm spec file for a -Meson project. It autodetects installed files, dependencies and so -on. Using it is very simple. At the very end of your Meson project -(that is, the end of your top level `meson.build` file) add these two -lines. - -```meson -rpm = import('rpm') -rpm.generate_spec_template() -``` - -Run Meson once on your code and the template will be written in your -build directory. Then remove the two lines above and manually edit the -template to add missing information. After this it is ready for use. diff --git a/docs/markdown/snippets/removing_rpm_module.md b/docs/markdown/snippets/removing_rpm_module.md new file mode 100644 index 0000000..c492d51 --- /dev/null +++ b/docs/markdown/snippets/removing_rpm_module.md @@ -0,0 +1,10 @@ +## Removal of the RPM module + +Due to lack of interest, lack of maintainership, and lack of a clear purpose, +the RPM module has been removed. + +Users interested in one-shot tools to generate an RPM spec file template for +distro packaging, are encouraged develop an external tool that reads the +introspection data. + +For more details, see https://github.com/mesonbuild/meson/issues/9764 diff --git a/docs/sitemap.txt b/docs/sitemap.txt index 4507c60..82e0a7b 100644 --- a/docs/sitemap.txt +++ b/docs/sitemap.txt @@ -53,7 +53,6 @@ index.md Qt4-module.md Qt5-module.md Qt6-module.md - RPM-module.md Rust-module.md Simd-module.md SourceSet-module.md diff --git a/docs/theme/extra/templates/navbar_links.html b/docs/theme/extra/templates/navbar_links.html index b8b6179..c518de5 100644 --- a/docs/theme/extra/templates/navbar_links.html +++ b/docs/theme/extra/templates/navbar_links.html @@ -23,7 +23,6 @@ ("Qt4-module.html","Qt4"), \ ("Qt5-module.html","Qt5"), \ ("Qt6-module.html","Qt6"), \ - ("RPM-module.html","RPM"), \ ("Rust-module.html","Rust"), \ ("Simd-module.html","Simd"), \ ("SourceSet-module.html","SourceSet"), \ |