rpms/openbabel/devel openbabel-changelog.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 openbabel.spec, 1.5, 1.6 sources, 1.3, 1.4 openbabel-chicken.patch, 1.2, NONE

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sun Mar 18 18:03:13 UTC 2007


Author: rathann

Update of /cvs/extras/rpms/openbabel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28325

Modified Files:
	.cvsignore openbabel.spec sources 
Added Files:
	openbabel-changelog.patch 
Removed Files:
	openbabel-chicken.patch 
Log Message:
- updated to beta6
- dropped upstream'd patch
- fixed my name in ChangeLog
- copied inchi header for inchi-devel (TODO: make inchi a separate package)
- added %%check


openbabel-changelog.patch:

--- NEW FILE openbabel-changelog.patch ---
--- openbabel-2.1.0b6/ChangeLog.cl	2007-03-01 01:05:01.000000000 +0100
+++ openbabel-2.1.0b6/ChangeLog	2007-03-18 16:24:11.000000000 +0100
@@ -760 +760 @@
-	Rathann Mierzejewski to check for src/.libs directories. Prevents
+	Dominik Mierzejewski to check for src/.libs directories. Prevents


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/openbabel/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	18 Dec 2006 21:34:19 -0000	1.3
+++ .cvsignore	18 Mar 2007 18:02:40 -0000	1.4
@@ -1 +1 @@
-openbabel-2.1.0b4.tar.gz
+openbabel-2.1.0b6-20070301-r1814.tar.gz


Index: openbabel.spec
===================================================================
RCS file: /cvs/extras/rpms/openbabel/devel/openbabel.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openbabel.spec	18 Dec 2006 21:34:19 -0000	1.5
+++ openbabel.spec	18 Mar 2007 18:02:40 -0000	1.6
@@ -8,13 +8,13 @@
 
 Name: openbabel
 Version: 2.1.0
-Release: 0.1.b4%{?dist}
+Release: 0.2.b6%{?dist}
 Summary: Chemistry software file format converter
 License: GPL
 Group: Applications/File
 URL: http://openbabel.sourceforge.net/
-Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}b4.tar.gz
-Patch1: %{name}-chicken.patch
+Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}b6-20070301-r1814.tar.gz
+Patch: %{name}-changelog.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool
 BuildRequires: libxml2-devel
@@ -92,8 +92,8 @@
 Python wrapper for the Open Babel library.
 
 %prep
-%setup -q -n %{name}-2.1.0b4
-%patch1 -p1 -b .chicken
+%setup -q -n %{name}-2.1.0b6
+%patch -p1 -b .cl
 
 %build
 autoreconf --force --install
@@ -116,6 +116,10 @@
 
 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}{,/%{name}}/*.la
 
+mkdir -p $RPM_BUILD_ROOT%{_includedir}/inchi
+install -pm644 include/inchi_api.h $RPM_BUILD_ROOT%{_includedir}/inchi/
+sed -i 's/\r//' src/formats/inchi/COPYING.LIB
+
 pushd scripts/perl
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 popd
@@ -131,6 +135,9 @@
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
+%check
+%{__make} check
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -159,7 +166,6 @@
 %files -n inchi
 %defattr(-,root,root,-)
 %doc src/formats/inchi/COPYING.LIB
-%doc src/formats/inchi/README.html
 %{_libdir}/libinchi.so.*
 
 %files -n inchi-devel
@@ -180,6 +186,13 @@
 %{python_sitearch}/pybel.py*
 
 %changelog
+* Sun Mar 18 2007 Dominik Mierzejewski <rpm at greysector.net> 2.1.0-0.2.b6
+- updated to beta6
+- dropped upstream'd patch
+- fixed my name in ChangeLog
+- copied inchi header for inchi-devel (TODO: make inchi a separate package)
+- added %%check
+
 * Sun Dec 17 2006 Dominik Mierzejewski <rpm at greysector.net> 2.1.0-0.1.b4
 - update to 2.1.0b4 to fix building with new python
 - dropped obsolete patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/openbabel/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	18 Dec 2006 21:34:19 -0000	1.3
+++ sources	18 Mar 2007 18:02:40 -0000	1.4
@@ -1 +1 @@
-c2ac565d77206f903fe04b119717a345  openbabel-2.1.0b4.tar.gz
+b425ef8508f090c45078c0f266344a25  openbabel-2.1.0b6-20070301-r1814.tar.gz


--- openbabel-chicken.patch DELETED ---




More information about the fedora-extras-commits mailing list