SPECS: kcometen3.spec (NEW) - new
shadzik
shadzik at pld-linux.org
Mon May 1 05:59:14 CEST 2006
Author: shadzik Date: Mon May 1 03:59:14 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
kcometen3.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/kcometen3.spec
diff -u /dev/null SPECS/kcometen3.spec:1.1
--- /dev/null Mon May 1 05:59:14 2006
+++ SPECS/kcometen3.spec Mon May 1 05:59:09 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+#
+Summary: KCometen3 - a KDE screensaver
+Summary(de): KCometen3 - ein KDE Bildschirmschoner
+Summary(pl): KCometen3 - wygaszacz ekranu dla KDE
+Name: kcometen3
+Version: 1.1
+Release: 1
+License: GPL
+Group: Applications
+Source0: http://user.cs.tu-berlin.de/~pmueller/files/%{name}-%{version}.tar.gz
+# Source0-md5: 36f846b6a3e5f71c4532070b1f17b717
+URL: http://www.kde-look.org/content/show.php?content=30313
+BuildRequires: OpenGL-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel
+BuildRequires: libtool
+BuildRequires: rpmbuild(macros) >= 1.229
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KCometen3 is an OpenGL screensaver for KDE.
+
+%description -l de
+KCometen3 ist ein OpenGL KDE Bildschirmschoner.
+
+%description -l pl
+KCometen3 jest wygaszaczem ekranu OpenGL dla KDE.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/applnk/System/ScreenSavers/
+
+%{__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}/kcometen3.kss
+%{_datadir}/applnk/System/ScreenSavers/kcometen3.desktop
+%{_datadir}/apps/kcometen3/pixmaps/lightmap.png
+%{_datadir}/apps/kcometen3/pixmaps/particle.png
+
+
+%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 2006/05/01 03:59:09 shadzik
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list