58 lines
1.4 KiB
RPMSpec
58 lines
1.4 KiB
RPMSpec
Name: dmxproto
|
|
Epoch: 1
|
|
Version: 2.3.1
|
|
Release: 2mamba
|
|
Summary: X11 prototype headers for the dmx protocol
|
|
Group: Development/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.x.org/wiki/
|
|
Source: ftp://ftp.x.org/pub/individual/proto/dmxproto-%{version}.tar.bz2
|
|
License: MIT
|
|
|
|
%description
|
|
X11 prototype headers for the dmx protocol.
|
|
|
|
%package devel
|
|
Summary: X11 prototype headers for the dmx protocol
|
|
Group: Development/Libraries
|
|
|
|
%description devel
|
|
X11 prototype headers for the dmx protocol.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/X11/extensions/*.h
|
|
%{_libdir}/pkgconfig/dmxproto.pc
|
|
|
|
%changelog
|
|
* Mon Sep 05 2022 Automatic Build System <autodist@mambasoft.it> 2.3.1-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sun Jan 09 2011 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Nov 01 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3-2mamba
|
|
- rebuilt to add pkgconfig provides
|
|
|
|
* Sun Oct 25 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3-1mamba
|
|
- update to 2.3
|
|
|
|
* Sun Oct 25 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
|
|
- package created from xproto
|