]> git.pld-linux.org Git - packages/fluxconf.git/blob - fluxconf.spec
- added fluxkeys & fluxmenu
[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.7
9 Release:        3
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:  207faf932e07642c779e54aba549c804
15 Patch0:         %{name}-Makefile.patch
16 URL:            http://devaux.fabien.free.fr/flux/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gettext-devel
20 BuildRequires:  gtk+-devel
21 Requires:       fluxbox
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Fluxconf is a tool to configure Fluxbox.
26
27 %description -l pl
28 Fluxconf jest narzêdziem s³u¿±cym do konfiguracji Fluxboksa.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 rm -f missing
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 ln -sf %{_bindir}/fluxconf $RPM_BUILD_ROOT%{_bindir}/fluxmenu
48 ln -sf %{_bindir}/fluxconf $RPM_BUILD_ROOT%{_bindir}/fluxkeys
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %attr(755,root,root) %{_bindir}/*
58 %doc AUTHORS ChangeLog NEWS README
This page took 0.322109 seconds and 3 git commands to generate.