[xcircuit] Fix spurious auto-generated dependency.

mbooth mbooth at fedoraproject.org
Wed Feb 27 16:36:20 UTC 2013


commit f91c78735b54082a929b0f19edcc95080d104f6c
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Wed Feb 27 16:35:55 2013 +0000

    Fix spurious auto-generated dependency.

 xcircuit.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xcircuit.spec b/xcircuit.spec
index 3151040..c7579d5 100644
--- a/xcircuit.spec
+++ b/xcircuit.spec
@@ -2,7 +2,7 @@
 
 Name:             xcircuit
 Version:          %{short_version}.44
-Release:          6%{?dist}
+Release:          7%{?dist}
 Summary:          Electronic circuit schematic drawing program
 
 License:          GPLv2
@@ -68,6 +68,7 @@ make INSTALL="install -p" DESTDIR=%{buildroot} install
 make install-man mandir="%{buildroot}%{_mandir}"
 
 rm -rf examples/win32
+chmod -x examples/*
 
 # They stay
 #W: xcircuit hidden-file-or-dir examples/python/.xcircuitrc
@@ -112,6 +113,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 
 
 %changelog
+* Wed Feb 27 2013 Mat Booth <fedora at matbooth.co.uk> - 3.7.44-7
+- Fix invalid auto-generated dependency.
+
 * Mon Feb 25 2013 Mat Booth <fedora at matbooth.co.uk> - 3.7.44-6
 - Remove obsoleted macro for automake >= 1.12
 - Fix FTBFS rhbz #914582


More information about the scm-commits mailing list