diff --git a/.cvsignore b/.cvsignore index 3afd0fe..a38d6d7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -kphotoalbum-4.0.2.tar.bz2 +kphotoalbum-4.1.tar.bz2 diff --git a/kphotoalbum.spec b/kphotoalbum.spec index b5505e7..aaf7d31 100644 --- a/kphotoalbum.spec +++ b/kphotoalbum.spec @@ -1,7 +1,7 @@ Summary: KDE Photo Album Name: kphotoalbum -Version: 4.0.2 +Version: 4.1 Release: 1%{?dist} License: GPLv2+ @@ -52,25 +52,7 @@ rm -rf %{buildroot} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -## File lists -# locale's -%find_lang %{name} || touch %{name}.lang -# HTML (1.0) -HTML_DIR=$(kde4-config --expandvars --install html) -if [ -d %{buildroot}$HTML_DIR ]; then -for lang_dir in %{buildroot}$HTML_DIR/* ; do - if [ -d $lang_dir ]; then - lang=$(basename $lang_dir) - echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang - # replace absolute symlinks with relative ones - pushd $lang_dir - for i in *; do - [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common - done - popd - fi -done -fi +%find_lang %{name} --with-kde %check @@ -101,14 +83,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : %files -f %{name}.lang %defattr(-,root,root,-) %doc ChangeLog COPYING README TODO -%{_kde4_bindir}/* +%{_kde4_bindir}/kphotoalbum %{_kde4_appsdir}/kphotoalbum/ -%{_kde4_datadir}/applications/kde4/*.desktop +%{_kde4_datadir}/applications/kde4/kphotoalbum.desktop +%{_kde4_datadir}/applications/kde4/kphotoalbum-import.desktop %{_kde4_datadir}/config/*rc %{_kde4_iconsdir}/hicolor/*/*/* %changelog +* Sun Oct 25 2009 Rex Dieter 4.1-1 +- kphotoalbum-4.1 + * Wed Jul 29 2009 Rex Dieter 4.0.2-1 - kphotoalbum-4.0.2 diff --git a/sources b/sources index 107b3fd..634a082 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a01730dd3f0c14827c8ab3921fc64c2 kphotoalbum-4.0.2.tar.bz2 +27dde5c73d88f7760b80ae7955909065 kphotoalbum-4.1.tar.bz2