]> git.pld-linux.org Git - packages/asbeats.git/blob - asbeats.spec
- adapterized and made spec %%debug ready or using %%rpm*flags macros
[packages/asbeats.git] / asbeats.spec
1 Summary:        Dockable clock that only displays Beats
2 Name:           asbeats
3 Version:        0.2
4 Release:        3
5 License:        GPL
6 Group:          X11/Window Managers/Tools
7 Group(de):      X11/Fenstermanager/Werkzeuge
8 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
9 Source0:        http://bohemians.org/~iznogood/asbeats/%{name}-%{version}.tar.gz
10 URL:            http://bohemians.org/~iznogood/asbeats/
11 BuildRequires:  XFree86-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6
15 %define         _mandir         %{_prefix}/man
16
17 %description
18 Dockable application that will display the new Internet time from
19 Swatch called Beats.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__make} CC="%{__cc} %{rpmcflags}"
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30
31 install asbeats $RPM_BUILD_ROOT%{_bindir}
32
33 gzip -9nf README* CHANGES*
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc *.gz
41 %attr(755,root,root) %{_bindir}/asbeats
This page took 0.077243 seconds and 3 git commands to generate.