Package init

This commit is contained in:
overweight 2019-09-30 10:59:26 -04:00
commit c6bb0167fe
2 changed files with 64 additions and 0 deletions

BIN
libXfixes-5.0.3.tar.bz2 Normal file

Binary file not shown.

64
libXfixes.spec Normal file
View File

@ -0,0 +1,64 @@
Name: libXfixes
Version: 5.0.3
Release: 10
Summary: X11 miscellaneous "fixes" extension library
License: MIT
URL: https://xorg.freedesktop.org/
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel
Requires: libX11
%description
The X Fixes extension provides applications with work-arounds for
various limitations in the core protocol.
%package devel
Summary: Development files and Header files for %{name}
Requires: %{name} = %{version}-%{release} pkgconfig
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_libdir}/libXfixes.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/Xfixes.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.a
%{_libdir}/libXfixes.so
%files help
%doc README
%{_mandir}/man3/Xfixes.3.gz
%changelog
* Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0.3-10
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: rebuilt spec
* Wed Aug 21 2019 openEuler Buildteam<buildteam@openeuler.org> - 5.0.3-9
- Package init