SPECS: gpe-edit.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Tue Jun 5 01:12:39 CEST 2007
Author: aredridel Date: Mon Jun 4 23:12:39 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
gpe-edit.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gpe-edit.spec
diff -u /dev/null SPECS/gpe-edit.spec:1.1
--- /dev/null Tue Jun 5 01:12:39 2007
+++ SPECS/gpe-edit.spec Tue Jun 5 01:12:33 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+#
+Summary: GPE editor
+Name: gpe-edit
+Version: 0.40
+Release: 1
+License: GPL
+Group: Applications/Communications
+Source0: http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.bz2
+# Source0-md5: 26bca78fb1619de3a36b6b242997339b
+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)
+
+%description
+GPE text editor, for embedded devices
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%{_sysconfdir}/mime-handlers/gpe-edit.mime
+%attr(755,root,root) %{_bindir}/gpe-edit
+%{_datadir}/application-registry/gpe-edit.applications
+%{_desktopdir}/gpe-edit.desktop
+%{_pixmapsdir}/gpe-edit.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/04 23:12:33 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list