Author: darekr Date: Wed Sep 21 13:42:22 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - _kdedocdir needs 1.129 macros
---- Files affected: SPECS: ksudoku.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/ksudoku.spec diff -u SPECS/ksudoku.spec:1.1 SPECS/ksudoku.spec:1.2 --- SPECS/ksudoku.spec:1.1 Wed Sep 21 11:37:42 2005 +++ SPECS/ksudoku.spec Wed Sep 21 15:42:17 2005 @@ -9,12 +9,13 @@ Release: 0.1 License: GPL v2 Group: X11/Applications/Games -Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/sourceforge/ksudoku/%{name}-%{version}.tar.gz # Source0-md5: bbaec4dc617f1c10475ea5faf2a679b4 URL: http://ksudoku.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: kdelibs-devel >= 9:3.2.0 +BuildRequires: rpmbuild(macros) >= 1.129 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -33,7 +34,7 @@ echo "Categories=Qt;KDE;Applications;Games;Board;" >> src/${name}.desktop %build -cp -f %{_datadir}/automake/config.sub admin +cp -f /usr/share/automake/config.sub admin %{__make} -f admin/Makefile.common cvs %configure \ @@ -47,6 +48,7 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_desktopdir} + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ kde_htmldir=%{_kdedocdir} \ @@ -60,11 +62,11 @@ %files -f %{name}.lang %defattr(644,root,root,755) +%doc ChangeLog README %attr(755,root,root) %{_bindir}/* %{_desktopdir}/kde/ksudoku.desktop %{_iconsdir}/*/*/apps/%{name}.png %{_datadir}/apps/%{name} -%doc ChangeLog README %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/09/21 13:42:17 darekr +- _kdedocdir needs 1.129 macros + Revision 1.1 2005/09/21 09:37:42 teodor - initial version ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ksudoku.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
