Author: qboosh Date: Wed Jun 20 20:39:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.90 - added link patch - needs libxsettings-client with pkgconfig support
---- Files affected: SPECS: gpe-calendar.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/gpe-calendar.spec diff -u SPECS/gpe-calendar.spec:1.3 SPECS/gpe-calendar.spec:1.4 --- SPECS/gpe-calendar.spec:1.3 Wed Jun 20 00:07:00 2007 +++ SPECS/gpe-calendar.spec Wed Jun 20 22:39:01 2007 @@ -2,29 +2,36 @@ Summary: GPE calendar Summary(pl.UTF-8): Kalendarz GPE Name: gpe-calendar -Version: 0.72 +Version: 0.90 Release: 1 License: GPL Group: Applications/Communications Source0: http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.bz2 -# Source0-md5: b10a91ce3fb39b87656fc5c5510b68d6 +# Source0-md5: e2834f77e3e9a476fd9a114411cdfa22 +Patch0: %{name}-link.patch URL: http://gpe.linuxtogo.org/projects/GPE-calendar.shtml +BuildRequires: autoconf >= 2.50 +BuildRequires: automake BuildRequires: dbus-glib-devel +BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.10.7 -BuildRequires: libeventdb-devel >= 0.19 +BuildRequires: intltool >= 0.23 +BuildRequires: libeventdb-devel >= 0.90 BuildRequires: libgpepimc-devel -BuildRequires: libgpevtype-devel >= 0.14 +BuildRequires: libgpevtype-devel >= 0.50 BuildRequires: libgpewidget-devel >= 0.109 +BuildRequires: libhandoff-devel BuildRequires: libmimedir-devel BuildRequires: libschedule-devel -BuildRequires: libxsettings-client-devel +BuildRequires: libsoup-devel >= 2.2 +BuildRequires: libtool +BuildRequires: libxsettings-client-devel >= 0.16 BuildRequires: pkgconfig BuildRequires: sqlite-devel +# optional: hildon-libs hildon-fm libosso 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. @@ -33,8 +40,13 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -44,16 +56,16 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) +%doc ChangeLog %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"`) @@ -62,6 +74,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007/06/20 20:39:01 qboosh +- updated to 0.90 +- added link patch +- needs libxsettings-client with pkgconfig support + Revision 1.3 2007/06/19 22:07:00 qboosh - BR versions ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gpe-calendar.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
