]> git.pld-linux.org Git - packages/knights.git/commitdiff
- removed invalid defines
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Aug 2004 11:46:12 +0000 (11:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    knights.spec -> 1.8

knights.spec

index d1cf72cb2bc801d3c2ae687875d2941a8b807d72..4f674d482dff24b86c957e5598d89907540d4c92 100644 (file)
@@ -11,18 +11,16 @@ Source1:    http://dl.sourceforge.net/knights/knights-themepack-0.5.9.tar.gz
 # Source1-md5: ece32b73d43e16b997423c219dcda21d
 URL:           http://www.knights-chess.com/
 BuildRequires: arts-devel
-BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: audiofile-devel
 BuildRequires: kdelibs-devel >= 3.0
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: qt-devel >= 3.0.2
+BuildRequires: rpmbuild(macros) >= 1.129
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _htmldir        /usr/share/doc/kde/HTML
-
 %description
 Knights aims to be the ultimate chess resource on your computer.
 Written for the K Desktop Environment, it's designed to be both
@@ -43,7 +41,7 @@ podpowiedzi d
 Summary:       Knights themepack
 Summary(pl):   Zestaw motywów do knights
 Group:         Themes
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description themes
 Additional themes for the Knights chess enviroment.
@@ -56,8 +54,7 @@ Dodatkowe motywy do 
 
 %build
 kde_appsdir="%{_desktopdir}"; export kde_appsdir
-kde_htmldir="%{_htmldir}"; export kde_htmldir
-kde_icondir="%{_pixmapsdir}"; export kde_icondir
+kde_htmldir="%{_kdedocdir}"; export kde_htmldir
 cp -f /usr/share/automake/config.sub admin/config.sub
 %configure
 %{__make}
@@ -92,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/apps/knights/themes/KBDefault.tar.gz
 %{_datadir}/apps/knights/themes/KCDefault.tar.gz
 %{_datadir}/apps/knights/themes/KSDefault.tar.gz
-%{_pixmapsdir}/*/*/*/*.png
+%{_iconsdir}/*/*/*/*.png
 
 %files themes
 %defattr(644,root,root,755)
This page took 0.058317 seconds and 4 git commands to generate.