]> git.pld-linux.org Git - packages/aethera.git/blobdiff - aethera.spec
- tabs in preamble
[packages/aethera.git] / aethera.spec
index 87a5df2009f1d494c7ea5d3426c7ec1825e23404..c18e41c6f27de6f3e95ab15119764ac61d6d2427 100644 (file)
@@ -1,6 +1,7 @@
+# TODO: optflags
 %define                _rel    0.3
 Summary:       Aethera - Email and PIM application
-Summary(pl):   Aethera - aplikacja e-mail i zarz±dcy informacji osobistej (PIM)
+Summary(pl.UTF-8):     Aethera - aplikacja poczty elektronicznej i zarządcy informacji osobistej (PIM)
 Name:          aethera
 Version:       1.2.1
 Release:       050331.%{_rel}
@@ -15,6 +16,7 @@ Patch4:               %{name}-typo.patch
 # Source0-md5: f3efd064b5e9884bd7adf49bf763e213
 URL:           http://www.thekompany.com/projects/aethera/
 BuildRequires: korelib-devel
+BuildRequires: qmake
 BuildRequires: qt-devel
 #Requires: thekompany-support
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,18 +25,22 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Aethera is a pim application, i.e. it handles all kinds of personal
 information: email, contacts, notes, tasks, todos, journals.
 
-%description -l pl
-Aethera jest aplikacj± zarz±dcy informacji osobistej (PIM). Obs³uguje
-wszystkie rodzaje informacji osobistych: e-mail, kontakty, notatki,
-zadania, sprawy do za³atwienia, dzienniki.
+%description -l pl.UTF-8
+Aethera jest aplikacją zarządcy informacji osobistej (PIM). Obsługuje
+wszystkie rodzaje informacji osobistych: pocztę elektroniczną,
+kontakty, notatki, zadania, sprawy do załatwienia, dzienniki.
 
 %package devel
-Summary:       Header files for Aethera
+Summary:       Header files for Aethera libraries
+Summary(pl.UTF-8):     Pliki nagłówkowe bibliotek Aethery
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
-Header files for Aethera library.
+Header files for Aethera libraries.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe bibliotek Aethery.
 
 %prep
 %setup -q
@@ -176,8 +182,8 @@ rm $RPM_BUILD_ROOT%{_prefix}/local/bin/aethera
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p      /sbin/ldconfig
-%postun        -p      /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -200,6 +206,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/aethera/sound
 %{_libdir}/aethera/data
 %dir %{_libdir}/aethera/i18n
+# XXX: are *.ts (translation sources) needed in binary package?
 %lang(de) %{_libdir}/aethera/i18n/aethera_de.qm
 %lang(de) %{_libdir}/aethera/i18n/aethera_de.ts
 %lang(de) %{_libdir}/aethera/i18n/koplugin_de.ts
This page took 0.140125 seconds and 4 git commands to generate.