]> git.pld-linux.org Git - packages/bbdate.git/blob - bbdate.spec
- tabs in preamble
[packages/bbdate.git] / bbdate.spec
1 Summary:        bbdate - displays the current date
2 Summary(pl.UTF-8):      bbdate - wyświetlanie bieżącej daty
3 Name:           bbdate
4 Version:        0.2.4
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  c2813cb16a179f206303612585f3b00b
10 URL:            http://bbtools.windsofstorm.net/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libstdc++-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This tool displays the date in an decorated window, simulating the
19 look of the Blackbox toolbar.
20
21 %description -l pl.UTF-8
22 To narzędzie wyświetla datę w dekorowanym oknie, symulującym wygląd
23 paska narzędziowego Blackboksa.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS BUGS ChangeLog README TODO
47 %attr(755,root,root) %{_bindir}/bbdate
48 %{_datadir}/bb*
This page took 0.065775 seconds and 3 git commands to generate.