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

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