]> git.pld-linux.org Git - packages/libpst.git/commitdiff
- clean docdir before doc stage auto/th/libpst-0.6.59-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 May 2013 15:42:49 +0000 (17:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 May 2013 15:42:49 +0000 (17:42 +0200)
libpst.spec

index e8bc5b9d8f5ad4af939956e80b02ebdeb226d7be..f2fb7e783a4dc1f501530b981db74865aa5d20b6 100644 (file)
@@ -103,7 +103,9 @@ install -d $RPM_BUILD_ROOT%{py_sitedir}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/_libpst.{a,la}
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/_libpst.{a,la}
+# packaged as %doc (split into base and -devel)
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -119,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%doc html/*.html html/devel
 %attr(755,root,root) %{_libdir}/libpst.so
 %{_libdir}/libpst.la
 %{_includedir}/libpst-4
This page took 0.129143 seconds and 4 git commands to generate.