SPECS: calconsole.spec (NEW) - initial 0.3

piotrek piotrek at pld-linux.org
Sun Dec 17 16:47:16 CET 2006


Author: piotrek                      Date: Sun Dec 17 15:47:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial 0.3

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

---- Diffs:

================================================================
Index: SPECS/calconsole.spec
diff -u /dev/null SPECS/calconsole.spec:1.1
--- /dev/null	Sun Dec 17 16:47:16 2006
+++ SPECS/calconsole.spec	Sun Dec 17 16:47:10 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+#
+Summary:	Calconsole is a calendar and schedule in mode command line
+Summary(pl):	Calconsole jest kalendarzem i harmonogramem zadań z linii poleceń
+Name:		calconsole
+Version:	0.3
+Release:	1
+License:	GPL v2
+Group:		Applications
+Source0:	http://calconsole.losinvisibles.net/%{name}-%{version}.tar.gz
+# Source0-md5:	abc17425cbeae6def877928ed1c50ad9
+Patch0:		%{name}-DESTDIR.patch
+URL:		http://calconsole.losinvisibles.net/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Calconsole is a calendar and schedule in mode command line. Like a cal
+with schedule. Calconsole works with files ics.
+
+%description -l pl
+Calconsole jest kalendarzem i harmonogramem zadań z linii poleceń.
+Podobnie jak komenda cal, ale z harmonogramem zadań. Calconsole
+pracuje z plikami ics.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make} \
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
+
+%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 README AUTHORS NEWS ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/zoneinfo/*
+
+%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  2006/12/17 15:47:10  piotrek
+- initial 0.3
+
================================================================


More information about the pld-cvs-commit mailing list