Compare commits
10 Commits
56e369e95c
...
d1214ad9a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d1214ad9a3 | ||
|
|
038bf5f024 | ||
|
|
e4402284f6 | ||
|
|
ddb26f5caa | ||
|
|
14413a2898 | ||
|
|
3c479fcd12 | ||
|
|
f9266af833 | ||
|
|
70d77afec4 | ||
|
|
bc28255e66 | ||
|
|
0033e112d5 |
28
libXext.spec
28
libXext.spec
@ -1,12 +1,12 @@
|
||||
Name: libXext
|
||||
Version: 1.3.4
|
||||
Release: 1
|
||||
Release: 6
|
||||
Summary: Common extensions to the X11 protocol
|
||||
License: MIT
|
||||
URL: https://xorg.freedesktop.org/
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto
|
||||
BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto make
|
||||
BuildRequires: libXau-devel xorg-x11-util-macros autoconf automake libtool pkgconfig
|
||||
Requires: libX11
|
||||
|
||||
@ -32,6 +32,9 @@ autoreconf -v --install --force
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
@ -40,7 +43,8 @@ autoreconf -v --install --force
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%{_libdir}/libXext.so.*
|
||||
|
||||
%files devel
|
||||
@ -56,5 +60,23 @@ autoreconf -v --install --force
|
||||
%exclude %{_docdir}/libXext
|
||||
|
||||
%changelog
|
||||
* Tue Dec 20 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.4-6
|
||||
- add BuildRequires make
|
||||
|
||||
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.4-5
|
||||
- Rebuild for next release
|
||||
|
||||
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-4
|
||||
- rebuild libXext
|
||||
|
||||
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-3
|
||||
- add check in spec
|
||||
|
||||
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-2
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
- SUG:NA
|
||||
- DESC:change the directory of the license files
|
||||
|
||||
* Thu Sep 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-1
|
||||
- Package init
|
||||
|
||||
5
libXext.yaml
Normal file
5
libXext.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
version_control: git
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxext.git
|
||||
tag_prefix: libXext-
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user