]> git.pld-linux.org Git - packages/asbeats.git/blob - asbeats.spec
- dropped pre-cvs changelog
[packages/asbeats.git] / asbeats.spec
1 Summary:        Dockable clock that only displays Beats
2 Summary(pl.UTF-8):      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 %description
15 Dockable application that will display the new Internet time from
16 Swatch called Beats.
17
18 %description -l pl.UTF-8
19 Dokowalna aplikacja wyświetlająca nowy czas internetowy z zegara
20 nazwanego Beats.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make} CC="%{__cc} %{rpmcflags}"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31
32 install asbeats $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README* CHANGES*
40 %attr(755,root,root) %{_bindir}/asbeats
This page took 0.084209 seconds and 3 git commands to generate.