|
@@ -3,18 +3,22 @@
|
|
Name: kio_sysinfo
|
|
Name: kio_sysinfo
|
|
Summary: KIO slave which shows basic system information
|
|
Summary: KIO slave which shows basic system information
|
|
Version: 20090930
|
|
Version: 20090930
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 4%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://www.kde.org/
|
|
URL: http://www.kde.org/
|
|
|
|
+
|
|
Source0: http://ktown.kde.org/~lukas/kio_sysinfo/%{name}-%{version}.tar.bz2
|
|
Source0: http://ktown.kde.org/~lukas/kio_sysinfo/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: kdelibs4-devel
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
-BuildRequires: dbus-devel giflib-devel pcre-devel
|
|
+BuildRequires: dbus-devel
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
|
|
+BuildRequires: giflib-devel
|
|
|
|
+BuildRequires: kdelibs4-devel
|
|
|
|
+BuildRequires: pcre-devel
|
|
|
|
+BuildRequires: soprano-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
This is a sysinfo:/ KIO slave, which shows basic system information often
|
|
This is a sysinfo:/ KIO slave, which shows basic system information often
|
|
@@ -27,7 +31,6 @@ requested by users.
|
|
%build
|
|
%build
|
|
mkdir -p %{_target_platform}
|
|
mkdir -p %{_target_platform}
|
|
pushd %{_target_platform}
|
|
pushd %{_target_platform}
|
|
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
|
|
|
|
%cmake \
|
|
%cmake \
|
|
-DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
|
|
-DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
|
|
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
|
|
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
|
|
@@ -63,6 +66,14 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jan 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 20090930-4
|
|
|
|
+- rebuilt on current VineSeed
|
|
|
|
+- fixed spec file not to load /etc/profile.d/qt4.sh
|
|
|
|
+
|
|
|
|
+* Sat Jun 2 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 20090930-3
|
|
|
|
+- rebuilt with rpm-4.8.1-3
|
|
|
|
+- added BR: soprano-devel
|
|
|
|
+
|
|
* Sat Jul 3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 20090930-2
|
|
* Sat Jul 3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 20090930-2
|
|
- BR: kdelibs4-devel instead of kdelibs-devel
|
|
- BR: kdelibs4-devel instead of kdelibs-devel
|
|
|
|
|
|
@@ -94,4 +105,4 @@ rm -rf %{buildroot}
|
|
|
|
|
|
* Wed Nov 21 2008 Jaroslav Reznik <jreznik@redhat.com> 20081121-1
|
|
* Wed Nov 21 2008 Jaroslav Reznik <jreznik@redhat.com> 20081121-1
|
|
- initial package
|
|
- initial package
|
|
-- use SYSINFO_DISTRO
|
|
+- use SYSINFO_DISTRO
|