Author: baggins                      Date: Sat Mar  5 18:21:20 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
packages/postler:
   postler.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/postler/postler.spec
diff -u /dev/null packages/postler/postler.spec:1.1
--- /dev/null   Sat Mar  5 19:21:20 2011
+++ packages/postler/postler.spec       Sat Mar  5 19:21:14 2011
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary:       A super sexy, ultra simple desktop mail client built in vala
+#Summary(pl.UTF-8):    -
+Name:          postler
+Version:       0.1.0
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications/Mail
+#Source0:      http://www.xfce.org/archive/src/apps/postler/0.1/
+Source0:       http://www.twotoasts.de/media/%{name}-%{version}.tar.bz2
+# Source0-md5: 0247cdf1ab8e2d919c9299a52646f47a
+URL:           https://launchpad.net/postler
+BuildRequires: gettext-devel
+BuildRequires: glib2-devel >= 1:2.26
+BuildRequires: gtk+2-devel >= 2:2.18
+BuildRequires: gtk-webkit-devel >= 1.1.18
+BuildRequires: intltool >= 0.35.0
+BuildRequires: libcanberra-devel
+BuildRequires: libindicate-devel
+BuildRequires: libnotify-devel
+BuildRequires: libunique-devel >= 0.9
+BuildRequires: lynx
+BuildRequires: msmtp
+BuildRequires: pkgconfig >= 1:0.9.0
+BuildRequires: vala
+Requires:      msmtp
+#Suggests:     Dexter
+#Suggests:     lynx
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Postler aims to be easy, simple, clean, beautiful, and automagic. It
+handles IMAP beautifully, and provides the user with smart, sensible
+defaults.
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+./waf configure \
+       --prefix=/usr
+
+./waf build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./waf install \
+       --prefix=/usr \
+       --destdir=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{_bindir}/postler
+%attr(755,root,root) %{_bindir}/postler-mbsync
+%{_desktopdir}/postler.desktop
+%{_iconsdir}/hicolor/*/apps/internet-mail.*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/03/05 18:21:14  baggins
+- initial revision
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to