Author: qboosh Date: Sat Jan 19 17:31:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.2.6 - dropped gettextize usage (bogus, at least since loooong time)
---- Files affected: SPECS: gmetadom.spec (1.34 -> 1.35) ---- Diffs: ================================================================ Index: SPECS/gmetadom.spec diff -u SPECS/gmetadom.spec:1.34 SPECS/gmetadom.spec:1.35 --- SPECS/gmetadom.spec:1.34 Sun Jan 6 23:51:22 2008 +++ SPECS/gmetadom.spec Sat Jan 19 18:30:57 2008 @@ -7,19 +7,18 @@ Summary: gdome2 binding for various programming languages Summary(pl.UTF-8): Wiązania gdome2 dla różnych języków programowania Name: gmetadom -Version: 0.2.4 -Release: 3 +Version: 0.2.6 +Release: 1 License: LGPL v2.1+ Group: Libraries -Source0: http://dl.sourceforge.net/gmetadom/%{name}-%{version}b.tar.gz -# Source0-md5: bb0443a5ae4988e6b078431007fc6dcd +Source0: http://dl.sourceforge.net/gmetadom/%{name}-%{version}.tar.gz +# Source0-md5: 7bfb5d9c6f20ffa5e790b63d1f8cb481 URL: http://gmetadom.sourceforge.net/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: gdome2-devel >= 0.8.0 -BuildRequires: gettext-devel BuildRequires: libstdc++-devel -BuildRequires: libtool +BuildRequires: libtool >= 2:1.5 %{?with_ocaml:BuildRequires: ocaml >= %{ocaml_ver}} BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.198 @@ -136,10 +135,10 @@ %prep %setup -q +# clean up CVS dirs in xml tree find -name CVS | xargs rm -rf %build -%{__glib_gettextize} %{__libtoolize} %{__aclocal} %{__autoconf} @@ -159,6 +158,8 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/ocaml-gdome2-%{version} install src/gdome_caml/examples/*.ml $RPM_BUILD_ROOT%{_examplesdir}/ocaml-gdome2-%{version} +rm $RPM_BUILD_ROOT%{_libdir}/ocaml/gdome2/*.{ml,mli} + %clean rm -rf $RPM_BUILD_ROOT @@ -187,6 +188,7 @@ %files -n gdome2-cpp_smart %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libgmetadom_gdome_cpp_smart.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgmetadom_gdome_cpp_smart.so.0 %files -n gdome2-cpp_smart-devel %defattr(644,root,root,755) @@ -205,6 +207,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.35 2008-01-19 17:30:57 qboosh +- updated to 0.2.6 +- dropped gettextize usage (bogus, at least since loooong time) + Revision 1.34 2008-01-06 22:51:22 glen - rel 3 (ocaml update) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gmetadom.spec?r1=1.34&r2=1.35&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
