!4 Upgrade to 1.0.4
From: @li-long315 Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
0bd186a0b9
@ -1374,8 +1374,8 @@ diff -up libXp-1.0.3/Makefile.am.jx libXp-1.0.3/Makefile.am
|
|||||||
-pkgconfig_DATA = xp.pc
|
-pkgconfig_DATA = xp.pc
|
||||||
+pkgconfig_DATA = xp.pc printproto.pc
|
+pkgconfig_DATA = xp.pc printproto.pc
|
||||||
|
|
||||||
-EXTRA_DIST = xp.pc.in ChangeLog
|
-EXTRA_DIST = xp.pc.in ChangeLog README.md
|
||||||
+EXTRA_DIST = xp.pc.in printproto.pc.in ChangeLog
|
+EXTRA_DIST = xp.pc.in printproto.pc.in ChangeLog README.md
|
||||||
MAINTAINERCLEANFILES = ChangeLog
|
MAINTAINERCLEANFILES = ChangeLog
|
||||||
|
|
||||||
.PHONY: ChangeLog
|
.PHONY: ChangeLog
|
||||||
|
|||||||
Binary file not shown.
BIN
libXp-1.0.4.tar.xz
Normal file
BIN
libXp-1.0.4.tar.xz
Normal file
Binary file not shown.
16
libXp.spec
16
libXp.spec
@ -1,14 +1,16 @@
|
|||||||
Name: libXp
|
Name: libXp
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: LibXp runtime library for X.Org
|
Summary: LibXp runtime library for X.Org
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org
|
URL: http://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.xz
|
||||||
BuildRequires: xorg-x11-util-macros xorg-x11-proto-devel libX11-devel
|
|
||||||
BuildRequires: libXext-devel libXau-devel libtool automake autoconf gettext
|
|
||||||
Patch0: add-proto-files.patch
|
Patch0: add-proto-files.patch
|
||||||
|
|
||||||
|
BuildRequires: xorg-x11-util-macros xorg-x11-proto-devel libX11-devel make
|
||||||
|
BuildRequires: libXext-devel libXau-devel libtool automake autoconf gettext
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LibXp runtime library for X.Org.
|
LibXp runtime library for X.Org.
|
||||||
|
|
||||||
@ -32,6 +34,7 @@ autoreconf -v --install
|
|||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%make_install
|
%make_install
|
||||||
@ -55,6 +58,9 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/xp.pc
|
%{_libdir}/pkgconfig/xp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2023 lilong <lilong@kylinos.cn> - 1.0.4-1
|
||||||
|
- Upgrade to 1.0.4
|
||||||
|
|
||||||
* Wed Mar 11 2020 yangjian <yangjian79@huawei.com> - 1.0.3-6
|
* Wed Mar 11 2020 yangjian <yangjian79@huawei.com> - 1.0.3-6
|
||||||
- Fix dependencies
|
- Fix dependencies
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user