[meego-panel-datetime/f14/master] initial import

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 21 22:07:02 UTC 2010


commit b1682a6ef79a024d0d9ea3a7bc75ab07b33b669f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Sep 21 23:06:52 2010 +0100

    initial import

 .gitignore                |    1 +
 meego-panel-datetime.spec |   80 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 82 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..81de9fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/moblin-panel-datetime-0.2.7.tar.gz
diff --git a/meego-panel-datetime.spec b/meego-panel-datetime.spec
new file mode 100644
index 0000000..7441964
--- /dev/null
+++ b/meego-panel-datetime.spec
@@ -0,0 +1,80 @@
+# Tarfile created using git
+# git clone git://gitorious.org/meego-netbook-ux/meego-panel-datetime.git
+# git archive --format=tar --prefix=meego-panel-datetime-%{version}/ %{version} | bzip2 > %{name}-%{version}.tar.bz2
+%define tarfile moblin-panel-datetime-%{version}.tar.gz
+
+Name:          meego-panel-datetime
+Version:       0.2.7
+Release:       1%{?dist}
+Summary:       MeeGo date and time panel
+
+Group:         User Interface/Desktops 
+License:       LGPLv2
+URL:           http://www.meego.com/
+Source0:       %{tarfile}
+
+BuildRequires: GConf2-devel
+BuildRequires: clutter-gtk-devel
+BuildRequires: evolution-data-server-devel
+BuildRequires: jana-devel
+BuildRequires: libcanberra-devel
+BuildRequires: libgweather-devel
+BuildRequires: libnotify-devel
+BuildRequires: libmx-devel
+BuildRequires: libxml2-devel
+BuildRequires: mutter-meego-devel
+#BuildRequires: meego-panel-myzone-devel
+BuildRequires: moblin-panel-myzone-devel
+BuildRequires: pkgconfig
+BuildRequires: intltool
+BuildRequires: gettext
+
+# Require until stable tar ball release
+BuildRequires: libtool
+BuildRequires: gnome-common
+
+Requires(pre): GConf2
+Requires(post): GConf2
+Requires(preun): GConf2
+
+%description
+Date and Time panel which features world clock and alarm support.
+
+%prep
+%setup -q -n moblin-panel-datetime-%{version}
+
+%build
+%configure --disable-static --disable-schemas
+make %{?_smp_mflags} V=1
+
+%install
+rm -rf %{buildroot}
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+
+%find_lang moblin-panel-datetime
+
+%clean
+rm -rf %{buildroot}
+
+%pre
+%gconf_schema_prepare %{_sysconfdir}/gconf/schemas/date-time.schemas
+
+%post
+%gconf_schema_upgrade %{_sysconfdir}/gconf/schemas/date-time.schemas
+
+%preun
+%gconf_schema_remove %{_sysconfdir}/gconf/schemas/date-time.schemas
+
+%files -f moblin-panel-datetime.lang
+%defattr(-,root,root,-)
+%doc COPYING README
+%{_sysconfdir}/gconf/schemas/date-time.schemas
+%{_libexecdir}/moblin-panel-datetime
+%{_datadir}/dbus-1/services/org.moblin.UX.Shell.Panels.datetime.service
+%{_datadir}/mutter-moblin/panels/moblin-panel-datetime.desktop
+%{_datadir}/moblin-panel-datetime/
+
+%changelog
+* Tue Sep 21 2010 Peter Robinson <pbrobinson at gmail.com> 0.2.7-1
+- upstream 0.2.7 release
diff --git a/sources b/sources
index e69de29..23e07fc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+cda73c6a7fb3284642c69ebf208b6ce3  moblin-panel-datetime-0.2.7.tar.gz


More information about the scm-commits mailing list