Author: aredridel                    Date: Sat Jun  9 17:01:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   clutter-gst.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/clutter-gst.spec
diff -u /dev/null SPECS/clutter-gst.spec:1.1
--- /dev/null   Sat Jun  9 19:01:02 2007
+++ SPECS/clutter-gst.spec      Sat Jun  9 19:00:56 2007
@@ -0,0 +1,117 @@
+# $Revision$, $Date$
+#
+Summary:       Library integrating clutter with GStreamer
+Name:          clutter-gst
+Version:       0.1.1
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       
http://www.clutter-project.org/sources/%{name}/0.1/%{name}-%{version}.tar.gz
+# Source0-md5: 13fb455ab14c32a06758ed02076f7fa5
+URL:           http://www.clutter-project.com/
+BuildRequires: OpenGL-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gstreamer-devel
+BuildRequires: glib2-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}/%{name}-*
+%{_libdir}/lib*.la
+%{_libdir}/lib*.so
+%{_pkgconfigdir}/*.pc
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/%{name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/09 17:00:56  aredridel
+- added
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to