SPECS: bbdate.spec (NEW) - new

darekr darekr at pld-linux.org
Sun Dec 25 20:20:39 CET 2005


Author: darekr                       Date: Sun Dec 25 19:20:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   bbdate.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/bbdate.spec
diff -u /dev/null SPECS/bbdate.spec:1.1
--- /dev/null	Sun Dec 25 20:20:39 2005
+++ SPECS/bbdate.spec	Sun Dec 25 20:20:34 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	bbdate - displays the current date
+Name:		bbdate
+Version:	0.2.4
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
+# Source0-md5:	c2813cb16a179f206303612585f3b00b
+URL:		http://bbtools.windsofstorm.net/
+BuildRequires:	XFree86-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This Tool displays the date in an decorated window, simulating the
+look of the Blackbox toolbar.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS BUGS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/bbdate
+%{_datadir}/bb*
+
+%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  2005/12/25 19:20:34  darekr
+- new
+
================================================================


More information about the pld-cvs-commit mailing list