Makefile: package all executable files in bindir.
Rather than only expose the tools deployed via package it makes sense to provide all tools to aid use by others via package.
This commit is contained in:
parent
06a9f15999
commit
de5ffa13fd
13
Makefile
13
Makefile
@ -2,18 +2,7 @@ SUBDIRS = factory-package-news abichecker
|
|||||||
|
|
||||||
include Makefile.common
|
include Makefile.common
|
||||||
|
|
||||||
pkgdata_BINS = \
|
pkgdata_BINS = $(shell find * -maxdepth 0 -executable -type f)
|
||||||
check_maintenance_incidents.py \
|
|
||||||
check_source.py \
|
|
||||||
devel-project.py \
|
|
||||||
leaper.py \
|
|
||||||
manager_42.py \
|
|
||||||
metrics.py \
|
|
||||||
pkglistgen.py \
|
|
||||||
repo_checker.py \
|
|
||||||
suppkg_rebuild.py \
|
|
||||||
totest-manager.py \
|
|
||||||
update_crawler.py
|
|
||||||
pkgdata_SCRIPTS=$(wildcard *.py *.pl *.sh)
|
pkgdata_SCRIPTS=$(wildcard *.py *.pl *.sh)
|
||||||
pkgdata_SCRIPTS+=bs_mirrorfull findfileconflicts
|
pkgdata_SCRIPTS+=bs_mirrorfull findfileconflicts
|
||||||
pkgdata_DATA+=bs_copy metrics osclib $(wildcard *.pm *.testcase)
|
pkgdata_DATA+=bs_copy metrics osclib $(wildcard *.pm *.testcase)
|
||||||
|
20
dist/package/openSUSE-release-tools.spec
vendored
20
dist/package/openSUSE-release-tools.spec
vendored
@ -362,6 +362,26 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.asciidoc
|
%doc README.asciidoc
|
||||||
|
%{_bindir}/osrt-biarchtool
|
||||||
|
%{_bindir}/osrt-bs_mirrorfull
|
||||||
|
%{_bindir}/osrt-build-fail-reminder
|
||||||
|
%{_bindir}/osrt-checknewer
|
||||||
|
%{_bindir}/osrt-check_source_in_factory
|
||||||
|
%{_bindir}/osrt-check_tags_in_requests
|
||||||
|
%{_bindir}/osrt-compare_pkglist
|
||||||
|
%{_bindir}/osrt-create_test_dvds
|
||||||
|
%{_bindir}/osrt-fcc_submitter
|
||||||
|
%{_bindir}/osrt-findfileconflicts
|
||||||
|
%{_bindir}/osrt-issue-diff
|
||||||
|
%{_bindir}/osrt-legal-auto
|
||||||
|
%{_bindir}/osrt-obs_clone
|
||||||
|
%{_bindir}/osrt-openqa-maintenance
|
||||||
|
%{_bindir}/osrt-openqa-maintenance2
|
||||||
|
%{_bindir}/osrt-rebuildpacs
|
||||||
|
%{_bindir}/osrt-requestfinder
|
||||||
|
%{_bindir}/osrt-status
|
||||||
|
%{_bindir}/osrt-sync-rebuild
|
||||||
|
%{_bindir}/osrt-unmaintained
|
||||||
%{_datadir}/%{source_dir}
|
%{_datadir}/%{source_dir}
|
||||||
%exclude %{_datadir}/%{source_dir}/abichecker
|
%exclude %{_datadir}/%{source_dir}/abichecker
|
||||||
%exclude %{_datadir}/%{source_dir}/%{announcer_filename}
|
%exclude %{_datadir}/%{source_dir}/%{announcer_filename}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user