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