automatic update by autodist [release 2.3.1-1mamba;Sun Jan 09 2011]
This commit is contained in:
parent
9e299c763c
commit
4aeb139244
@ -1,2 +1,4 @@
|
|||||||
# dmxproto
|
# dmxproto
|
||||||
|
|
||||||
|
X11 prototype headers for the dmx protocol.
|
||||||
|
|
||||||
|
55
dmxproto.spec
Normal file
55
dmxproto.spec
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user