SPECS: tasks.spec (NEW), dates.spec (NEW) - added

aredridel aredridel at pld-linux.org
Thu May 24 05:22:44 CEST 2007


Author: aredridel                    Date: Thu May 24 03:22:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   tasks.spec (NONE -> 1.1)  (NEW), dates.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tasks.spec
diff -u /dev/null SPECS/tasks.spec:1.1
--- /dev/null	Thu May 24 05:22:44 2007
+++ SPECS/tasks.spec	Thu May 24 05:22:38 2007
@@ -0,0 +1,97 @@
+# $Revision$, $Date$
+#
+Summary:	tiny GNOME tasklist app
+Name:		tasks
+Version:	0.6
+Release:	1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://pimlico-project.org/sources/tasks/%{name}-%{version}.tar.gz
+# Source0-md5:	8d10fa8329d2d17c733fb37200b8852e
+URL:		http://pimlico-project.org/tasks.html
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	evolution-data-server-devel
+BuildRequires:	gtk+2-devel >= 2:2.10.7
+BuildRequires:	libglade2-devel >= 1:2.6.0
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel >= 1:2.6.27
+Requires(post,postun):	hicolor-icon-theme
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tasks is a simple To Do list application that eschews complicated
+features for a lean interface and functionality that just does the
+right thing. It has a simple interface with little cruft around the
+list of tasks, is ported to the OpenMoko framework, and there are
+plans for focused ports to other frameworks (such as Maemo as used on
+the Nokia N800).
+
+%prep
+%setup -q
+
+%build
+%{__glib_gettextize}
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure \
+	--disable-schemas-install \
+	--disable-scrollkeeper
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+#%gconf_schema_install tasks.schemas
+%scrollkeeper_update_post
+%update_icon_cache hicolor
+
+%preun
+#%gconf_schema_uninstall tasks.schemas
+
+%postun
+%update_icon_cache hicolor
+%scrollkeeper_update_postun
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+#%{_sysconfdir}/gconf/schemas/tasks.schemas
+%{_desktopdir}/tasks.desktop
+%{_iconsdir}/hicolor/48x48/apps/tasks.png
+%{_iconsdir}/hicolor/16x16/apps/tasks.png
+%{_iconsdir}/hicolor/16x16/apps/tasks.svg
+%{_iconsdir}/hicolor/22x22/apps/tasks.png
+%{_iconsdir}/hicolor/22x22/apps/tasks.svg
+%{_iconsdir}/hicolor/32x32/apps/tasks.png
+%{_iconsdir}/hicolor/32x32/apps/tasks.svg
+%{_iconsdir}/hicolor/scalable/apps/tasks.svg
+%dir %{_datadir}/tasks
+%{_datadir}/tasks/tasks-ui.xml
+
+
+
+%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/05/24 03:22:38  aredridel
+- added
+

================================================================
Index: SPECS/dates.spec
diff -u /dev/null SPECS/dates.spec:1.1
--- /dev/null	Thu May 24 05:22:44 2007
+++ SPECS/dates.spec	Thu May 24 05:22:38 2007
@@ -0,0 +1,108 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - dates-devel and dates-static
+#
+Summary:	tiny GNOME datebook app
+Name:		dates
+Version:	0.4.2
+Release:	1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://pimlico-project.org/sources/dates/%{name}-%{version}.tar.gz
+# Source0-md5:	b3e5e32462a2f52f42ec3daea1a55ebd
+URL:		http://pimlico-project.org/dates.html
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	evolution-data-server-devel
+BuildRequires:	gtk+2-devel >= 2:2.10.7
+#BuildRequires:	libglade2-devel >= 1:2.6.0
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel >= 1:2.6.27
+Requires(post,postun):	hicolor-icon-theme
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dates is a small, lightweight calendar, featuring an innovative,
+unified, zooming view and is designed primarily for use on hand-held
+devices. It is available in several flavours; a vanilla GTK+ user
+interface, a version for the Nokia 770/N800 Maemo platform and a
+version for OpenMoko devices.
+
+%prep
+%setup -q
+
+%build
+%{__glib_gettextize}
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure \
+	--disable-schemas-install \
+	--disable-scrollkeeper
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/ldconfig
+#%gconf_schema_install dates.schemas
+%scrollkeeper_update_post
+%update_icon_cache hicolor
+
+%preun
+#%gconf_schema_uninstall dates.schemas
+
+%postun
+%scrollkeeper_update_postun
+/sbin/ldconfig
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/libgtkdatesview.so.0.0.0
+#%{_sysconfdir}/gconf/schemas/dates.schemas
+%{_desktopdir}/dates.desktop
+%{_iconsdir}/hicolor/48x48/apps/dates.png
+%dir %{_datadir}/dates
+%{_datadir}/dates/oh-about-logo.png
+%{_iconsdir}/hicolor/16x16/apps/dates.png
+%{_iconsdir}/hicolor/22x22/apps/dates.png
+%{_iconsdir}/hicolor/24x24/apps/dates.png
+%{_iconsdir}/hicolor/32x32/apps/dates.png
+%{_iconsdir}/hicolor/scalable/apps/dates.svg
+%{_mandir}/man1/dates.1*
+
+%if 0
+%{_includedir}/gtkdatesview/dates_view.h
+%{_libdir}/libgtkdatesview.a
+%{_libdir}/libgtkdatesview.la
+%{_pkgconfigdir}/libgtkdatesview.pc
+%endif
+
+
+
+%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/05/24 03:22:38  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list