[wmbinclock/f15] Initial commit (bug #691189)

Mario Blättermann mariobl at fedoraproject.org
Wed May 11 20:58:09 UTC 2011


commit 41800912e7ca9011e0d1494843bd3deb8744b9e3
Author: Mario Blättermann <mariobl at gnome.org>
Date:   Wed May 11 22:57:53 2011 +0200

    Initial commit (bug #691189)

 .gitignore      |    1 +
 sources         |    1 +
 wmbinclock.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c8beadf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wmbinclock-0.5.tar.bz2
diff --git a/sources b/sources
index e69de29..907f543 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ba268e66b59b100edb9da1cee064c258  wmbinclock-0.5.tar.bz2
diff --git a/wmbinclock.spec b/wmbinclock.spec
new file mode 100644
index 0000000..fb9cb11
--- /dev/null
+++ b/wmbinclock.spec
@@ -0,0 +1,51 @@
+Name:           wmbinclock
+Version:        0.5
+Release:        2%{?dist}
+Summary:        Dockapp which shows the actual system time as binary clock
+Summary(de):    Dockapp welches die aktuelle Systemzeit in binärer Form anzeigt
+
+Group:          User Interface/X
+License:        GPLv2+
+URL:            http://wmbinclock.sourceforge.net
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+
+BuildRequires:  libXext-devel
+BuildRequires:  libXpm-devel     
+
+%description
+Dockapp which shows the actual system time as binary clock.
+
+You have to add up the "bits" to get the time. The clock has a 24 hour format.
+
+%description -l de
+Dockapp welches die aktuelle Systemzeit in binärer Form anzeigt.
+
+Sie müssen die »Bits« addieren, um die Zeit zu erhalten.
+Die Zeit wird im 24-Stunden-Format angezeigt.
+
+%prep
+%setup -q
+
+
+%build
+make CFLAGS="%{?optflags}" %{?_smp_mflags}
+
+
+%install
+mkdir -p %{buildroot}%{_bindir}
+install -p -m 755 wmBinClock %{buildroot}%{_bindir}
+
+
+%files
+%defattr(-,root,root,-)
+%doc CHANGELOG COPYING README
+%{_bindir}/wmBinClock
+
+
+%changelog
+* Sun May 08 2011 Mario Blättermann <mariobl at fedoraproject.org> 0.5-2
+- Added CFLAGS to the build.
+- Removed initial clean of BUILDROOT in %%install.
+  
+* Sat Feb 26 2011 Mario Blättermann <mariobl at fedoraproject.org> 0.5-1
+- initial version


More information about the scm-commits mailing list