]> git.pld-linux.org Git - packages/dates.git/blame - dates.spec
- fix link order: all .a libraries must go before any .so libraries they
[packages/dates.git] / dates.spec
CommitLineData
a05d87fa 1Summary: Tiny GNOME datebook application
48e4e614 2Summary(pl.UTF-8): Mała aplikacja kalendarza dla GNOME
0433ac1c 3Name: dates
dca889f9 4Version: 0.4.10
6f272e71 5Release: 1
0433ac1c 6License: GPL
7Group: Applications/Communications
dca889f9
PZ
8Source0: http://ftp.gnome.org/pub/GNOME/sources/dates/0.4/%{name}-%{version}.tar.gz
9# Source0-md5: e9e9abdc326e8a3707dce46d6690727c
0433ac1c 10URL: http://pimlico-project.org/dates.html
89489822
JB
11BuildRequires: GConf2-devel >= 2.0
12BuildRequires: autoconf >= 2.53
0433ac1c 13BuildRequires: automake
89489822 14BuildRequires: evolution-data-server-devel >= 1.2
0433ac1c 15BuildRequires: gtk+2-devel >= 2:2.10.7
89489822 16BuildRequires: intltool >= 0.35.0
0433ac1c 17BuildRequires: libtool
18BuildRequires: libxml2-devel >= 1:2.6.27
89489822 19BuildRequires: pkgconfig
0433ac1c 20Requires(post,postun): hicolor-icon-theme
48e4e614 21Requires(post,postun): scrollkeeper
72216cbe
PZ
22Obsoletes: dates-devel <= 0.4.3
23Obsoletes: dates-static <= 0.4.3
0433ac1c 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Dates is a small, lightweight calendar, featuring an innovative,
28unified, zooming view and is designed primarily for use on hand-held
29devices. It is available in several flavours; a vanilla GTK+ user
30interface, a version for the Nokia 770/N800 Maemo platform and a
31version for OpenMoko devices.
32
48e4e614
JB
33%description -l pl.UTF-8
34Dates to mały, lekki kalendarz cechujący się innowacyjnym,
35ujednoliconym, powiększanym widokiem; jest zaprojektowany głównie do
36używania na urządzeniach przenośnych. Jest dostępny w kilku odmianach;
37z czystym interfejsen GTK+, w wersji dla platformy Nokia 770/N800
38Maemo oraz dla urządzeń OpenMoko.
39
0433ac1c 40%prep
41%setup -q
42
43%build
44%{__glib_gettextize}
45%{__libtoolize}
46%{__intltoolize}
47%{__aclocal}
48%{__autoheader}
49%{__automake}
50%{__autoconf}
51%configure \
52 --disable-schemas-install \
53 --disable-scrollkeeper
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT \
61 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
62
63%find_lang %{name} --with-gnome --all-name
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%post
0433ac1c 69%scrollkeeper_update_post
70%update_icon_cache hicolor
71
0433ac1c 72%postun
73%scrollkeeper_update_postun
0433ac1c 74%update_icon_cache hicolor
75
76%files -f %{name}.lang
77%defattr(644,root,root,755)
78%doc AUTHORS ChangeLog NEWS README
79%attr(755,root,root) %{_bindir}/*
0433ac1c 80%dir %{_datadir}/dates
81%{_datadir}/dates/oh-about-logo.png
48e4e614 82%{_desktopdir}/dates.desktop
0433ac1c 83%{_iconsdir}/hicolor/16x16/apps/dates.png
84%{_iconsdir}/hicolor/22x22/apps/dates.png
85%{_iconsdir}/hicolor/24x24/apps/dates.png
32070423 86#%{_iconsdir}/hicolor/26x26/apps/dates.png
0433ac1c 87%{_iconsdir}/hicolor/32x32/apps/dates.png
48e4e614 88%{_iconsdir}/hicolor/48x48/apps/dates.png
32070423 89%{_iconsdir}/hicolor/64x64/apps/dates.png
0433ac1c 90%{_iconsdir}/hicolor/scalable/apps/dates.svg
91%{_mandir}/man1/dates.1*
This page took 0.06413 seconds and 4 git commands to generate.