Author: glen Date: Fri Sep 12 14:08:50 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add desktop association for *.jap; rel 2
---- Files affected: SPECS: jalbum.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/jalbum.spec diff -u SPECS/jalbum.spec:1.7 SPECS/jalbum.spec:1.8 --- SPECS/jalbum.spec:1.7 Tue Sep 9 08:40:12 2008 +++ SPECS/jalbum.spec Fri Sep 12 16:08:45 2008 @@ -5,13 +5,15 @@ Summary: Jalbum web album software Name: jalbum Version: 8.0.9 -Release: 1 +Release: 2 License: Freely Distributable Group: Applications/Publishing Source0: http://jalbum.net/download/8.0/Linux/NoVM/Jalbuminstall.bin # Source0-md5: 0e10280a6202fd9ae86336e0a0020e1b Source1: %{name}.desktop Source2: %{name}.png +Source3: x-%{name}.desktop +Source4: %{name}.sh URL: http://jalbum.net/ BuildRequires: unzip Requires: jre @@ -72,14 +74,12 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_appdir}} cp -a dist/JAlbum/* $RPM_BUILD_ROOT%{_appdir} -cat <<'EOF' > $RPM_BUILD_ROOT%{_bindir}/%{name} -#!/bin/sh -exec %{_bindir}/java -Xmx512M -jar %{_appdir}/JAlbum.jar -EOF +install %{SOURCE4} $RPM_BUILD_ROOT%{_bindir}/%{name} -install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_datadir}/mimelnk/application} cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} +cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/mimelnk/application %clean rm -rf $RPM_BUILD_ROOT @@ -89,6 +89,7 @@ %attr(755,root,root) %{_bindir}/%{name} %{_pixmapsdir}/%{name}.png %{_desktopdir}/%{name}.desktop +%{_datadir}/mimelnk/application/x-%{name}.desktop %dir %{_appdir} %{_appdir}/JAlbum.jar %{_appdir}/ext @@ -191,6 +192,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008/09/12 14:08:45 glen +- add desktop association for *.jap; rel 2 + Revision 1.7 2008/09/09 06:40:12 glen - br unzip, cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jalbum.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
