diff --git a/.gitignore b/.gitignore index 3cf0d67..4f502ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kolourpaint-4.7.2.tar.bz2 +/kolourpaint-4.7.3.tar.bz2 diff --git a/kolourpaint.spec b/kolourpaint.spec index 678bb59..a6e5387 100644 --- a/kolourpaint.spec +++ b/kolourpaint.spec @@ -1,6 +1,6 @@ Name: kolourpaint Summary: An easy-to-use paint program -Version: 4.7.2 +Version: 4.7.3 Release: 1%{?dist} License: BSD @@ -9,7 +9,7 @@ Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.ta BuildRequires: desktop-file-utils BuildRequires: kdelibs4-devel >= %{version} -BuildRequires: qimageblitz-devel +BuildRequires: pkgconfig(qimageblitz) Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}} @@ -46,6 +46,8 @@ rm -rf %{buildroot} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%find_lang %{name} --with-kde --without-mo + ## unpackaged files rm -fv %{buildroot}%{_kde4_libdir}/libkolourpaint_lgpl.so @@ -67,23 +69,24 @@ touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || : gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || : fi -%post libs -p /sbin/ldconfig -%postun libs -p /sbin/ldconfig - - -%files +%files -f %{name}.lang %doc AUTHORS BUGS ChangeLog COPYING NEWS README %{_kde4_bindir}/%{name} %{_kde4_appsdir}/%{name}/ %{_kde4_datadir}/applications/kde4/%{name}.desktop %{_kde4_iconsdir}/hicolor/*/*/* -%{_kde4_docdir}/HTML/en/%{name}/ + +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig %files libs %{_kde4_libdir}/libkolourpaint_lgpl.so.4* %changelog +* Sat Oct 29 2011 Rex Dieter 4.7.3-1 +- 4.7.3 + * Wed Oct 05 2011 Rex Dieter 4.7.2-1 - 4.7.2 diff --git a/sources b/sources index cc11737..52c70a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89b2668496dab43f7971228b9c2e616e kolourpaint-4.7.2.tar.bz2 +a66e3da8f3f85a5c8b2f4de23b106a6b kolourpaint-4.7.3.tar.bz2