]> git.pld-linux.org Git - packages/clutter-cairo.git/blob - clutter-cairo.spec
0f300a63c2d301274a5b6b0a0b2135b1ab8c3e6e
[packages/clutter-cairo.git] / clutter-cairo.spec
1 #
2 Summary:        Library integrating clutter with Cairo
3 Name:           clutter-cairo
4 Version:        0.1.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://www.clutter-project.org/sources/clutter-cairo/0.1/%{name}-%{version}.tar.gz
9 # Source0-md5:  69e65f708399802ffce434716ea7714e
10 URL:            http://www.clutter-project.com/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  clutter-devel
14 BuildRequires:  cairo-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Clutter is an open source software library for creating fast, visually
19 rich graphical user interfaces. The most obvious example of potential
20 usage is in media center type applications. We hope however it can be
21 used for a lot more.
22
23 Clutter uses OpenGL (and soon optionally OpenGL ES) for rendering but
24 with an API which hides the underlying GL complexity from the
25 developer. The Clutter API is intended to be easy to use, efficient
26 and flexible.
27
28 %package devel
29 Summary:        Header files for clutter-cairo library
30 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki clutter-cairo
31 Group:          Development/Libraries
32 Requires:       %{name} = %{version}-%{release}
33
34 %description devel
35 Header files for clutter-cairo library.
36
37 %description devel -l pl.UTF-8
38 Pliki nagłówkowe biblioteki clutter-cairo.
39
40 %package static
41 Summary:        Static clutter-cairo library
42 Summary(pl.UTF-8):      Statyczna biblioteka clutter-cairo
43 Group:          Development/Libraries
44 Requires:       %{name}-devel = %{version}-%{release}
45
46 %description static
47 Static clutter-cairo library.
48
49 %description static -l pl.UTF-8
50 Statyczna biblioteka clutter-cairo.
51
52 %prep
53 %setup -q
54
55 %build
56 %{__aclocal}
57 %{__autoconf}
58 %{__automake}
59 %configure
60
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post   -p /sbin/ldconfig
73 %postun -p /sbin/ldconfig
74
75 %files
76 %defattr(644,root,root,755)
77 %doc AUTHORS ChangeLog NEWS README
78 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
79
80 %files devel
81 %defattr(644,root,root,755)
82 %{_includedir}/clutter-*
83 %{_libdir}/lib*.la
84 %{_libdir}/lib*.so
85 %{_pkgconfigdir}/*.pc
This page took 0.060441 seconds and 2 git commands to generate.