]> git.pld-linux.org Git - packages/fbdesk.git/blob - fbdesk.spec
- release 0.1 due to unfinished update
[packages/fbdesk.git] / fbdesk.spec
1 Summary:        Application to create and manage icons on fluxbox desktop
2 Summary(pl):    Aplikacja do tworzenia i zarz±dzania ikonami w fluxboksie
3 Name:           fbdesk
4 Version:        1.2.1
5 Release:        0.1
6 License:        BSD-like
7 Group:          X11/Window Managers/Tools
8 Source0:        http://fluxbox.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  382a32a6e26b3f3d3a647fa4bdc81b7a
10 Source1:        xft.m4
11 Patch0:         %{name}-event.patch
12 Patch1:         %{name}-types.patch
13 URL:            http://www.fluxbox.org/fbdesk/
14 BuildRequires:  XFree86-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libpng-devel
18 BuildRequires:  libstdc++-devel
19 BuildRequires:  xft-devel
20 Requires:       fluxbox
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This package include an application to create and manage icons on
25 fluxbox desktop. It supports antialiasing, XPM and PNG icons. You can
26 put text above or below, at the left or right side icons. Supports
27 UTF-8.
28
29 %description -l pl
30 Ten pakiet zawiera narzêdzie do tworzenia i zarz±dzania ikonami na
31 pulpicie fluxboksa. Wspiera antyaliasing, ikony zarówno w formacie XPM
32 jak i PNG. Tekst mo¿e byæ umiejscowiony pod lub nad ikonami, z lewej
33 albo z prawej strony. Obs³uguje UTF-8.
34
35 %prep
36 %setup -q
37 #%%patch0 -p1
38 #%%patch1 -p1
39 install %{SOURCE1} .
40
41 %build
42 %{__aclocal} -I .
43 %{__autoconf}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT \
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc COPYING ChangeLog INSTALL README
60 %attr(755,root,root) %{_bindir}/*
This page took 0.434881 seconds and 4 git commands to generate.