[python-nikola] really stop removing empty files; fixed in next upstream version

Pete Travis immanetize at fedoraproject.org
Wed Feb 25 06:56:35 UTC 2015


commit 9f3f1e1bf97b41e978558c8c2cef1b11d131c066
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Tue Feb 24 23:56:29 2015 -0700

    really stop removing empty files; fixed in next upstream version

 python-nikola.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-nikola.spec b/python-nikola.spec
index 6f7a2e9..1197b7b 100644
--- a/python-nikola.spec
+++ b/python-nikola.spec
@@ -1,7 +1,7 @@
 %global with_python3 1
 Name: python-nikola	
 Version:	7.3.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A static website and blog generator
 License:	MIT
 URL:		http://getnikola.com
@@ -158,7 +158,6 @@ mv build3 build
 %{__python3} setup.py install --skip-build --root %{buildroot}
 mv %{buildroot}/%{_bindir}/nikola %{buildroot}/%{_bindir}/nikola%{python3_version}
 find %{buildroot}/%{python3_sitelib}/nikola/ -name \*.py -execdir sed -i -e '/^#!\/usr\/bin\/python$/d' {} \;
-find %{buildroot}/%{python3_sitelib}/nikola -empty -execdir rm -f {} \;
 find %{buildroot}/%{python3_sitelib}/nikola/ -type f -execdir chmod a-x {} \;
 /usr/bin/install -m 0644 -Dp docs/man/nikola.1 %{buildroot}/%{_mandir}/man1/nikola3.1
 ls
@@ -195,6 +194,9 @@ ln -s %{_bindir}/nikola2 %{buildroot}/%{_bindir}/nikola
 %doc README.extras
 
 %changelog
+* Wed Feb 25 2015 Pete Travis <immanetize at fedoraproject.org> - 7.3.0-5
+- Stop removing empty files, really.
+
 * Tue Feb 24 2015 Pete Travis <immanetize at fedoraproject.org> - 7.3.0-4
 - comment out python-ghp-import requires, pacakge review pending.
 


More information about the scm-commits mailing list