100 lines
2.8 KiB
RPMSpec
100 lines
2.8 KiB
RPMSpec
Name: libXcursor
|
|
Version: 1.2.3
|
|
Release: 1mamba
|
|
Summary: X.Org Xcursor library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.x.org/wiki/
|
|
Source: https://ftp.x.org/archive/individual/lib/libXcursor-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXfixes-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: xorgproto-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
X.Org Xcursor library.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
X.Org Xcursor library.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libXcursor.so.*
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libXcursor.a
|
|
%{_libdir}/libXcursor.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_includedir}/X11/Xcursor/Xcursor.h
|
|
%{_mandir}/man3/Xcursor*.3*
|
|
|
|
%changelog
|
|
* Wed Nov 06 2024 Automatic Build System <autodist@openmamba.org> 1.2.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 1.2.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
|
- update to 1.2.1
|
|
|
|
* Sat Aug 03 2019 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Apr 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.14-2mamba
|
|
- rebuilt to update libpthread-strubs broken .la files
|
|
|
|
* Fri May 31 2013 Automatic Build System <autodist@mambasoft.it> 1.1.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 02 2012 Automatic Build System <autodist@mambasoft.it> 1.1.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 1.1.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 16 2011 Automatic Build System <autodist@mambasoft.it> 1.1.11-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Sep 02 2009 Automatic Build System <autodist@mambasoft.it> 1.1.10-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Sep 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1mamba
|
|
- update to 1.1.9
|
|
|
|
* Wed Feb 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.8-1qilnx
|
|
- update to version 1.1.8 by autospec
|
|
|
|
* Wed Dec 20 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1qilnx
|
|
- package created by autospec
|