]> git.pld-linux.org Git - packages/libwpd.git/commitdiff
noarch apidocs auto/th/libwpd-0.10.0-3
authorElan Ruusamäe <glen@delfi.ee>
Sun, 29 Mar 2015 12:54:26 +0000 (15:54 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 29 Mar 2015 12:54:26 +0000 (15:54 +0300)
libwpd.spec

index 8cb366d5b1441a7007159019a397ff3d0e9a7bab..91444925bac1305d1af8e57fbc6cbf499cb564bf 100644 (file)
@@ -1,12 +1,12 @@
 #
 # Conditional build:
 %bcond_without static_libs     # don't build static library
-#
+
 Summary:       Library for reading and converting WordPerfect(TM) documents
 Summary(pl.UTF-8):     Biblioteka do odczytu i konwersji dokumentów WordPerfecta(TM)
 Name:          libwpd
 Version:       0.10.0
-Release:       2
+Release:       3
 License:       MPL v2.0 or LGPL v2.1+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
@@ -60,6 +60,9 @@ Statyczna biblioteka libwpd.
 Summary:       API documentation for libwpd library
 Summary(pl.UTF-8):     Dokumentacja API biblioteki libwpd
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API documentation for libwpd library.
@@ -101,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libwpd-*.la
 
 %clean
This page took 0.09172 seconds and 4 git commands to generate.