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

Revision 9044, 1.6 KB checked in by inagaki, 9 years ago (diff)

2014-11-01 Ryoichi INAGAKI <ryo1@…>

  • libxcb, xcb-proto, xcb-util, xcb-util-image, xcb-util-keysyms, xcb-util-renderutil: updated
  • xcb-util-cursor, xcb-util-wm: changed Group


Line 
1Name:           xcb-util-image
2Version:        0.4.0
3Release:        1%{?_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}
25Summary(ja):    %{name} の開発用ファイル
26Group:          Development/Libraries
27Requires:       %{name} = %{version}-%{release}
28Requires:       pkgconfig
29
30%description    devel
31Development files for %{name}.
32
33
34%prep
35%setup -q
36
37%build
38%configure --with-pic --disable-static
39
40make %{?_smp_mflags}
41
42
43%check
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 COPYING NEWS 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- new upstream release
79- moved devel package to Development/Libraries Group
80
81* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-2
82- rebuild with VineSeed environment
83
84* Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-1
85- initial build
Note: See TracBrowser for help on using the repository browser.