Accepting request 147346 from KDE:Distro:Factory
Added /sbin/ldconfig in %post/%postun (fix for rpmlint errors) (forwarded request 147330 from adra) OBS-URL: https://build.opensuse.org/request/show/147346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kolf?expand=0&rev=3
This commit is contained in:
parent
5b06a25107
commit
8da12b9c7c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d288a47639eed6ead1c95eecdba62cb895fdb859fd53c44ef6770f5a4bde8213
|
|
||||||
size 780436
|
|
3
kolf-4.9.97.tar.xz
Normal file
3
kolf-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e20e1a63b622eeac26413b7a0226479b62f3fbb6b4766ddf70d44bc7d7a97701
|
||||||
|
size 777588
|
11
kolf.changes
11
kolf.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 5 19:55:29 UTC 2013 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Added /sbin/ldconfig in %post/%postun (fix for rpmlint errors).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 21:50:06 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:20:38 UTC 2012 - tittiatcoke@gmail.com
|
Thu Dec 27 14:20:38 UTC 2012 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
17
kolf.spec
17
kolf.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kolf
|
# spec file for package kolf
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kolf
|
Name: kolf
|
||||||
BuildRequires: libkdegames-devel
|
|
||||||
BuildRequires: xz
|
|
||||||
Summary: Miniature golf game
|
Summary: Miniature golf game
|
||||||
License: GPL-2.0+ and LGPL-2.0+
|
License: GPL-2.0+ and LGPL-2.0+
|
||||||
Group: Amusements/Games/Board/Puzzle
|
Group: Amusements/Games/Board/Puzzle
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Version: 4.9.95
|
Version: 4.9.97
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: kolf-%{version}.tar.xz
|
Source0: kolf-%{version}.tar.xz
|
||||||
|
BuildRequires: libkdegames-devel
|
||||||
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
%kde4_runtime_requires
|
||||||
|
|
||||||
@ -34,19 +34,22 @@ Kolf is a miniature golf game for KDE.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n kolf-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kde4_makeinstall -C build
|
||||||
%kde4_makeinstall
|
|
||||||
rm -rf %{buildroot}/%{_kde4_libdir}/libkolfprivate.so
|
rm -rf %{buildroot}/%{_kde4_libdir}/libkolfprivate.so
|
||||||
%suse_update_desktop_file -r kolf Game SportsGame
|
%suse_update_desktop_file -r kolf Game SportsGame
|
||||||
%kde_post_install
|
%kde_post_install
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC COPYING.LIB
|
%doc COPYING COPYING.DOC COPYING.LIB
|
||||||
|
Loading…
Reference in New Issue
Block a user