!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 printproto.pc
|
||||
|
||||
-EXTRA_DIST = xp.pc.in ChangeLog
|
||||
+EXTRA_DIST = xp.pc.in printproto.pc.in ChangeLog
|
||||
-EXTRA_DIST = xp.pc.in ChangeLog README.md
|
||||
+EXTRA_DIST = xp.pc.in printproto.pc.in ChangeLog README.md
|
||||
MAINTAINERCLEANFILES = 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
|
||||
Version: 1.0.3
|
||||
Release: 6
|
||||
Version: 1.0.4
|
||||
Release: 1
|
||||
Summary: LibXp runtime library for X.Org
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: xorg-x11-util-macros xorg-x11-proto-devel libX11-devel
|
||||
BuildRequires: libXext-devel libXau-devel libtool automake autoconf gettext
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
|
||||
|
||||
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
|
||||
LibXp runtime library for X.Org.
|
||||
|
||||
@ -32,6 +34,7 @@ autoreconf -v --install
|
||||
%configure --disable-static
|
||||
make
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%make_install
|
||||
@ -55,6 +58,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/xp.pc
|
||||
|
||||
%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
|
||||
- Fix dependencies
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user