]> git.pld-linux.org Git - packages/fluxconf.git/commitdiff
- Initial release
authorMariusz Witkowski <maryush@gmail.com>
Sun, 21 Apr 2002 14:33:30 +0000 (14:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fluxconf.spec -> 1.1

fluxconf.spec [new file with mode: 0644]

diff --git a/fluxconf.spec b/fluxconf.spec
new file mode 100644 (file)
index 0000000..410538a
--- /dev/null
@@ -0,0 +1,44 @@
+Name:          fluxconf
+Summary:       Fluxbox configurator
+Summary(pl):   Narzêdzie konfiguracyjne dla fluxbox
+Version:       0.6
+Release:       1
+Group:         X11/Window Managers/Tools
+License:       GPL
+URL:           http://devaux.fabien.free.fr/flux/
+Vendor:                University of Freiburg / Germany
+Source0:       http://devaux.fabien.free.fr/flux/%{name}-%{version}.tar.bz2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-build-root-%(id -u -n)
+BuildRequires:  gtk+-devel
+
+%define        _x11bindir      %{_prefix}/X11R6/bin
+
+%description
+Fluxconf is a tool to configure Fluxbox
+
+%description -l pl
+Fluxconf jest narzêdziem s³u¿±cym do konfiguracji Fluxbox'a
+
+%prep
+%setup -q 
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_x11bindir}
+install fluxconf $RPM_BUILD_ROOT%{_x11bindir}
+install fluxkeys $RPM_BUILD_ROOT%{_x11bindir}
+
+
+%files
+%defattr(644,root,root,755)
+#%doc src/*.gz
+%attr(755,root,root) %{_x11bindir}/fluxconf
+%attr(755,root,root) %{_x11bindir}/fluxkeys
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
This page took 0.084749 seconds and 4 git commands to generate.