Compare commits
10 Commits
9129b215ed
...
739ece8289
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
739ece8289 | ||
|
|
d580159aa2 | ||
|
|
09f3d64bd4 | ||
|
|
8a10f93395 | ||
|
|
fdd4cef9a6 | ||
|
|
e2e1e1fbeb | ||
|
|
c4246ef5e7 | ||
|
|
6612d9d06b | ||
|
|
cbae6d9e43 | ||
|
|
7944d03654 |
Binary file not shown.
BIN
libXaw-1.0.15.tar.gz
Normal file
BIN
libXaw-1.0.15.tar.gz
Normal file
Binary file not shown.
19
libXaw.spec
19
libXaw.spec
@ -1,12 +1,12 @@
|
||||
%global _pkgdocdir %{_docdir}/%{name}-%{version}
|
||||
|
||||
Name: libXaw
|
||||
Version: 1.0.13
|
||||
Release: 13
|
||||
Version: 1.0.15
|
||||
Release: 1
|
||||
License: MIT
|
||||
Summary: X Athena Widget Set
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
|
||||
BuildRequires: autoconf automake libtool xorg-x11-proto-devel libX11-devel libXt-devel
|
||||
BuildRequires: libXmu-devel libXpm-devel libXext-devel xorg-x11-util-macros xmlto lynx
|
||||
|
||||
@ -34,7 +34,7 @@ export CFLAGS="$RPM_OPT_FLAGS -Os"
|
||||
|
||||
%install
|
||||
%make_install INSTALL="install -p"
|
||||
install -pm 644 README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
|
||||
install -pm 644 README.md ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
|
||||
%delete_la_and_a
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -53,12 +53,21 @@ install -pm 644 README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%{_pkgdocdir}/ChangeLog
|
||||
%{_pkgdocdir}/README
|
||||
%{_pkgdocdir}/README.md
|
||||
%{_pkgdocdir}/*.xml
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 20 2023 zhangpan <zhangpan103@h-partners.com> - 1.0.15-1
|
||||
- update to 1.0.15
|
||||
|
||||
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.0.14-2
|
||||
- Rebuild for next release
|
||||
|
||||
* Fri Nov 26 2021 dongyuzhen <dongyuzhen@huawei.com> - 1.0.14-1
|
||||
- update to 1.0.14
|
||||
|
||||
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.13-13
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
|
||||
5
libXaw.yaml
Normal file
5
libXaw.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
version_control: git
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxaw.git
|
||||
tag_prefix: libXaw-
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user