]> git.pld-linux.org Git - packages/clutter-gtk.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sat, 9 Jun 2007 17:06:26 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clutter-gtk.spec -> 1.1

clutter-gtk.spec [new file with mode: 0644]

diff --git a/clutter-gtk.spec b/clutter-gtk.spec
new file mode 100644 (file)
index 0000000..872cc76
--- /dev/null
@@ -0,0 +1,106 @@
+#
+Summary:       Library integrating clutter with GTK+
+Name:          clutter-gtk
+Version:       0.1.0
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       http://www.clutter-project.org/sources/clutter-gtk/0.1/%{name}-%{version}.tar.gz
+# Source0-md5: 0b0b30203a432d581aae91d1ca7d6367
+URL:           http://www.clutter-project.com/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: clutter-devel
+BuildRequires: glib2-devel
+BuildRequires: gtk+2-devel
+BuildRequires: gtk-doc-common
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Clutter is an open source software library for creating fast, visually
+rich graphical user interfaces. The most obvious example of potential
+usage is in media center type applications. We hope however it can be
+used for a lot more.
+
+Clutter uses OpenGL (and soon optionally OpenGL ES) for rendering but
+with an API which hides the underlying GL complexity from the
+developer. The Clutter API is intended to be easy to use, efficient
+and flexible.
+
+%package devel
+Summary:       Header files for clutter-gst library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki clutter-gst
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for clutter-gst library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki clutter-gst.
+
+%package static
+Summary:       Static clutter-gst library
+Summary(pl.UTF-8):     Statyczna biblioteka clutter-gst
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static clutter-gst library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka clutter-gst.
+
+%package apidocs
+Summary:       clutter-gst API documentation
+Summary(pl.UTF-8):     Dokumentacja API clutter-gst
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+clutter-gst API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API clutter-gst.
+
+%prep
+%setup -q
+
+%build
+%{__gtkdocize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --enable-gtk-doc \
+       --with-html-dir=%{_gtkdocdir}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/clutter-*/%{name}
+%{_libdir}/lib*.la
+%{_libdir}/lib*.so
+%{_pkgconfigdir}/*.pc
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/%{name}
This page took 0.066435 seconds and 4 git commands to generate.