[perl-Panotools-Script] Remove ptograph since it dragged-in perl-GraphViz

bpostle bpostle at fedoraproject.org
Tue Jan 31 22:53:52 UTC 2012


commit cf35c7f077a613ba13990b6924a8aa9ce90a0d24
Author: Bruno Postle <bruno at postle.net>
Date:   Tue Jan 31 22:53:54 2012 +0000

    Remove ptograph since it dragged-in perl-GraphViz

 perl-Panotools-Script.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Panotools-Script.spec b/perl-Panotools-Script.spec
index 58f9f29..04805ab 100644
--- a/perl-Panotools-Script.spec
+++ b/perl-Panotools-Script.spec
@@ -1,6 +1,6 @@
 Name:           perl-Panotools-Script
 Version:        0.26
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Library for manipulating Hugin .pto files
 License:        GPLv2+
 Group:          Development/Libraries
@@ -46,6 +46,10 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
+# added manually, remove unwanted graphviz dependency
+rm -f %{buildroot}/%{_bindir}/ptograph
+rm -f %{buildroot}/%{_datadir}/man/man1/ptograph.*
+
 # added manually
 desktop-file-install --vendor="" \
   --dir=%{buildroot}/%{_datadir}/applications desktop/*.desktop
@@ -77,6 +81,9 @@ update-desktop-database &> /dev/null ||:
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jan 31 2012 Bruno Postle - 0.26-4
+- rebuild without ptograph
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.26-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list