Author: qboosh Date: Sun Jul 23 12:59:26 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.0.1 - added missing symlink and one more missing dir
---- Files affected: SPECS: openbabel.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/openbabel.spec diff -u SPECS/openbabel.spec:1.18 SPECS/openbabel.spec:1.19 --- SPECS/openbabel.spec:1.18 Fri Dec 9 13:20:04 2005 +++ SPECS/openbabel.spec Sun Jul 23 14:59:20 2006 @@ -2,12 +2,12 @@ Summary: A cross-platform chemistry program and library designed to convert file formats Summary(pl): Międzyplatformowy program chemiczny i biblioteka do konwersji formatów plików Name: openbabel -Version: 2.0.0 +Version: 2.0.1 Release: 1 License: GPL v2 Group: Libraries Source0: http://dl.sourceforge.net/openbabel/%{name}-%{version}.tar.gz -# Source0-md5: 3bddfa9188042e2518eb53c064279b4e +# Source0-md5: 843a8d46c56a204cf20500b29b5a79cc URL: http://openbabel.sourceforge.net/ BuildRequires: libstdc++-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -60,14 +60,10 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/openbabel/math} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install src/math/{matrix3x3,vector3}.h \ - $RPM_BUILD_ROOT%{_includedir}/openbabel/math - rm -f $RPM_BUILD_ROOT%{_libdir}/openbabel/*.{la,a} %clean @@ -80,28 +76,27 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog README THANKS doc/*.html %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/libopenbabel.so.*.*.* %attr(755,root,root) %{_libdir}/libinchi.so.*.*.* +%attr(755,root,root) %{_libdir}/libopenbabel.so.*.*.* %dir %{_libdir}/openbabel %attr(755,root,root) %{_libdir}/openbabel/*.so -%dir %{_datadir}/openbabel -%attr(755,root,root) %{_datadir}/openbabel/%{version}/*.txt +%{_datadir}/openbabel %{_mandir}/man1/*.1* %files devel %defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libinchi.so %attr(755,root,root) %{_libdir}/libopenbabel.so +%{_libdir}/libinchi.la %{_libdir}/libopenbabel.la -%{_libdir}/*.la -%{_includedir}/openbabel %{_includedir}/inchi %{_includedir}/openbabel-2.0 %{_pkgconfigdir}/*.pc %files static %defattr(644,root,root,755) -%{_libdir}/libopenbabel.a %{_libdir}/libinchi.a +%{_libdir}/libopenbabel.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -109,6 +104,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2006/07/23 12:59:20 qboosh +- updated to 2.0.1 +- added missing symlink and one more missing dir + Revision 1.18 2005/12/09 12:20:04 qboosh - missing dir, kill static plugins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/openbabel.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
