Author: megabajt Date: Thu May 14 10:42:34 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.3.9
---- Files affected: packages/libbeagle: libbeagle.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/libbeagle/libbeagle.spec diff -u packages/libbeagle/libbeagle.spec:1.3 packages/libbeagle/libbeagle.spec:1.4 --- packages/libbeagle/libbeagle.spec:1.3 Mon Oct 6 15:59:14 2008 +++ packages/libbeagle/libbeagle.spec Thu May 14 12:42:28 2009 @@ -7,12 +7,12 @@ Summary: Beagle C interface Summary(pl.UTF-8): Interfejs w C do Beagle Name: libbeagle -Version: 0.3.5.1 -Release: 2 +Version: 0.3.9 +Release: 1 License: MIT Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libbeagle/0.3/%{name}-%{version}.tar.bz2 -# Source0-md5: b72a8c38a80e2a13f164b0437e539a93 +# Source0-md5: af1e25bdfb704ee87047bc49a73fbb10 URL: http://beagle-project.org/ BuildRequires: autoconf BuildRequires: automake @@ -109,19 +109,22 @@ %{?with_apidocs:--enable-gtk-doc} \ --with-html-dir=%{_gtkdocdir} -%{__make} +%{__make} \ + pythondir=%{py_sitedir} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT \ + pythondir=%{py_sitedir} cp examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %if %{with python} -rm -f $RPM_BUILD_ROOT%{py_sitedir}/beagle.{a,la} +rm -f $RPM_BUILD_ROOT%{py_sitedir}/beagle/beagle.{a,la} +%py_postclean %endif %clean @@ -134,6 +137,7 @@ %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README %attr(755,root,root) %{_libdir}/libbeagle.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libbeagle.so.1 %files devel %defattr(644,root,root,755) @@ -159,7 +163,9 @@ %if %{with python} %files -n python-beagle %defattr(644,root,root,755) -%attr(755,root,root) %{py_sitedir}/beagle.so +%attr(755,root,root) %{py_sitedir}/beagle/beagle.so +%dir %{py_sitedir}/beagle +%{py_sitedir}/beagle/*.py[co] %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -168,6 +174,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2009/05/14 10:42:28 megabajt +- updated to 0.3.9 + Revision 1.3 2008/10/06 13:59:14 megabajt - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libbeagle/libbeagle.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
