]> git.pld-linux.org Git - packages/evolution.git/commitdiff
noarch apidocs auto/th/evolution-3.12.0-2
authorElan Ruusamäe <glen@delfi.ee>
Thu, 3 Apr 2014 05:25:48 +0000 (08:25 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 3 Apr 2014 05:25:48 +0000 (08:25 +0300)
evolution.spec

index 8e7d18336def3e86042e21c8150d9821a9eaff38..fc6c6615c8bbdc1196d2acde1ece760e16ee1832 100644 (file)
@@ -1,16 +1,15 @@
 #
 # Conditional build:
 %bcond_without ldap            # build without ldap support
-#
+
 %define                basever 3.12
-#
 Summary:       The GNOME Email/Calendar/Addressbook Suite
 Summary(pl.UTF-8):     Klient poczty dla GNOME/Kalendarz/Książka Adresowa
 Summary(pt_BR.UTF-8):  Cliente de email integrado com calendário e catálogo de endereços
 Summary(zh_CN.UTF-8):  Evolution - GNOME个人和工作组信息管理工具(包括电子邮件,日历和地址薄)
 Name:          evolution
 Version:       3.12.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution/3.12/%{name}-%{version}.tar.xz
@@ -221,6 +220,9 @@ Summary:    Evolution API documentation
 Summary(pl.UTF-8):     Dokumentacja API Evolution
 Group:         Documentation
 Requires:      gtk-doc-common
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 Evolution API documentation.
@@ -275,7 +277,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} $RPM_BUILD_ROOT%{_desktopdir}
+cp -p %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} $RPM_BUILD_ROOT%{_desktopdir}
 
 # remove useless files
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/*/*/*.{a,la}
This page took 0.213282 seconds and 4 git commands to generate.