forked from pool/ksirk
Accepting request 147348 from KDE:Distro:Factory
Added /sbin/ldconfig in %post/%postun (fix for rpmlint errors) (forwarded request 147332 from adra) OBS-URL: https://build.opensuse.org/request/show/147348 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksirk?expand=0&rev=3
This commit is contained in:
parent
7fee5bca79
commit
b74d1906d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce0a9582b11bc872fa01124d89fc815a14329292c2ec697cf85164ece7aea130
|
||||
size 5914440
|
3
ksirk-4.9.97.tar.xz
Normal file
3
ksirk-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff232878309e9083e9d4a94a1b01554fb6b6b9b70ab992e04fee4e390f1237f5
|
||||
size 5913888
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 5 20:15:25 UTC 2013 - asterios.dramis@gmail.com
|
||||
|
||||
- Added /sbin/ldconfig in %post/%postun (fix for rpmlint errors).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 21:51:20 UTC 2013 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.97
|
||||
* This is the second RC release for 4.10. Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 14:29:49 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
|
22
ksirk.spec
22
ksirk.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ksirk
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,37 +17,39 @@
|
||||
|
||||
|
||||
Name: ksirk
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: libqca2-devel
|
||||
BuildRequires: xz
|
||||
Summary: Risk-like game for KDE
|
||||
License: GPL-2.0+ and LGPL-2.0+
|
||||
Group: Amusements/Games/Strategy/Turn Based
|
||||
Url: http://www.kde.org
|
||||
Version: 4.9.95
|
||||
Version: 4.9.97
|
||||
Release: 0
|
||||
Source0: ksirk-%{version}.tar.xz
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: libqca2-devel
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KsirK is a computerized version of a well known strategy game.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n ksirk-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%kde4_makeinstall -C build
|
||||
rm %{buildroot}%{_kde4_libdir}/libiris_ksirk.so
|
||||
%kde_post_install
|
||||
|
||||
%files
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC COPYING.LIB
|
||||
%{_kde4_bindir}/ksirk
|
||||
|
Loading…
Reference in New Issue
Block a user