Author: arekm Date: Wed Sep 14 06:37:21 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 4.7.1
---- Files affected: packages/kolourpaint: kolourpaint.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/kolourpaint/kolourpaint.spec diff -u /dev/null packages/kolourpaint/kolourpaint.spec:1.1 --- /dev/null Wed Sep 14 08:37:21 2011 +++ packages/kolourpaint/kolourpaint.spec Wed Sep 14 08:37:16 2011 @@ -0,0 +1,71 @@ +# $Revision$, $Date$ +%define _state stable +%define qtver 4.7.4 + +Summary: KDE Painter +Summary(pl.UTF-8): Program graficzny KDE +Name: kolourpaint +Version: 4.7.1 +Release: 1 +License: GPL +Group: X11/Applications/Graphics +Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{name}-%{version}.tar.bz2 +# Source0-md5: adfe49a6bf61a4996a2abb589888f380 +URL: http://www.kde.org/ +BuildRequires: cmake >= 2.8.0 +BuildRequires: kde4-kdelibs-devel >= %{version} +Obsoletes: kde4-kdegraphics-kolourpaint < 4.7.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A (very) simple painting program for KDE. + +%description -l pl.UTF-8 +(Bardzo) prosty program do rysowania pod KDE. + +%prep +%setup -q + +%build +install -d build +cd build +%cmake \ + ../ + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C build/ install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/kolourpaint +%attr(755,root,root) %{_libdir}/libkolourpaint_lgpl.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libkolourpaint_lgpl.so.? +%{_datadir}/apps/kolourpaint +%{_desktopdir}/kde4/kolourpaint.desktop +%{_iconsdir}/*/*/apps/kolourpaint.* +%{_kdedocdir}/en/kolourpaint + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/09/14 06:37:16 arekm +- up to 4.7.1 + +Revision 1.1 2011/09/13 19:44:17 arekm +- up to 4.7.1 + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
