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

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