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

Revision 9044, 1.9 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-wm
2Version:        0.4.1
3Release:        2%{?_dist_release}
4Summary:        XCB util-wm 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
13BuildRequires:  xorg-x11-util-macros
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17Packager:       Takemikaduchi
18
19%description
20XCB util-image module provides the following library:
21
22  - ewmh: Both client and window-manager helpers for EWMH.
23  - icccm: Both client and window-manager helpers for ICCCM.
24
25
26%package        devel
27Summary:        Development and header files for %{name}
28Summary(ja):    %{name} の開発用ファイル
29Group:          Development/Libraries
30Requires:       %{name} = %{version}-%{release}
31Requires:       pkgconfig
32
33%description    devel
34Development files for %{name}.
35
36
37%prep
38%setup -q
39
40
41%build
42%configure --with-pic --disable-static
43
44make %{?_smp_mflags}
45
46
47%check
48make check
49
50
51%install
52rm -rf %{buildroot}
53
54make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
55
56rm %{buildroot}%{_libdir}/*.la
57
58
59%post -p /sbin/ldconfig
60
61%postun -p /sbin/ldconfig
62
63
64%clean
65rm -rf %{buildroot}
66
67
68%files
69%defattr(-,root,root,-)
70%doc COPYING NEWS README
71%{_libdir}/libxcb-ewmh.so.*
72%{_libdir}/libxcb-icccm.so.*
73
74%files devel
75%defattr(-,root,root,-)
76%{_libdir}/pkgconfig/xcb-ewmh.pc
77%{_libdir}/pkgconfig/xcb-icccm.pc
78%{_libdir}/libxcb-ewmh.so
79%{_libdir}/libxcb-icccm.so
80%{_includedir}/xcb/xcb_ewmh.h
81%{_includedir}/xcb/xcb_icccm.h
82
83
84%changelog
85* Sat Nov  1 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 0.4.1-2
86- moved devel package to Development/Libraries Group
87
88* Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
89- new upstream release
90- add BuildRequires: xorg-x11-util-macros
91
92* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-2
93- rebuild with VineSeed environment
94
95* Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-1
96- initial build
Note: See TracBrowser for help on using the repository browser.