automatic version update by autodist [release 1.10-1mamba;Thu Dec 26 2013]
This commit is contained in:
parent
0efd05c8db
commit
d9857291cb
@ -1,2 +1,4 @@
|
||||
# xcb-proto
|
||||
|
||||
Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib.
|
||||
|
||||
|
83
xcb-proto.spec
Normal file
83
xcb-proto.spec
Normal file
@ -0,0 +1,83 @@
|
||||
Name: xcb-proto
|
||||
Version: 1.10
|
||||
Release: 1mamba
|
||||
Summary: Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://xcb.freedesktop.org/wiki/
|
||||
Source: http://xcb.freedesktop.org/dist/xcb-proto-%{version}.tar.bz2
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Prototypes for the X protocol C-language Binding
|
||||
|
||||
%description devel
|
||||
This package contains prototypes for the X protocol C-language Binding. XCB is a replacement for Xlib.
|
||||
|
||||
%prep
|
||||
%setup -q -n xcb-proto-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
#%{_includedir}/*.h
|
||||
%dir %{_datadir}/xcb
|
||||
%{_datadir}/xcb/*.xsd
|
||||
%{_datadir}/xcb/*.xml
|
||||
%{python_sitearch}/xcbgen/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc COPYING NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Thu Dec 26 2013 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 09 2013 Automatic Build System <autodist@mambasoft.it> 1.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 11 2012 Automatic Build System <autodist@mambasoft.it> 1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 10 2012 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 15 2012 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-2mamba
|
||||
- rebuilt to add pkgconfig provides
|
||||
|
||||
* Thu Jan 14 2010 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jun 09 2009 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jan 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun May 20 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-2mamba
|
||||
- fixed group name
|
||||
|
||||
* Wed Feb 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user