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

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