Author: shadzik Date: Thu Dec 20 12:23:50 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - more gpomme files
---- Files affected: SPECS: pommed.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/pommed.spec diff -u SPECS/pommed.spec:1.1 SPECS/pommed.spec:1.2 --- SPECS/pommed.spec:1.1 Thu Dec 20 13:05:48 2007 +++ SPECS/pommed.spec Thu Dec 20 13:23:45 2007 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): pommed Name: pommed Version: 1.14 -Release: 0.1 +Release: 0.2 License: GPL v2 Group: X11/Applications Source0: http://alioth.debian.org/frs/download.php/2223/%{name}-%{version}.tar.gz @@ -26,11 +26,12 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_datadir}/gpomme/themes} -install pommed/pommed $RPM_BUILD_ROOT/%{_sbindir} -install gpomme/gpomme $RPM_BUILD_ROOT/%{_bindir} -install wmpomme/wmpomme $RPM_BUILD_ROOT/%{_bindir} +install pommed/pommed $RPM_BUILD_ROOT%{_sbindir} +install gpomme/gpomme $RPM_BUILD_ROOT%{_bindir} +install wmpomme/wmpomme $RPM_BUILD_ROOT%{_bindir} +cp -R gpomme/themes/* $RPM_BUILD_ROOT%{_datadir}/gpomme/themes %clean rm -rf $RPM_BUILD_ROOT @@ -40,6 +41,7 @@ %doc AUTHORS README TODO %attr(755,root,root) %{_bindir}/*pomme %attr(755,root,root) %{_sbindir}/pommed +%{_datadir}/gpomme %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -47,6 +49,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007-12-20 12:23:45 shadzik +- more gpomme files + Revision 1.1 2007-12-20 12:05:48 shadzik - initial - hmm, it probably needs some more BR's, probably an init-script too ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pommed.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
