Compare commits
11 Commits
ad2d41a179
...
011e7ccf69
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
011e7ccf69 | ||
|
|
f2f7809432 | ||
|
|
9d494281bf | ||
|
|
4a707f74c5 | ||
|
|
d0dbc1ab49 | ||
|
|
fe4d577769 | ||
|
|
0be6f94c9a | ||
|
|
e7fd2e58fc | ||
|
|
be5003fbe0 | ||
|
|
3000e6972a | ||
|
|
29c6cdd059 |
18
chrpath.spec
18
chrpath.spec
@ -1,10 +1,10 @@
|
|||||||
Name: chrpath
|
Name: chrpath
|
||||||
Version: 0.16
|
Version: 0.16
|
||||||
Release: 10
|
Release: 13
|
||||||
Summary: Modify the dynamic library load path (rpath) of compiled programs
|
Summary: Modify the dynamic library load path (rpath) of compiled programs
|
||||||
License: GPL+
|
License: GPL+
|
||||||
URL: https://chrpath.alioth.debian.org/
|
URL: https://github.com/openEuler-BaseService/chrpath
|
||||||
Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz
|
Source0: https://alioth-archive.debian.org/releases/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
@ -26,6 +26,9 @@ is supported.
|
|||||||
%make_install
|
%make_install
|
||||||
rm -rf %{buildroot}/usr/doc
|
rm -rf %{buildroot}/usr/doc
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -36,6 +39,15 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%{_mandir}/man1/chrpath.1*
|
%{_mandir}/man1/chrpath.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-10
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
5
chrpath.yaml
Normal file
5
chrpath.yaml
Normal 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: "_"
|
||||||
Loading…
x
Reference in New Issue
Block a user