SPECS: fbpager.spec (NEW) - initial PLD release
luzik
luzik at pld-linux.org
Thu Jul 3 11:44:09 CEST 2008
Author: luzik Date: Thu Jul 3 09:44:09 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
fbpager.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fbpager.spec
diff -u /dev/null SPECS/fbpager.spec:1.1
--- /dev/null Thu Jul 3 11:44:09 2008
+++ SPECS/fbpager.spec Thu Jul 3 11:44:04 2008
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary: a pager application for the Fluxbox window manager
+Name: fbpager
+Version: 0.1.4
+Release: 1
+License: MIT
+Group: X11/Window Managers/Tools
+Source0: http://fluxbox.org/download/%{name}-%{version}.tar.gz
+# Source0-md5: 89aac82e217ef366634dfd768b1b5dff
+URL: http://fluxbox.sourceforge.net/fbpager/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fbpager is a pager for Fluxbox with support of the following features:
+
+ - mouse gestures with button binding
+ - great number of configuration items
+ - alpha channel transparency
+ - ability to reside in the slit
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/07/03 09:44:04 luzik
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list