[geany-plugins: 1/2] add Obsoletes and Provides for pretty-print(er)

Dominic Hopf dmaphy at fedoraproject.org
Thu Aug 2 07:12:03 UTC 2012


commit f30481fd5472bef1156e15f3692508792e199d1b
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Thu Aug 2 09:10:58 2012 +0200

    add Obsoletes and Provides for pretty-print(er)

 geany-plugins.spec |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/geany-plugins.spec b/geany-plugins.spec
index b2d978f..3136d82 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -3,7 +3,7 @@
 
 Name:           geany-plugins
 Version:        1.22
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Plugins for Geany
 
 Group:          Development/Tools
@@ -240,32 +240,32 @@ just repeatedly trigger the macro to do as many lines as you want.
 
 
 %package geanyminiscript
-Summary:   Geany Mini-Script filter plugin 
+Summary:   Geany Mini-Script filter plugin
 Group:     Development/Tools
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description geanyminiscript
-The GeanyMiniScript plugin is a tool to apply a script filter on: 
+The GeanyMiniScript plugin is a tool to apply a script filter on:
 
 * the text selection
 * the current document
-* all documents of the current session. 
+* all documents of the current session.
 
 
 The filter type can be:
 
 * Unix shell script
-* perl script 
+* perl script
 * python script
 * sed commands
-* awk script 
+* awk script
 
 
 The output can be:
 
 * the selection of the current document
 * all the current document
-* or a new document 
+* or a new document
 
 
 %package geanynumberedbookmarks
@@ -364,7 +364,7 @@ pastebins. At the moment it supports this services:
 
 GeniusPaste detects automatically the syntax of the code and paste it with
 syntax highlighting enabled. It can also display the pasted code opening a new
-browser tab. 
+browser tab.
 
 
 %package gproject
@@ -386,6 +386,8 @@ Summary:   XML pretty printing plugin for Geany
 Group:     Development/Tools
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  libxml2 >= 2.6.27
+Obsoletes: geany-plugins-pretty-print
+Provides:  geany-plugins-pretty-print >= %{version}-%{release}
 
 %description pretty-printer
 Plugin for Geany to easily beautify XML code.
@@ -684,6 +686,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 02 2012 Dominic Hopf <dmaphy at fedoraproject.org> - 1.22-3
+- add Obsoletes and Provides for pretty-print(er)
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list