|
@@ -2,7 +2,7 @@ Name: kde-partitionmanager
|
|
Summary: KDE Partition Manager
|
|
Summary: KDE Partition Manager
|
|
Summary(ja): KDE パーティションマネージャ
|
|
Summary(ja): KDE パーティションマネージャ
|
|
Version: 1.0.3
|
|
Version: 1.0.3
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Group: Applications/Administration
|
|
Group: Applications/Administration
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
@@ -10,6 +10,8 @@ URL: http://partitionman.sourceforge.net/
|
|
|
|
|
|
Source0: http://downloads.sourceforge.net/project/partitionman/partitionmanager/1.0.3/partitionmanager-%{version}.tar.bz2
|
|
Source0: http://downloads.sourceforge.net/project/partitionman/partitionmanager/1.0.3/partitionmanager-%{version}.tar.bz2
|
|
|
|
|
|
|
|
+Patch0: partitionmanager-1.0.3-r1263692.patch
|
|
|
|
+
|
|
## upstreamable patches
|
|
## upstreamable patches
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -19,6 +21,7 @@ BuildRequires: e2fsprogs-devel
|
|
%if %{?_dist_release} !="vl5"
|
|
%if %{?_dist_release} !="vl5"
|
|
BuildRequires: libuuid-devel
|
|
BuildRequires: libuuid-devel
|
|
BuildRequires: libblkid-devel
|
|
BuildRequires: libblkid-devel
|
|
|
|
+BuildRequires: libatasmart-devel
|
|
%endif
|
|
%endif
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
@@ -44,9 +47,10 @@ to make use of all features and get full support for all file systems.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n partitionmanager-%{version}
|
|
%setup -q -n partitionmanager-%{version}
|
|
|
|
+%patch0 -p1
|
|
## Due to the name change
|
|
## Due to the name change
|
|
mv src/partitionmanager.desktop src/kde-partitionmanager.desktop
|
|
mv src/partitionmanager.desktop src/kde-partitionmanager.desktop
|
|
-mv src/kcm/kcm_partitionmanager.desktop src/kcm/kcm_kde-partitionmanager.desktop
|
|
+#mv src/kcm/kcm_partitionmanager.desktop src/kcm/kcm_kde-partitionmanager.desktop
|
|
sed -i 's,partitionmanager.desktop,kde-partitionmanager.desktop,' src/CMakeLists.txt
|
|
sed -i 's,partitionmanager.desktop,kde-partitionmanager.desktop,' src/CMakeLists.txt
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -91,13 +95,20 @@ fi
|
|
%doc README COPYING CHANGES
|
|
%doc README COPYING CHANGES
|
|
%{_bindir}/partitionmanager*
|
|
%{_bindir}/partitionmanager*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
|
|
+%{_libdir}/kde4/pmlibpartedbackendplugin.so
|
|
%{_datadir}/applications/kde4/%{name}.desktop
|
|
%{_datadir}/applications/kde4/%{name}.desktop
|
|
%{_datadir}/icons/hicolor/*/*/*.png
|
|
%{_datadir}/icons/hicolor/*/*/*.png
|
|
%{_datadir}/kde4/apps/partitionmanager
|
|
%{_datadir}/kde4/apps/partitionmanager
|
|
|
|
+%{_datadir}/kde4/services/pmlibpartedbackendplugin.desktop
|
|
|
|
+%{_datadir}/kde4/servicetypes/pmcorebackendplugin.desktop
|
|
## %{_kde4_datadir}/kde4/services/kcm_kde-partitionmanager.desktop
|
|
## %{_kde4_datadir}/kde4/services/kcm_kde-partitionmanager.desktop
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-2
|
|
|
|
+- add Patch0 (partitionmanager-1.0.3-r1263692.patch)
|
|
|
|
+- add BuildRequires: libatasmart-devel
|
|
|
|
+
|
|
* Thu Jan 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-1
|
|
* Thu Jan 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|