Name: gyrus Summary: GNOME Cyrus-IMAPd Administrator Version: 0.3.3 Release: 1%{?dist} License: GPL Group: Applications/Mail URL: http://gyrus.gnome.cl/ Source0: %{name}-%{version}.tar.bz2 BuildPrereq: GConf2-devel >= 2.0.0 BuildPrereq: gtk2-devel >= 2.4.0 BuildPrereq: libglade2-devel >= 2.0.0 BuildPrereq: libgnomeui-devel >= 2.6.0 BuildPrereq: gnet2-devel >= 2.0.0 Requires: GConf2 >= 2.0.0 Requires: libglade2 >= 2.0.0 Requires: gnet2 >= 2.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Gyrus is a GNOME based tool for the administration of mailboxes in Cyrus-IMAPd servers. It allows to control user quotas, create and remove mailboxes, and to manipulate the Access Control List for each mailbox. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} %makeinstall mkdir -p %{buildroot}%{_datadir}/applications sed '/^X-GNOME\(.*\)/d;' < gyrus.desktop > \ %{buildroot}%{_datadir}/applications/gyrus.desktop desktop-file-install --vendor fedora --delete-original \ --dir %{buildroot}%{_datadir}/applications \ --add-category Application \ --add-category Network \ --add-category Internet \ %{buildroot}%{_datadir}/applications/gyrus.desktop %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING NEWS README TODO ChangeLog %{_bindir}/gyrus %{_datadir}/gyrus/glade/*.glade %{_datadir}/gyrus/pixmaps/*.png %{_datadir}/gyrus/schemas/*.xml %{_datadir}/locale/*/* %{_datadir}/applications/fedora-gyrus.desktop %changelog * Tue Jul 12 2005 Alexander Dalloz - 0.3.3-1 - Initial build.