[kpartsplugin] update to 20120723

Rex Dieter rdieter at fedoraproject.org
Wed Nov 6 18:36:26 UTC 2013


commit 09710fa6562aa781d624a852d72b70699fd811a5
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Nov 6 12:36:42 2013 -0600

    update to 20120723

 .gitignore                                |    2 +-
 kpartsplugin-20120419-nsplugin_path.patch |   28 ----------------------------
 kpartsplugin.spec                         |   28 ++++++++--------------------
 sources                                   |    2 +-
 4 files changed, 10 insertions(+), 50 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ca19b0..5202984 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kpartsplugin-20120419.tar.bz2
+/kpartsplugin-20120723.tar.bz2
diff --git a/kpartsplugin.spec b/kpartsplugin.spec
index 485dbba..0792237 100644
--- a/kpartsplugin.spec
+++ b/kpartsplugin.spec
@@ -1,26 +1,18 @@
 
-%define snap 20120419
+%define snap 20120723
 
 Name:           kpartsplugin
 Version:        0.0.1
-Release:        0.9.%{snap}%{?dist}
+Release:        0.10.%{snap}%{?dist}
 Summary:        KParts technology to embed file viewers into non-KDE browsers
 
-Group:          System Environment/Libraries
 License:        GPLv3+
 URL:            http://kde-apps.org/content/show.php?content=125066
 Source0:        http://www.unix-ag.uni-kl.de/~fischer/%{name}/%{name}-%{snap}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-## upstreamable patches
-# support build-time -DNSPLUGIN_PATH_DIR option
-Patch50: kpartsplugin-20120419-nsplugin_path.patch
 
 BuildRequires:  kdelibs4-devel
 
-# *was* Req: kdebase, can't think of why that's needed, so tentatively
-# switching to (versioned) kdebase-runtime instead, for now -- Rex
-Requires:       kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
+Requires:       kde-runtime%{?_kde4_version: >= %{_kde4_version}}
 # for directory ownership
 Requires:	mozilla-filesystem
 
@@ -37,8 +29,6 @@ embedded plug-in.
 %prep
 %setup -q -n %{name}-%{snap}
 
-%patch50 -p1 -b .nsplugin_path
-
 
 %build
 mkdir -p %{_target_platform}
@@ -52,22 +42,20 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install
-rm -rf %{buildroot}
-
 make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files 
-%defattr(-,root,root,-)
 %doc ChangeLog README.txt
 %{_libdir}/mozilla/plugins/libkpartsplugin.so
+%{_kde4_libdir}/kde4/kcm_kpartsplugin.so
+%{_kde4_datadir}/kde4/services/kcm_kpartsplugin.desktop
 
 
 %changelog
+* Wed Nov 06 2013 Rex Dieter <rdieter at fedoraproject.org> 0.0.1-0.10.20120723
+- update to 20120723
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.1-0.9.20120419
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index bbb5cbd..e79b9ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b3338aee80ca6bea7423af28fa527c1  kpartsplugin-20120419.tar.bz2
+cf94ee866a934da97a04cd1619e16099  kpartsplugin-20120723.tar.bz2


More information about the scm-commits mailing list