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

Revision 8381, 1.8 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.14.6

Line 
1Name:           xcb-util-wm
2Version:        0.4.1
3Release:        1%{?_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}
28Group:          System Environment/Libraries
29Requires:       %{name} = %{version}-%{release}, pkgconfig
30
31%description    devel
32Development files for %{name}.
33
34
35%prep
36%setup -q
37
38
39%build
40%configure --with-pic --disable-static
41
42make %{?_smp_mflags}
43
44
45%check
46
47make check
48
49
50%install
51rm -rf %{buildroot}
52
53make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
54
55rm %{buildroot}%{_libdir}/*.la
56
57
58%post -p /sbin/ldconfig
59
60%postun -p /sbin/ldconfig
61
62
63%clean
64rm -rf %{buildroot}
65
66
67%files
68%defattr(-,root,root,-)
69%doc README
70%{_libdir}/libxcb-ewmh.so.*
71%{_libdir}/libxcb-icccm.so.*
72
73%files devel
74%defattr(-,root,root,-)
75%{_libdir}/pkgconfig/xcb-ewmh.pc
76%{_libdir}/pkgconfig/xcb-icccm.pc
77%{_libdir}/libxcb-ewmh.so
78%{_libdir}/libxcb-icccm.so
79%{_includedir}/xcb/xcb_ewmh.h
80%{_includedir}/xcb/xcb_icccm.h
81
82
83%changelog
84* Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
85- new upstream release
86- add BuildRequires: xorg-x11-util-macros
87
88* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-2
89- rebuild with VineSeed environment
90
91* Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-1
92- initial build
Note: See TracBrowser for help on using the repository browser.