Author: lisu Date: Thu Jun 25 10:29:01 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/matrixgl: matrixgl.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/matrixgl/matrixgl.spec diff -u /dev/null packages/matrixgl/matrixgl.spec:1.1 --- /dev/null Thu Jun 25 12:29:01 2009 +++ packages/matrixgl/matrixgl.spec Thu Jun 25 12:28:55 2009 @@ -0,0 +1,66 @@ +# $Revision$, $Date$ +Summary: 3D screensaver +Summary(pl.UTF-8): Trójwymiarowy wygaszacz ekranu +Name: matrixgl +Version: 2.2.1 +Release: 1 +License: GPL v2+ +Group: X11/Applications +Source0: http://dl.sourceforge.net/matrixgl/%{name}-%{version}-src.tar.gz +# Source0-md5: f248848f4918a3b7c75d7b74d75830f4 +Patch0: %{name}-xscreensaver.patch +URL: http://sourceforge.net/projects/matrixgl/ +BuildRequires: OpenGL-GLU-devel +BuildRequires: OpenGL-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: xscreensaver +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Matrixgl is a 3D screensaver for (partially for KDE) based on "The +Matrix Reloaded". It supports widescreen setups. + +%description -l pl.UTF-8 +Matrixgl to trójwymiarowy wygaszacz ekranu (częściowo dla KDE) +oparty na "Matrix: Reaktywacja". Posiada możliwość pracy na pełnym +ekranie. + +%prep +%setup -q -n %{name} +%patch0 -p1 + +%build +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/%{name} +%{_libdir}/xscreensaver/matrixgl +%{_mandir}/man1/matrixgl.1* +%{_datadir}/xscreensaver/matrixgl.xml + +%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 2009/06/25 10:28:55 lisu +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
