]> git.pld-linux.org Git - packages/dates.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Thu, 24 May 2007 03:22:38 +0000 (03:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dates.spec -> 1.1

dates.spec [new file with mode: 0644]

diff --git a/dates.spec b/dates.spec
new file mode 100644 (file)
index 0000000..607a2ba
--- /dev/null
@@ -0,0 +1,95 @@
+#
+# 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
This page took 0.07839 seconds and 4 git commands to generate.