[obs submit-request 78431] openSUSE:Factory:Contrib/photocd: created by Lazy_Kent
home:Lazy_Kent:branches:openSUSE:Factory:Contrib/photocd -> openSUSE:Factory:Contrib/photocd https://build.opensuse.org/request/diff/78431 Description: Fixed build dependencies. changes files: -------------- --- photocd.changes +++ photocd.changes @@ -1,0 +2,8 @@ +Sun Aug 7 10:55:35 UTC 2011 - lazy.kent@opensuse.org + +- fix build dependencies (libpcd-devel instead of libpcd2-devel) +- correct desktop file +- install icon to pixmaps +- correct Summary and License tags + +------------------------------------------------------------------- spec files: ----------- --- photocd.spec +++ photocd.spec @@ -1,12 +1,25 @@ # +# spec file for package photocd +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: photocd Version: 1.12 -Release: 1 -License: GPLv2+ -Summary: An image converter +Release: 0 +License: GPL-2.0+ +Summary: Photo CD Images Converter Url: http://bytesex.org/xpcd.html Group: Productivity/Graphics/Convertors Source0: photocd-1.12.tar.gz @@ -19,7 +32,7 @@ Patch4: xpcd-2.09-64arch.patch Patch5: xpcd-2.09-libpcd-dir.patch BuildRequires: libnetpbm-devel -BuildRequires: libpcd2-devel +BuildRequires: libpcd-devel BuildRequires: libtiff-devel BuildRequires: tcsh BuildRequires: update-desktop-files @@ -72,8 +85,10 @@ mandir=%{buildroot}%{_mandir} \ x11_libdir=%{buildroot}%{_datadir}/X11 mkdir xpcd-2.09 +install -Dm 644 xpcd/xpcd-color.xpm \ + %{buildroot}%{_datadir}/pixmaps/xpcd.xpm rm -f %{buildroot}%{_mandir}/man1/pcdview.1 -%suse_update_desktop_file -i xpcd AudioVideo CD +%suse_update_desktop_file -i xpcd %clean rm -rf %{buildroot} @@ -94,6 +109,7 @@ %{_bindir}/photocd %{_bindir}/xpcd %{_datadir}/applications/*.desktop +%{_datadir}/pixmaps/xpcd.xpm %dir %{_datadir}/X11/de %dir %{_datadir}/X11/de/app-defaults %dir %{_datadir}/X11/da other changes: -------------- ++++++ xpcd.desktop --- xpcd.desktop +++ xpcd.desktop @@ -2,3 +2,8 @@ Type=Application Exec=xpcd Name=Photo CD +GenericName=Photo CD Images Converter +Icon=xpcd +Categories=AudioVideo;CD;Graphics;Photography; +StartupNotify=true +Terminal=false To REVIEW against the previous version: osc request show --diff 78431 To ACCEPT the request: osc request accept 78431 --message="reviewed ok." To DECLINE the request: osc request decline 78431 --message="declined for reason xyz (see ... for background / policy / ...)." To REVOKE the request: osc request revoke 78431 --message="retracted because ..., sorry / thx / see better version ..." -- Hermes messaging (http://hermes.opensuse.org) openSUSE Build Service (https://build.opensuse.org/) Collaboration: http://en.opensuse.org/Build_Service/Collaboration -- To unsubscribe, e-mail: opensuse-contrib+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-contrib+help@opensuse.org
participants (1)
-
lazy.kent@opensuse.org