diff --git a/add-proto-files.patch b/add-proto-files.patch index af8d952..901e022 100644 --- a/add-proto-files.patch +++ b/add-proto-files.patch @@ -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 diff --git a/libXp-1.0.3.tar.bz2 b/libXp-1.0.3.tar.bz2 deleted file mode 100644 index 8270608..0000000 Binary files a/libXp-1.0.3.tar.bz2 and /dev/null differ diff --git a/libXp-1.0.4.tar.xz b/libXp-1.0.4.tar.xz new file mode 100644 index 0000000..0dd5e82 Binary files /dev/null and b/libXp-1.0.4.tar.xz differ diff --git a/libXp.spec b/libXp.spec index c24391f..ee6bdae 100644 --- a/libXp.spec +++ b/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 - 1.0.4-1 +- Upgrade to 1.0.4 + * Wed Mar 11 2020 yangjian - 1.0.3-6 - Fix dependencies