rpms/mailody/devel import.log, NONE, 1.1 mailody.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sandro Mathys red at fedoraproject.org
Wed Jul 29 11:10:27 UTC 2009


Author: red

Update of /cvs/pkgs/rpms/mailody/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25993/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mailody.spec 
Log Message:
initial import




--- NEW FILE import.log ---
mailody-1_5_0-0_4_alfa1_fc11:HEAD:mailody-1.5.0-0.4.alfa1.fc11.src.rpm:1248857745


--- NEW FILE mailody.spec ---
%global alphatag alfa1

Name:           mailody
Version:        1.5.0
Release:        0.4.%{alphatag}%{?dist}
Summary:        Simple mail client

Group:          Applications/Communications
License:        GPLv2+
URL:            http://www.mailody.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}4-%{version}%{alphatag}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake
BuildRequires:  kdepimlibs-devel
BuildRequires:  kdelibs4-devel
BuildRequires:  gettext
BuildRequires:  desktop-file-utils
Requires:       kdepimlibs-akonadi

%description
mailody is yet another mail client. While it uses the akonadi backend
from KDE4 it can handle IMAP and SMTP only, even though support for
MAPI is planned. It's actually some sort of mixture betweend the popular
KMail and Thunderbird mail clients and can share some settings with the
former.

%prep
%setup -q -n %{name}4-%{version}%{alphatag}


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
popd
make %{?_smp_flags} VERBOSE=1 -C %{_target_platform}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
%find_lang %{name}
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/kde4/%{name}.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi


%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS
%{_kde4_docdir}/HTML/en/doc/
%{_kde4_bindir}/mailody
%{_kde4_datadir}/applications/kde4/mailody.desktop
%{_kde4_datadir}/dbus-1/interfaces/net.mailody.mainwindow.xml
%{_kde4_datadir}/icons/hicolor/*/apps/mailody.png
%{_kde4_datadir}/icons/hicolor/16x16/actions/label*.png
%{_kde4_datadir}/kde4/apps/mailody/


%changelog
* Wed Jul 29 2009 Sandro Mathys <red at fedoraproject.org> - 1.5.0-0.4.alfa1
- Last tiny improvements out of the review

* Tue Jul 28 2009 Sandro Mathys <red at fedoraproject.org> - 1.5.0-0.3.alfa1
- Changed KDE4-specific stuff according to the review

* Tue Jun 09 2009 Sandro Mathys <red at fedoraproject.org> - 1.5.0-0.2.alfa1
- Added kdepimlibs-akonadi to the Requires
- Now does desktop-file-validate (and has BuildRequires: desktop-file-utils)
- Some simple changes to the style of the spec file itself

* Fri Jun 05 2009 Sandro Mathys <red at fedoraproject.org> - 1.5.0-0.1.alfa1
- initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mailody/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Jul 2009 01:02:55 -0000	1.1
+++ .cvsignore	29 Jul 2009 11:10:26 -0000	1.2
@@ -0,0 +1 @@
+mailody4-1.5.0alfa1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mailody/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Jul 2009 01:02:55 -0000	1.1
+++ sources	29 Jul 2009 11:10:26 -0000	1.2
@@ -0,0 +1 @@
+e217745b1cd60dee2a662e258e7cb78c  mailody4-1.5.0alfa1.tar.bz2




More information about the fedora-extras-commits mailing list