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

Revision 8064, 1.4 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-cursor
2Version:        0.1.1
3Release:        1%{?_dist_release}
4Summary:        XCB util-cursor 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:  xcb-util-image-devel
14BuildRequires:  xcb-util-renderutil-devel
15
16Vendor:                 Project Vine
17Distribution:   Vine Linux
18Packager:               Takemikaduchi
19
20%description
21XCB util-cursor module provides the following library:
22
23  - cursor: Port of libxcursor
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-cursor.so.*
70
71%files devel
72%defattr(-,root,root,-)
73%{_libdir}/pkgconfig/xcb-cursor.pc
74%{_libdir}/libxcb-cursor.so
75%{_includedir}/xcb/*.h
76
77
78%changelog
79* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-1
80- initial build
Note: See TracBrowser for help on using the repository browser.