source: projects/specs/trunk/x/xcb-proto/xcb-proto-vl.spec @ 12185

Revision 12185, 2.7 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

Line 
1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
2
3Summary:        XCB protocol descriptions
4Name:           xcb-proto
5Version:        1.13
6Release:        1%{?_dist_release}
7
8Group:          Development/Libraries
9License:        MIT
10URL:            http://xcb.freedesktop.org/
11Source0:        http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
12BuildArch:      noarch
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildRequires:  python
16Requires:       pkgconfig
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22XCB is a project to enable efficient language bindings to the X11 protocol.
23This package contains the protocol descriptions themselves.  Language
24bindings use these protocol descriptions to generate code for marshalling
25the protocol.
26
27%prep
28%setup -q
29
30%build
31# Bit of a hack to get the pc file in /usr/share, no we can be noarch.
32%configure --libdir=%{_datadir}
33make %{?_smp_mflags}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make install DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(-,root,root,-)
44%license COPYING
45%doc NEWS README TODO doc/xml-xcb.txt
46%{_datadir}/pkgconfig/xcb-proto.pc
47%dir %{_datadir}/xcb/
48%{_datadir}/xcb/*.xsd
49%{_datadir}/xcb/*.xml
50%{python_sitelib}/xcbgen
51
52%changelog
53* Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.13-1
54- new upstream release.
55
56* Fri Oct 31 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.11-1
57- new upstream release
58
59* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10-1
60- new upstream release
61
62* Mon Oct 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8-1
63- new upstream release
64
65* Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-1
66- new upstream release
67
68* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7-2
69- rebuild with python-2.7.2
70
71* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7-1
72- new upstream release
73
74* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6-2
75- rebuild with rpm-4.8.1 for pkg-config file
76
77* Mon Mar 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-1
78- new upstream release
79
80* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.5-2
81- rebuilt with python-2.6.4
82
83* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-1
84- new upstream release
85
86* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-1
87- new upstream release
88- add BR: python
89
90* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
91- new versioning policy
92
93* Sun Jan 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
94- initial build for Vine Linux
95
96* Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 1.1-1
97- xcb-proto 1.1
98
99* Fri Jun 29 2007 Adam Jackson <ajax@redhat.com> 1.0-1
100- Initial revision.
Note: See TracBrowser for help on using the repository browser.