Compare commits
No commits in common. "3241375d231cad008abc547b9645ffcf40b8e5ad" and "c57b5c4a1eaf8e59b17d2fd5d456610c3670ef68" have entirely different histories.
3241375d23
...
c57b5c4a1e
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: libXrandr
|
Name: libXrandr
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 4
|
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
|
||||||
@ -24,11 +24,11 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n libxrandr-%{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
%configure --disable-static
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,6 +47,7 @@ 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
|
||||||
@ -54,15 +55,6 @@ autoreconf -ivf
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.2-1
|
||||||
- updata package
|
- updata package
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
git_url: https://gitlab.freedesktop.org/xorg/lib/libxrandr.git
|
|
||||||
version_control: git
|
version_control: git
|
||||||
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxrandr.git
|
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxrandr.git
|
||||||
tag_prefix: "^libXrandr-"
|
tag_prefix: libXrandr-
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user