]> git.pld-linux.org Git - packages/asbeats.git/blob - asbeats.spec
- massive attack: source-md5
[packages/asbeats.git] / asbeats.spec
1 Summary:        Dockable clock that only displays Beats
2 Summary(pl):    Dokowalny zegar wy¶wietlaj±cy tylko Beats
3 Name:           asbeats
4 Version:        0.2
5 Release:        3
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://bohemians.org/~iznogood/asbeats/%{name}-%{version}.tar.gz
9 # Source0-md5:  b323d177f077818b6d0f93319bee902d
10 URL:            http://bohemians.org/~iznogood/asbeats/
11 BuildRequires:  XFree86-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14
15 %description
16 Dockable application that will display the new Internet time from
17 Swatch called Beats.
18
19 %description -l pl
20 Dokowalna aplikacja wy¶wietlaj±ca nowy czas internetowy z zegara
21 nazwanego Beats.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} CC="%{__cc} %{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install asbeats $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README* CHANGES*
41 %attr(755,root,root) %{_bindir}/asbeats
This page took 0.080695 seconds and 4 git commands to generate.