SPECS: pigment.spec (NEW) - initial PLD release

luzik luzik at pld-linux.org
Sat Mar 31 20:32:59 CEST 2007


Author: luzik                        Date: Sat Mar 31 18:32:59 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/pigment.spec
diff -u /dev/null SPECS/pigment.spec:1.1
--- /dev/null	Sat Mar 31 20:32:59 2007
+++ SPECS/pigment.spec	Sat Mar 31 20:32:54 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Animation frameworks for Elisa
+Summary(pl):	Framework animacji dla projektu Elisa
+Name:		pigment
+Version:	0.1.4
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://www.fluendo.com/elisa/downloads/pigment/%{name}-%{version}.tar.gz
+# Source0-md5:	3b04d2781d90dcd3bfcd860f819632b1
+URL:		http://www.fluendo.com/elisa/pigment.php
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rendering, animation and widget frameworks for Elisa.
+
+%description -l pl
+Framework renderowania animacji i widgetów dla projektu Elisa.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT%{py_sitescriptdir}/pgm -name "*.py" -exec rm {} \;
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc
+%attr(755,root,root) %{_libdir}/*.so*
+%dir %{_libdir}/%{name}*
+%attr(755,root,root) %{_libdir}/%{name}*/libpgmrendergl1.so
+%dir %{_libdir}/%{name}*/gstreamer
+%attr(755,root,root) %{_libdir}/%{name}*/gstreamer/libpgmrendersink.so
+%attr(755,root,root) %{py_sitedir}/pgmrendermodule.so
+%{_pkgconfigdir}/%{name}-render-0.1.pc
+%{py_sitescriptdir}/pgm
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/31 18:32:54  luzik
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list