[leechcraft/f17] Renaming the pintab package

Minh Ngo ignotusp at fedoraproject.org
Sat Mar 17 20:44:56 UTC 2012


commit 251fb3c5c4312416af225020bb9fd782f2ccf340
Author: Minh Ngo <nlminhtl at gmail.com>
Date:   Sat Mar 17 22:43:59 2012 +0200

    Renaming the pintab package

 leechcraft.spec |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/leechcraft.spec b/leechcraft.spec
index 9f97fff..34081df 100644
--- a/leechcraft.spec
+++ b/leechcraft.spec
@@ -56,6 +56,9 @@ BuildRequires:  qca2-devel
 #for leechcraft-anhero
 BuildRequires:  kdelibs4-devel
 
+Provides:       leechcraft-eiskaltcpp%{?_isa} = %{full_version}
+Obsoletes:      leechcraft-eiskaltcpp%{?_isa} < %{full_version}
+
 %description
 Core executable of Leechcraft
 Leechcraft is a free modular "internet client" application.
@@ -92,7 +95,7 @@ Requires:       %{name}-poshuku-cleanweb%{?_isa} = %{full_version}
 Requires:       %{name}-poshuku-filescheme%{?_isa} = %{full_version}
 Requires:       %{name}-poshuku-fua%{?_isa} = %{full_version}
 Requires:       %{name}-poshuku-wyfv%{?_isa} = %{full_version}
-Requires:       %{name}-poshuku-pintab%{?_isa} = %{full_version}
+Requires:       %{name}-pintab%{?_isa} = %{full_version}
 Requires:       %{name}-poshuku-keywords%{?_isa} = %{full_version}
 Requires:       %{name}-poshuku-pogooglue%{?_isa} = %{full_version}
 Requires:       %{name}-poshuku-onlinebookmarks%{?_isa} = %{full_version}
@@ -355,12 +358,14 @@ replaces default flash-based video players on some sites with any
 suitable LeechCraft's media player thus avoiding the need for Flash.
 
 
-%package poshuku-pintab
+%package pintab
 Summary:        LeechCraft Pintab Module
-Requires:       %{name}-poshuku%{?_isa} = %{full_version}
+Requires:       %{name}-%{?_isa} = %{full_version}
+Provides:       leechcraft-poshuku-pintab%{?_isa} = %{full_version}
+Obsoletes:      leechcraft-poshuku-pintab%{?_isa} < %{full_version}
  
-%description poshuku-pintab
-Poshuku PinTab allows to pin selected Poshuku tabs so that they cannot
+%description pintab
+PinTab allows to pin selected tabs so that they cannot
 be closed until unpinned.
 
 
@@ -818,6 +823,7 @@ pushd %{_target_platform}
     -DENABLE_VFSCORE=False \
     -DENABLE_BLACKDASH=True \
     -DENABLE_CHOROID=True \
+    -DENABLE_PINTAB=True \
     ../src  
 popd
 make %{?_smp_mflags} -C %{_target_platform} 
@@ -879,7 +885,7 @@ desktop-file-install                                    \
 %find_lang leechcraft_lackman --with-qt --without-mo
 %find_lang leechcraft_poshuku_onlinebookmarks_delicious --with-qt --without-mo
 %find_lang leechcraft_poshuku_onlinebookmarks_readitlater --with-qt --without-mo
-
+%find_lang leechcraft_pintab --with-qt --without-mo
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -1067,8 +1073,8 @@ fi
 %files poshuku-filescheme -f leechcraft_poshuku_filescheme.lang
 %{plugin_dir}/libleechcraft_poshuku_filescheme.so
  
-%files poshuku-pintab
-%{plugin_dir}/*_poshuku_pintab.so
+%files pintab -f leechcraft_pintab.lang
+%{plugin_dir}/libleechcraft_pintab.so
  
 %files poshuku-keywords
 %{plugin_dir}/libleechcraft_poshuku_keywords.so
@@ -1170,6 +1176,7 @@ fi
 - Changes http://leechcraft.org/leechcraft-0.5.60-is-released
 - Fixing source for GCC 4.7.0
 - Removing translation file finder for tabpp
+- Renaming the leechcraft-poshuku-pintab package
 
 * Wed Mar 14 2012 Minh Ngo <nlminhtl at gmail.com> 0.5.0-4
 - Disabling eiskaltcpp plugin (Cannot be built for F17


More information about the scm-commits mailing list