56 lines
1.4 KiB
RPMSpec
56 lines
1.4 KiB
RPMSpec
|
Name: dmxproto
|
||
|
Epoch: 1
|
||
|
Version: 2.3.1
|
||
|
Release: 1mamba
|
||
|
Summary: X11 prototype headers for the dmx protocol
|
||
|
Group: Development/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://www.x.org
|
||
|
Source: ftp://ftp.x.org/pub/individual/proto/dmxproto-%{version}.tar.bz2
|
||
|
License: MIT
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%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
|
||
|
* 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
|