]> git.pld-linux.org Git - packages/binclock.git/commitdiff
- initial version
authorJakub Krajniak <jkrajniak@gmail.com>
Sat, 13 Nov 2004 19:01:57 +0000 (19:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binclock.spec -> 1.1

binclock.spec [new file with mode: 0644]

diff --git a/binclock.spec b/binclock.spec
new file mode 100644 (file)
index 0000000..f2c486f
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Displays system time in binary format
+Summary(pl):   Wy¶wietla czas w formacie binarnym
+Name:          binclock
+Version:       1.5
+Release:       1
+License:       GPL
+Group:         Applications/Console
+Source0:       %{name}-%{version}.tar.gz
+URL:           http://www.ngolde.de/binclock/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+BinClock is a program which shows the system time in a binary format.
+It supports showing the time with eight different colors, and it can
+run a loop that prints the time every second.
+
+%description -l pl
+BinClock jest programem, który pokazuje czas u¿ywaj±c formatu
+binarnego. Czas pokazywany jest za pomoc± 8 ró¿nych kolorów. Program
+mo¿e byæ uruchomiony w pêtli i aktualizowaæ czas co sekunde.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install binclock $RPM_BUILD_ROOT%{_bindir}/binclock
+install doc/binclock.1 $RPM_BUILD_ROOT%{_mandir}/man1/binclock.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG COPYING README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/binclock.1*
This page took 0.150285 seconds and 4 git commands to generate.