]> git.pld-linux.org Git - packages/fbpager.git/blame - fbpager.spec
- working mirror for source0
[packages/fbpager.git] / fbpager.spec
CommitLineData
e6fbe2fa 1Summary: a pager application for the Fluxbox window manager
2Name: fbpager
3Version: 0.1.4
4Release: 1
5License: MIT
6Group: X11/Window Managers/Tools
6c93dfef
BZ
7# Source0: http://fluxbox.org/download/%{name}-%{version}.tar.gz
8Source0: ftp://ftp.man.szczecin.pl/pub/FreeBSD/ports/distfiles/%{name}-%{version}.tar.gz
e6fbe2fa 9# Source0-md5: 89aac82e217ef366634dfd768b1b5dff
6c93dfef
BZ
10Patch0: %{name}-gcc43.patch
11Patch1: %{name}-namespace.patch
e6fbe2fa 12URL: http://fluxbox.sourceforge.net/fbpager/
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16fbpager is a pager for Fluxbox with support of the following features:
17
18 - mouse gestures with button binding
19 - great number of configuration items
20 - alpha channel transparency
21 - ability to reside in the slit
22
23%prep
24%setup -q
6c93dfef
BZ
25%patch0 -p0
26%patch1 -p0
e6fbe2fa 27
28%build
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34# create directories if necessary
35#install -d $RPM_BUILD_ROOT
36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc AUTHORS ChangeLog NEWS README TODO
46%attr(755,root,root) %{_bindir}/*
This page took 0.141292 seconds and 4 git commands to generate.