SPECS: gpe-calculator.spec (NEW) - added

aredridel aredridel at pld-linux.org
Wed Jun 6 17:52:36 CEST 2007


Author: aredridel                    Date: Wed Jun  6 15:52:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/gpe-calculator.spec
diff -u /dev/null SPECS/gpe-calculator.spec:1.1
--- /dev/null	Wed Jun  6 17:52:36 2007
+++ SPECS/gpe-calculator.spec	Wed Jun  6 17:52:31 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+#
+Summary:	GPE calculator
+Name:		gpe-calculator
+Version:	0.2
+Release:	1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.gz
+# Source0-md5:	6dc5eed9b200a45cf007f7a7ed4c2d23
+URL:		http://gpe.linuxtogo.org
+BuildRequires:	gtk+2-devel >= 2:2.10.7
+BuildRequires:	libgpewidget-devel
+Requires:	gpe-icons
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define gpename %(echo %{name} | sed -e 's/gpe-//')
+
+%description
+GPE calculator, for embedded devices
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	PREFIX=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	PREFIX=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+
+
+%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  2007/06/06 15:52:31  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list