]> git.pld-linux.org Git - packages/billreminder.git/blob - billreminder.spec
- updated gettext BR
[packages/billreminder.git] / billreminder.spec
1 Summary:        BillReminder - a desktop bill reminder for GNOME
2 Name:           billreminder
3 Version:        0.3.2
4 Release:        5
5 License:        BSD
6 Group:          X11/Applications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/billreminder/0.3/%{name}-%{version}.tar.bz2
8 # Source0-md5:  dddf919af92bc778d823b92f63e50dd9
9 URL:            http://billreminder.gnulinuxbrasil.org/
10 BuildRequires:  GConf2-devel
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake >= 1:1.7
13 BuildRequires:  gettext-tools
14 BuildRequires:  intltool >= 0.40.0
15 BuildRequires:  python-dbus
16 BuildRequires:  python-devel >= 1:2.5
17 BuildRequires:  python-pygobject
18 BuildRequires:  python-sqlite >= 2.3.0
19 BuildRequires:  rpm-pythonprov
20 BuildRequires:  rpmbuild(macros) >= 1.311
21 Requires(post,postun):  gtk-update-icon-cache
22 Requires(post,postun):  hicolor-icon-theme
23 Requires(post,preun):   GConf2
24 %pyrequires_eq  python-modules
25 Requires:       python-dbus
26 Requires:       python-gnome
27 Requires:       python-pygtk-gtk
28 Requires:       python-sqlite
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 A desktop bill reminder for GNOME.
33
34 %prep
35 %setup -q
36
37 %build
38 %{__intltoolize}
39 %{__aclocal} -I m4
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 rm -rf $RPM_BUILD_ROOT%{_iconsdir}/hicolor/20x20
52
53 %py_postclean
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post
61 %update_icon_cache hicolor
62 %gconf_schema_install billreminder.schemas
63
64 %preun
65 %gconf_schema_uninstall billreminder.schemas
66
67 %postun
68 %update_icon_cache hicolor
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS COPYING README TODO
73 %attr(755,root,root) %{_bindir}/billreminder
74 %attr(755,root,root) %{_bindir}/billreminderd
75 /etc/xdg/autostart/billreminderd.desktop
76 %dir %{py_sitescriptdir}/billreminder
77 %{py_sitescriptdir}/billreminder/*.py[co]
78 %dir %{py_sitescriptdir}/billreminder/daemon
79 %{py_sitescriptdir}/billreminder/daemon/*.py[co]
80 %dir %{py_sitescriptdir}/billreminder/db
81 %{py_sitescriptdir}/billreminder/db/*.py[co]
82 %dir %{py_sitescriptdir}/billreminder/gui
83 %{py_sitescriptdir}/billreminder/gui/*.py[co]
84 %dir %{py_sitescriptdir}/billreminder/gui/widgets
85 %{py_sitescriptdir}/billreminder/gui/widgets/*.py[co]
86 %dir %{py_sitescriptdir}/billreminder/lib
87 %{py_sitescriptdir}/billreminder/lib/*.py[co]
88 %{_sysconfdir}/gconf/schemas/billreminder.schemas
89 %{_datadir}/dbus-1/services/billreminder.service
90 %{_datadir}/%{name}
91 %{_desktopdir}/*.desktop
92 %{_mandir}/man1/*.1*
93 %{_iconsdir}/hicolor/*/*/*.png
94 %{_iconsdir}/hicolor/*/*/*.svg
95 %{_pixmapsdir}/billreminder.png
This page took 0.064672 seconds and 3 git commands to generate.