[wmblob/f14] Initial commit (bug #684475)

Mario Blättermann mariobl at fedoraproject.org
Tue May 10 19:25:33 UTC 2011


commit c765b396737a0c515b3e88b1c0a596b30e6eb2d6
Author: Mario Blättermann <mariobl at gnome.org>
Date:   Tue May 10 21:25:18 2011 +0200

    Initial commit (bug #684475)

 .gitignore  |    1 +
 sources     |    1 +
 wmblob.spec |   75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0f698e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wmblob-1.0.3.tar.bz2
diff --git a/sources b/sources
index e69de29..747563b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5821d20d4e4b86f8ff996320ece2424b  wmblob-1.0.3.tar.bz2
diff --git a/wmblob.spec b/wmblob.spec
new file mode 100644
index 0000000..2b78904
--- /dev/null
+++ b/wmblob.spec
@@ -0,0 +1,75 @@
+Name:		wmblob
+Version:	1.0.3
+Release:	3%{?dist}
+
+Summary:	Dockapp which shows funny moving `blobs'
+Summary(de):	Dockapp, welches lustig wackelnde Kleckse zeigt
+Source:		http://www.dockapps.org/download.php/id/541/%{name}-%{version}.tar.bz2
+License:	GPLv2+
+Group:		User Interface/X
+# There's no real homepage, only the dockapp pool at dockapps.org.
+URL:		http://dockapps.org/file.php/id/155
+BuildRequires:	libXpm-devel
+BuildRequires:	gtk2-devel
+
+
+%description
+wmblob shows some blobs moving around. It does nothing useful, it's just 
+a toy.
+
+%description -l de
+Wmblob zeigt lustig wackelnde Kleckse. Es hat an sich keinen Nutzen,
+es ist nur ein Spielzeug.
+
+
+%prep
+%setup -q
+for f in ChangeLog README doc/wmblob.1 doc/how_it_works; do
+    iconv -f iso-8859-1 -t utf8 $f >$f.tmp && \
+    touch -r $f $f.tmp && \
+    mv $f.tmp $f
+  done
+
+%build
+%configure \
+	    --x-includes=/usr/include/X11 \
+	    --x-libraries=/usr/lib/X11
+
+make CFLAGS="%{optflags} `pkg-config --cflags gtk+-2.0`" %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=%{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING README doc/how_it_works
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.*
+
+
+%changelog
+
+* Sun Mar 13 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.0.3-3
+- changed description
+- changed utf-8 conversion to a script to preserve timestamps
+- changed make call to make optflags work
+
+* Sun Mar 13 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.0.3-2
+- removed executable bit from tarball
+- converted files to utf-8
+- added additional file to docs
+
+* Sat Mar 12 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.0.3-1
+- removed menu entries and icons
+- corrected file list
+- some other tweaks to make it valid for Fedora
+
+* Sat Oct 18 2008 Mario Blättermann <rpm at mandrivauser.de> 1.0.3-3mud2009.0
+- rebuild for 2009.0
+
+* Sun Apr 13 2008 Mario Blättermann <rpm at mandrivauser.de> 1.0.3-2mud2008.1
+- rebuild for 2008.1
+
+* Thu Feb 21 2008 Mario Blättermann <mario.blaettermann at t-online.de> 1.0.3-1mud2008.0
+- initial version
\ No newline at end of file


More information about the scm-commits mailing list