libdmx/libdmx.spec

77 lines
1.8 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:55:43 -04:00
Name: libdmx
2023-07-19 08:18:29 +00:00
Version: 1.1.5
Release: 1
2019-09-30 10:55:43 -04:00
Summary: Distributed Multihead X extension library
License: MIT
URL: https://xorg.freedesktop.org/
2023-07-19 08:18:29 +00:00
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
2019-09-30 10:55:43 -04:00
BuildRequires: pkgconfig(xext) autoconf automake libtool
BuildRequires: xorg-x11-util-macros libX11-devel
Requires: libX11
%description
The X.Org project provides an open source implementation of the X Window System.
The development work is being done in conjunction with the freedesktop.org community.
The X.Org Foundation is the educational non-profit corporation whose Board serves this effort,
and whose Members lead this work.
%package devel
Summary: development files and header files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
%{name}-devel contains development files and header files for %{name}
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -v --install --force
%configure
%make_build
%install
%make_install
%delete_la
%check
make check
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2019-11-06 19:37:46 +08:00
%license COPYING
2019-09-30 10:55:43 -04:00
%{_libdir}/libdmx.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.a
%{_libdir}/libdmx.so
%{_includedir}/X11/*
%files help
%defattr(-,root,root)
%{_mandir}/man3/*
%changelog
2023-07-19 08:18:29 +00:00
* Wed Jul 19 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-1
- update to 1.1.5
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.4-7
- Rebuild for next release
2019-11-06 19:37:46 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-6
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license files
2019-09-30 10:55:43 -04:00
* Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-5
- Package init