]> git.pld-linux.org Git - packages/fbdesk.git/blob - fbdesk.spec
- correction from: Łukasz Jernaś <deejay1@nsj.srem.pl>,
[packages/fbdesk.git] / fbdesk.spec
1 Summary:        Application to create and manage icons on fluxbox desktop.
2 Summary(pl):    Aplikacja do tworzenia i zarzadzania ikonami w fluxbox'ie.
3 Name:           fbdesk
4 Version:        1.1.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://fluxbox.org/download/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-XFT.patch
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libpng-devel
13 Requires:       fluxbox
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This package include an application to create and manage icons on
18 fluxbox desktop. It supports antialiasing, XPM and PNG icons. You can
19 put text above or below, at the left or right side icons. Supports
20 UTF-8.
21
22 %description -l pl
23 Ten pakiet zawiera narzêdzie do tworzenia i zarz±dzania ikonami na
24 pulpicie fluxbox'a. Wspiera antyaliasing, ikony zarówno w formacie XPM
25 jak i PNG. Tekst mo¿e byæ umiejscowiony pod lub nad ikonami, z lewej
26 albo z prawej strony. Obs³uguje UTF-8.
27
28 %prep
29 %setup  -q
30 %patch0 -p0
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT \
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc COPYING ChangeLog INSTALL README
51 %attr(755,root,root) %{_bindir}/*
This page took 0.066315 seconds and 3 git commands to generate.