Compare commits
11 Commits
c57b5c4a1e
...
3241375d23
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3241375d23 | ||
|
|
bacc300172 | ||
|
|
41db0ef166 | ||
|
|
54246a3724 | ||
|
|
6a5efcd5c1 | ||
|
|
962164fa1c | ||
|
|
dccefd0cbb | ||
|
|
4591dc4bd5 | ||
|
|
f70806b7e4 | ||
|
|
9b9e3cf629 | ||
|
|
c9647af7da |
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: libXrandr
|
||||
Version: 1.5.2
|
||||
Release: 1
|
||||
Release: 4
|
||||
License: MIT
|
||||
Summary: X.Org X11 libXrandr runtime library
|
||||
URL: https://www.x.org
|
||||
@ -24,11 +24,11 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n libxrandr-%{name}-%{version} -p1
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%configure
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -47,7 +47,6 @@ autoreconf -ivf
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files help
|
||||
@ -55,6 +54,15 @@ autoreconf -ivf
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- updata package
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
git_url: https://gitlab.freedesktop.org/xorg/lib/libxrandr.git
|
||||
version_control: git
|
||||
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxrandr.git
|
||||
tag_prefix: libXrandr-
|
||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxrandr.git
|
||||
tag_prefix: "^libXrandr-"
|
||||
seperator: "."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user