]> git.pld-linux.org Git - packages/fluxconf.git/commitdiff
- up to 0.9.4
authorerjot <erjot@pld-linux.org>
Thu, 29 May 2003 22:04:55 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fluxconf.spec -> 1.8

fluxconf.spec

index 9223920202d27724b810b7c6a8b6763bd81ec609..587d30a1353d17ce7ff52b4e353d40e7b7a8e5d9 100644 (file)
@@ -5,19 +5,20 @@
 Summary:       Fluxbox configurator
 Summary(pl):   Narzêdzie konfiguracyjne dla fluxboksa
 Name:          fluxconf
-Version:       0.6
+Version:       0.9.4
 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-md5: 48ec06a6fa0644ccd213fb79e7be151b
+Source0:       http://devaux.fabien.free.fr/flux/%{name}-%{version}.tar.gz
 URL:           http://devaux.fabien.free.fr/flux/
 BuildRequires: gtk+-devel
+BuildRequires: autoconf
+BuildRequires: automake
 Requires:      fluxbox
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 Fluxconf is a tool to configure Fluxbox.
 
@@ -28,13 +29,16 @@ Fluxconf jest narz
 %setup -q
 
 %build
+rm -f missing
+%{__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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -42,3 +46,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
+%doc AUTHORS ABOUT-NLS ChangeLog COPYING INSTALL NEWS README
This page took 0.076397 seconds and 4 git commands to generate.