Compare commits
10 Commits
dccefd0cbb
...
f6cb5e5cb1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6cb5e5cb1 | ||
|
|
d90bcd858d | ||
|
|
8a2663187c | ||
|
|
6ac2bd2c71 | ||
|
|
2beb149c24 | ||
|
|
587de6bc82 | ||
|
|
bd4feea717 | ||
|
|
94f168a73c | ||
|
|
dda6c6694b | ||
|
|
de54880e8d |
Binary file not shown.
BIN
libXrandr-1.5.4.tar.gz
Normal file
BIN
libXrandr-1.5.4.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: libXrandr
|
Name: libXrandr
|
||||||
Version: 1.5.2
|
Version: 1.5.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: X.Org X11 libXrandr runtime library
|
Summary: X.Org X11 libXrandr runtime library
|
||||||
URL: https://www.x.org
|
URL: https://www.x.org
|
||||||
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: xorg-x11-util-macros autoconf automake libtool
|
BuildRequires: xorg-x11-util-macros autoconf automake libtool
|
||||||
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel libXrender-devel
|
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel libXrender-devel
|
||||||
@ -24,11 +24,11 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n libxrandr-%{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
%configure
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,7 +47,6 @@ autoreconf -ivf
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/X11/extensions/*.h
|
%{_includedir}/X11/extensions/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
@ -55,6 +54,21 @@ autoreconf -ivf
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 27 2023 konglidong <konglidong@uniontech.com> - 1.5.4-1
|
||||||
|
- update version to 1.5.4
|
||||||
|
|
||||||
|
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.3-1
|
||||||
|
- update to 1.5.3
|
||||||
|
|
||||||
|
* Fri Nov 25 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.2-4
|
||||||
|
- update Correct tar file
|
||||||
|
|
||||||
|
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.5.2-3
|
||||||
|
- disable static library
|
||||||
|
|
||||||
|
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.2-2
|
||||||
|
- Rebuild for next release
|
||||||
|
|
||||||
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.2-1
|
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.2-1
|
||||||
- updata package
|
- updata package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user