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

Revision 12451, 2.8 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

libX11-1.6.11-1

libepoxy-1.5.4-2

libxcb-1.14-1

pixman-0.40.0-1

xcb-proto-1.14-1

xorg-x11-server-1.20.8-2

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