rpms/xcb-proto/devel xcb-proto.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Jul 9 13:49:22 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/xcb-proto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21607/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xcb-proto.spec 
Log Message:
Initial import.



--- NEW FILE xcb-proto.spec ---
%define debug_package %{nil}

Name:           xcb-proto
Version:        1.0
Release:        1%{?dist}
Summary:        XCB protocol descriptions

Group:          Development/Libraries
License:        MIT
URL:            http://xcb.freedesktop.org/
Source0:        http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       pkgconfig

%description
XCB is a project to enable efficient language bindings to the X11 protocol.
This package contains the protocol descriptions themselves.  Language
bindings use these protocol descriptions to generate code for marshalling
the protocol.

%prep
%setup -q

%build
# Bit of a hack to get the pc file in /usr/share, no we can be noarch.
%configure --libdir=%{_datadir}
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING NEWS README TODO doc/xml-xcb.txt
%{_datadir}/pkgconfig/xcb-proto.pc
%dir %{_datadir}/xcb/
%{_datadir}/xcb/*.xsd
%{_datadir}/xcb/*.xml

%changelog
* Fri Jun 29 2007 Adam Jackson <ajax at redhat.com> 1.0-1
- Initial revision.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xcb-proto/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jul 2007 22:58:52 -0000	1.1
+++ .cvsignore	9 Jul 2007 13:48:47 -0000	1.2
@@ -0,0 +1 @@
+xcb-proto-1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xcb-proto/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jul 2007 22:58:52 -0000	1.1
+++ sources	9 Jul 2007 13:48:47 -0000	1.2
@@ -0,0 +1 @@
+d31407eaae7e52d100645217767a41aa  xcb-proto-1.0.tar.bz2




More information about the scm-commits mailing list