SPECS: gpe-calendar.spec (NEW) - added, NFY

aredridel aredridel at pld-linux.org
Mon Jun 11 20:28:12 CEST 2007


Author: aredridel                    Date: Mon Jun 11 18:28:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added, NFY

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

---- Diffs:

================================================================
Index: SPECS/gpe-calendar.spec
diff -u /dev/null SPECS/gpe-calendar.spec:1.1
--- /dev/null	Mon Jun 11 20:28:12 2007
+++ SPECS/gpe-calendar.spec	Mon Jun 11 20:28:07 2007
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+#
+Summary:	GPE calendar
+Name:		gpe-calendar
+Version:	0.72
+Release:	1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.bz2
+# Source0-md5:	b10a91ce3fb39b87656fc5c5510b68d6
+URL:		http://gpe.linuxtogo.org/projects/GPE-calendar.shtml
+BuildRequires:	gtk+2-devel >= 2:2.10.7
+BuildRequires:	libeventdb-devel
+BuildRequires:	libgpepimc-devel
+BuildRequires:	libgpevtype-devel
+BuildRequires:	libgpewidget-devel
+BuildRequires:	libmimedir-devel
+BuildRequires:	libschedule-devel
+BuildRequires:	libxsettings-client-devel
+BuildRequires:	pkgconfig
+BuildRequires:  sed >= 4.0
+Requires:	gpe-icons
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define gpename %(echo %{name} | sed -e 's/gpe-//')
+
+%description
+GPE calendar, for embedded devices
+
+%prep
+%setup -q
+
+%build
+%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)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/application-registry/%{name}.applications
+%{_desktopdir}/%{name}.desktop
+%dir %{_datadir}/gpe/pixmaps/default/%{gpename}
+%{_datadir}/gpe/pixmaps/default/%{gpename}/*.png
+%{_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/11 18:28:07  aredridel
+- added, NFY
+
================================================================


More information about the pld-cvs-commit mailing list