From e6e06a4d3a20ea5a6a667733f037051d54638cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Tue, 10 May 2011 21:24:30 +0200 Subject: [PATCH] Initial commit (bug #684475) --- .gitignore | 1 + sources | 1 + wmblob.spec | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 wmblob.spec 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 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 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 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 1.0.3-3mud2009.0 +- rebuild for 2009.0 + +* Sun Apr 13 2008 Mario Blättermann 1.0.3-2mud2008.1 +- rebuild for 2008.1 + +* Thu Feb 21 2008 Mario Blättermann 1.0.3-1mud2008.0 +- initial version \ No newline at end of file