Author: lisu Date: Sun May 16 07:48:51 2010 GMT Module: packages Tag: HEAD ---- Log message: - /usr/lib/ocp/autoload contains some shared object needed by ocp to work properly - works now (rel 1)
---- Files affected: packages/ocp: ocp.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/ocp/ocp.spec diff -u packages/ocp/ocp.spec:1.14 packages/ocp/ocp.spec:1.15 --- packages/ocp/ocp.spec:1.14 Sun May 16 09:41:24 2010 +++ packages/ocp/ocp.spec Sun May 16 09:48:46 2010 @@ -1,13 +1,9 @@ # $Revision$, $Date$ -# TODO -# - check what is /usr/lib/ocp/autoload directory for -# - problems with .so files (undefined symbols) -# Summary: A console music player Summary(pl.UTF-8): Konsolowy odtwarzacz muzyczny Name: ocp Version: 0.1.19 -Release: 0.1 +Release: 1 License: GPL v2+ Group: Applications/Sound Source0: http://stian.cubic.org/ocp/%{name}-%{version}.tar.bz2 @@ -73,9 +69,10 @@ %dir %{_datadir}/%{name} %{_datadir}/%{name}/data %{_desktopdir}/opencubicplayer.desktop -%dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/autoload -%attr(755,root,root) %{_libdir}/%{name}/*.so +%{_libdir}/%{name}/autoload/*.so +%dir %{_libdir}/%{name} +%{_libdir}/%{name}/*.so %{_pixmapsdir}/opencubicplayer.xpm %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -84,6 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2010/05/16 07:48:46 lisu +- /usr/lib/ocp/autoload contains some shared object needed by ocp to work properly +- works now (rel 1) + Revision 1.14 2010/05/16 07:41:24 lisu - updated to 0.1.19 - patches updated ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocp/ocp.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
