Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
011e7ccf69
!12 [sync] PR-10: 【轻量级 PR】:rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-01 09:29:52 +00:00
Markeryang
f2f7809432 update for mass rebuild and upgrade verification
(cherry picked from commit 56d377e8f35b0b19983880d7681ce20811d13029)
2022-10-27 09:44:26 +08:00
openeuler-ci-bot
9d494281bf !4 Correct invalid URL and Source
From: @wangchen2020
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2020-12-10 20:45:46 +08:00
wangchen2020
4a707f74c5 Correct invalid URL and Source 2020-12-10 11:08:21 +08:00
openeuler-ci-bot
d0dbc1ab49 !3 update yaml file
Merge pull request !3 from 桐小哥/master
2020-08-13 19:31:59 +08:00
桐小哥
fe4d577769 update chrpath.yaml. 2020-08-13 18:45:06 +08:00
openeuler-ci-bot
0be6f94c9a !2 add yaml file for chrpath
Merge pull request !2 from xu_ping/master
2020-06-22 17:26:03 +08:00
cherry530
e7fd2e58fc add yaml file for chrpath 2020-06-18 20:47:33 +08:00
cherry530
be5003fbe0 add yaml file 2020-06-18 20:19:25 +08:00
openeuler-ci-bot
3000e6972a !1 Enable test cases
Merge pull request !1 from chengquan/developer
2020-02-18 09:26:06 +08:00
chengquan
29c6cdd059 Enable test cases 2020-02-17 17:11:02 +08:00
2 changed files with 20 additions and 3 deletions

View File

@ -1,10 +1,10 @@
Name: chrpath
Version: 0.16
Release: 10
Release: 13
Summary: Modify the dynamic library load path (rpath) of compiled programs
License: GPL+
URL: https://chrpath.alioth.debian.org/
Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz
URL: https://github.com/openEuler-BaseService/chrpath
Source0: https://alioth-archive.debian.org/releases/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc
@ -26,6 +26,9 @@ is supported.
%make_install
rm -rf %{buildroot}/usr/doc
%check
make check
%files
%defattr(-,root,root)
%license COPYING
@ -36,6 +39,15 @@ rm -rf %{buildroot}/usr/doc
%{_mandir}/man1/chrpath.1*
%changelog
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 0.16-13
- rebuild for next release
* Thu Dec 10 2020 wangchen <wangchen137@huawei.com> - 0.16-12
- Correct URL and Source0
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.16-11
- Enable test cases
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-10
- Package init

5
chrpath.yaml Normal file
View File

@ -0,0 +1,5 @@
git_url: https://github.com/jwilk-mirrors/chrpath.git
version_control: github
src_repo: jwilk-mirrors/chrpath
tag_prefix: "RELEASE_"
seperator: "_"