]> git.pld-linux.org Git - packages/clutter.git/blame - clutter.spec
- pl
[packages/clutter.git] / clutter.spec
CommitLineData
cb5cfe3c 1Summary: Library for rich GUIs
74b5426e 2Summary(pl.UTF-8): Biblioteka do bogatych graficznych interfejsów użytkownika
cb5cfe3c 3Name: clutter
4Version: 0.2.3
5Release: 1
6License: GPL v2
7Group: Applications
8Source0: http://www.clutter-project.org/sources/clutter/0.2/%{name}-%{version}.tar.gz
9# Source0-md5: 1c6fd7e602d60d7017fac3b23c7b334b
74b5426e 10URL: http://www.clutter-project.org/
cb5cfe3c 11BuildRequires: OpenGL-devel
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: glib2-devel
2fefc9c6 15BuildRequires: pango-devel
16BuildRequires: freetype-devel
cb5cfe3c 17BuildRequires: gtk-doc-common
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Clutter is an open source software library for creating fast, visually
22rich graphical user interfaces. The most obvious example of potential
23usage is in media center type applications. We hope however it can be
24used for a lot more.
25
26Clutter uses OpenGL (and soon optionally OpenGL ES) for rendering but
27with an API which hides the underlying GL complexity from the
28developer. The Clutter API is intended to be easy to use, efficient
29and flexible.
30
74b5426e
JB
31%description -l pl.UTF-8
32Clutter to biblioteka o otwartych źródłach do tworzenia szybkich,
33bogatych wizualnie graficznych interfejsów użytkownika. Najbardziej
34oczywistym przykładem potencjalnego zastosowania są aplikacje typu
35centrum multimedialne. Jednak autorzy mają nadzieję, że znajdzie się
36więcej zastosowań.
37
38Clutter wykorzystuje OpenGL (i wkrótce opcjonalnie OpenGL ES) do
39renderowania, ale API ukrywa złożoność warstwy GL przed programistami.
40API biblioteki Clutter ma być łatwe w użyciu, wydajne i elastyczne.
41
cb5cfe3c 42%package devel
43Summary: Header files for clutter library
44Summary(pl.UTF-8): Pliki nagłówkowe biblioteki clutter
45Group: Development/Libraries
46Requires: %{name} = %{version}-%{release}
47
48%description devel
49Header files for clutter library.
50
51%description devel -l pl.UTF-8
52Pliki nagłówkowe biblioteki clutter.
53
54%package static
55Summary: Static clutter library
56Summary(pl.UTF-8): Statyczna biblioteka clutter
57Group: Development/Libraries
58Requires: %{name}-devel = %{version}-%{release}
59
60%description static
61Static clutter library.
62
63%description static -l pl.UTF-8
64Statyczna biblioteka clutter.
65
66%package apidocs
67Summary: clutter API documentation
68Summary(pl.UTF-8): Dokumentacja API clutter
69Group: Documentation
70Requires: gtk-doc-common
71
72%description apidocs
73clutter API documentation.
74
75%description apidocs -l pl.UTF-8
76Dokumentacja API clutter.
77
78%prep
79%setup -q
80
81%build
82%{__gtkdocize}
83%{__aclocal}
84%{__autoconf}
85%{__automake}
86%configure \
87 --enable-gtk-doc \
88 --with-html-dir=%{_gtkdocdir}
89
90%{__make}
91
92%install
93rm -rf $RPM_BUILD_ROOT
94
95%{__make} install \
96 DESTDIR=$RPM_BUILD_ROOT
97
98%clean
99rm -rf $RPM_BUILD_ROOT
100
101%post -p /sbin/ldconfig
102%postun -p /sbin/ldconfig
103
104%files
105%defattr(644,root,root,755)
106%doc AUTHORS ChangeLog NEWS README TODO
d20843d1 107%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
cb5cfe3c 108
109%files devel
110%defattr(644,root,root,755)
d20843d1 111%{_includedir}/%{name}-*
112%{_libdir}/lib*.la
113%{_libdir}/lib*.so
114%{_pkgconfigdir}/*.pc
cb5cfe3c 115
116%files apidocs
117%defattr(644,root,root,755)
118%{_gtkdocdir}/%{name}
This page took 0.036076 seconds and 4 git commands to generate.