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

Revision 8064, 1.4 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-image
2Version:        0.3.9
3Release:        2%{?_dist_release}
4Summary:        XCB util-image 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-image module provides the following library:
20
21  - image: Port of Xlib's XImage and XShmImage functions.
22
23%package        devel
24Summary:        Development and header files for %{name}
25Group:          System Environment/Libraries
26Requires:       %{name} = %{version}-%{release}, pkgconfig
27
28%description    devel
29Development files for %{name}.
30
31
32%prep
33%setup -q
34
35
36%build
37%configure --with-pic --disable-static
38
39make %{?_smp_mflags}
40
41
42%check
43
44make check
45
46
47%install
48rm -rf %{buildroot}
49
50make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
51
52rm %{buildroot}%{_libdir}/*.la
53
54
55%post -p /sbin/ldconfig
56
57%postun -p /sbin/ldconfig
58
59
60%clean
61rm -rf %{buildroot}
62
63
64%files
65%defattr(-,root,root,-)
66%doc README
67%{_libdir}/libxcb-image.so.*
68
69%files devel
70%defattr(-,root,root,-)
71%{_libdir}/pkgconfig/xcb-image.pc
72%{_libdir}/libxcb-image.so
73%{_includedir}/xcb/*.h
74
75
76%changelog
77* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-2
78- rebuild with VineSeed environment
79
80* Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-1
81- initial build
Note: See TracBrowser for help on using the repository browser.