]> git.pld-linux.org Git - packages/fluxconf.git/blob - fluxconf.spec
f9041890a12487fe1f6a02c284ffc126654b6dc7
[packages/fluxconf.git] / fluxconf.spec
1 #
2 # TODO:
3 # - add desktop file in Settings/.
4 #
5 Summary:        Fluxbox configurator
6 Summary(pl):    Narzêdzie konfiguracyjne dla fluxboksa
7 Name:           fluxconf
8 Version:        0.9.5
9 Release:        1
10 License:        GPL v2
11 Vendor:         University of Freiburg / Germany
12 Group:          X11/Window Managers/Tools
13 Source0:        http://devaux.fabien.free.fr/flux/%{name}-%{version}.tar.gz
14 # Source0-md5:  262a3c285979fd3fba89eb7f45528292
15 Patch0:         %{name}-Makefile.patch
16 URL:            http://devaux.fabien.free.fr/flux/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gtk+-devel
20 Requires:       fluxbox
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Fluxconf is a tool to configure Fluxbox.
25
26 %description -l pl
27 Fluxconf jest narzêdziem s³u¿±cym do konfiguracji Fluxboksa.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 rm -f missing
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_bindir}/*
52 %doc AUTHORS ABOUT-NLS ChangeLog COPYING INSTALL NEWS README
This page took 0.100177 seconds and 3 git commands to generate.