!2 delete files

Merge pull request !2 from daidai_is_here/dqw_test
This commit is contained in:
openeuler-ci-bot 2020-01-10 17:28:46 +08:00 committed by Gitee
commit 4755d6f3e3
2 changed files with 1 additions and 15 deletions

8
README
View File

@ -1,8 +0,0 @@
This project contains set of RPM packaging helpers to make the multilib fixes
centralized at one place for whole distribution.
For more info have a look at:
https://fedorahosted.org/fpc/ticket/312
https://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks
https://bugzilla.redhat.com/show_bug.cgi?id=1286193
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/F6YVSCNNFFFNEOQ4TN6BJOPJZ2KMPEOJ/

View File

@ -10,7 +10,6 @@ URL: https://github.com/EuroLinux/els-tests-multilib-rpm-config
Source0: multilib-fix
Source1: macros.ml
Source2: README
Source3: COPYING
Source4: multilib-library
Source5: multilib-info
@ -25,11 +24,9 @@ BuildArch: noarch
Set of tools (shell scripts, RPM macro files) to help with multilib packaging
issues.
%package_help
%prep
%autosetup -c -T
install -m 644 %{SOURCE2} %{SOURCE3} .
install -m 644 %{SOURCE3} .
%build
%global ml_fix %_libexecdir/multilib-fix
@ -100,9 +97,6 @@ test `$capable --arch ppc64p7` = true
%_libexecdir/*
%{macrosdir}/*
%files help
%doc README
%changelog
* Fri Dec 6 2019 caomeng<caomeng5@huawei.com> - 1-14
- Package init