]> git.pld-linux.org Git - packages/fbpanel.git/blob - fbpanel.spec
- md5
[packages/fbpanel.git] / fbpanel.spec
1 Summary:        Lightweight and NETWM compliant desktop panel
2 Summary(pl):    Lekki i zgodny z NETWM panel
3 Name:           fbpanel
4 Version:        3.12
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/fbpanel/%{name}-%{version}.tgz
9 # Source0-md5:  73e4f4d2062c6bca39958166ea7403b5
10 Patch0:         %{name}-build_fixes.patch
11 Patch1:         %{name}-include_menu.patch
12 URL:            http://fbpanel.sourceforge.net/
13 BuildRequires:  gtk+2-devel >= 1:2.4.0
14 BuildRequires:  pkgconfig
15 Requires:       gtk+2 >= 1:2.4.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 fbpanel is a lightweight, NETWM compliant desktop panel.
20
21 %description -l pl
22 fbpanel to lekki i zgodny ze specyfikacj± NETWM panel.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27 #%patch1 -p0
28
29 %build
30 # no auto* tools here
31 ./configure \
32         --prefix=%{_prefix}
33
34 %{__make} \
35         OPTFLAGS="%{rpmcflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc CHANGELOG CREDITS README
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
51 %{_mandir}/man1/fbpanel*
This page took 0.138738 seconds and 4 git commands to generate.