source: projects/specs/trunk/x/xcb-util-renderutil/xcb-util-renderutil-vl.spec @ 8064

Revision 8064, 1.5 KB checked in by Takemikaduchi, 10 years ago (diff)

freetype2: fix pkgconfig
xserver: update to 1.14.5
others: new upstream release or rebuild

Line 
1Name:           xcb-util-renderutil
2Version:        0.3.8
3Release:        2%{?_dist_release}
4Summary:        XCB util-renderutil module
5
6Group:          System Environment/Libraries
7License:        MIT
8URL:            http://xcb.freedesktop.org
9Source0:        http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildRequires:  xcb-util-devel
13
14Vendor:                 Project Vine
15Distribution:   Vine Linux
16Packager:               Takemikaduchi
17
18%description
19XCB util-renderutil module provides the following library:
20
21  - renderutil: Convenience functions for the Render extension.
22
23
24%package        devel
25Summary:        Development and header files for %{name}
26Group:          System Environment/Libraries
27Requires:       %{name} = %{version}-%{release}, pkgconfig
28
29%description    devel
30Development files for %{name}.
31
32
33%prep
34%setup -q
35
36
37%build
38%configure --with-pic --disable-static
39
40make %{?_smp_mflags}
41
42
43%check
44
45make check
46
47
48%install
49rm -rf %{buildroot}
50
51make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
52
53rm %{buildroot}%{_libdir}/*.la
54
55
56%post -p /sbin/ldconfig
57
58%postun -p /sbin/ldconfig
59
60
61%clean
62rm -rf %{buildroot}
63
64
65%files
66%defattr(-,root,root,-)
67%doc README
68%{_libdir}/libxcb-render-util.so.*
69
70%files devel
71%defattr(-,root,root,-)
72%{_libdir}/pkgconfig/xcb-renderutil.pc
73%{_libdir}/libxcb-render-util.so
74%{_includedir}/xcb/xcb_renderutil.h
75
76
77%changelog
78* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.8-2
79- rebuild with VineSeed environment
80
81* Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.8-1
82- initial build
Note: See TracBrowser for help on using the repository browser.