]> git.pld-linux.org Git - packages/fluxconf.git/blobdiff - fluxconf.spec
- updated gettext BR
[packages/fluxconf.git] / fluxconf.spec
index 9223920202d27724b810b7c6a8b6763bd81ec609..563d29a3b884393eb4ebefacf235462368f56bb4 100644 (file)
@@ -3,42 +3,58 @@
 # - add desktop file in Settings/.
 #
 Summary:       Fluxbox configurator
-Summary(pl):   Narzêdzie konfiguracyjne dla fluxboksa
+Summary(pl.UTF-8):     Narzędzie konfiguracyjne dla fluxboksa
 Name:          fluxconf
-Version:       0.6
+Version:       0.9.9
 Release:       1
-License:       GPL
+License:       GPL v2
 Vendor:                University of Freiburg / Germany
 Group:         X11/Window Managers/Tools
-Source0:       http://devaux.fabien.free.fr/flux/%{name}-%{version}.tar.bz2
-# Source0-md5: 17099e2f6cb7206aac2a9f599b4c084b
+Source0:       http://devaux.fabien.free.fr/flux/%{name}-%{version}.tar.gz
+# Source0-md5: ac37b12410daa06128f8eb29163a741d
+Patch0:                %{name}-Makefile.patch
 URL:           http://devaux.fabien.free.fr/flux/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-tools
 BuildRequires: gtk+-devel
 Requires:      fluxbox
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 Fluxconf is a tool to configure Fluxbox.
 
-%description -l pl
-Fluxconf jest narzêdziem s³u¿±cym do konfiguracji Fluxboksa.
+%description -l pl.UTF-8
+Fluxconf jest narzędziem służącym do konfiguracji Fluxboksa.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+rm -f missing
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
 
-install fluxconf fluxkeys $RPM_BUILD_ROOT%{_bindir}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+ln -sf %{_bindir}/fluxconf $RPM_BUILD_ROOT%{_bindir}/fluxmenu
+ln -sf %{_bindir}/fluxconf $RPM_BUILD_ROOT%{_bindir}/fluxkeys
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.093578 seconds and 4 git commands to generate.