This commit is contained in:
parent
b0cc3cc450
commit
40f79fca04
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 10:40:05 CEST 2007 - stbinner@suse.de
|
||||
|
||||
- fix build on older distributions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 08:20:30 CEST 2007 - coolo@suse.de
|
||||
|
||||
|
@ -22,11 +22,13 @@ License: GNU General Public License (GPL)
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Summary: Xine-Based Multimedia Player
|
||||
Version: 0.8.4
|
||||
Release: 26
|
||||
Release: 31
|
||||
%define rversion %version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
|
||||
%if %suse_version > 1020
|
||||
Requires: %{name}-lang = %{version}
|
||||
%endif
|
||||
Provides: kaxtv
|
||||
Obsoletes: kaxtv
|
||||
Source0: %name-%rversion.tar.bz2
|
||||
@ -105,10 +107,15 @@ kde_post_install
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
%if %suse_version > 1020
|
||||
|
||||
%files lang -f %name.lang
|
||||
|
||||
%files
|
||||
%else
|
||||
|
||||
%files -f %name.lang
|
||||
%endif
|
||||
%defattr(-,root,root)
|
||||
/opt/kde3/bin/*
|
||||
/opt/kde3/include/kaffeine
|
||||
@ -136,6 +143,8 @@ kde_post_install
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 04 2007 - stbinner@suse.de
|
||||
- fix build on older distributions
|
||||
* Fri Jun 01 2007 - coolo@suse.de
|
||||
- move kde_post_install
|
||||
* Mon May 14 2007 - coolo@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user