]> git.pld-linux.org Git - packages/asbeats.git/blob - asbeats.spec
- use new %doc.
[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 URL:            http://bohemians.org/~iznogood/asbeats/
10 BuildRequires:  XFree86-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14 %define         _mandir         %{_prefix}/man
15
16 %description
17 Dockable application that will display the new Internet time from
18 Swatch called Beats.
19
20 %description -l pl
21 Dokowalna aplikacja wy¶wietlkaj±ca nowy czas internetowy z zegara
22 nazwanego Beats.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__make} CC="%{__cc} %{rpmcflags}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install asbeats $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README* CHANGES*
42 %attr(755,root,root) %{_bindir}/asbeats
This page took 0.084837 seconds and 3 git commands to generate.