rpms/mmdb/F-10 .cvsignore, 1.2, 1.3 mmdb.spec, 1.1, 1.2 sources, 1.2, 1.3

Timothy Fenn timfenn at fedoraproject.org
Sun Nov 16 02:23:59 UTC 2008


Author: timfenn

Update of /cvs/pkgs/rpms/mmdb/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14949

Modified Files:
	.cvsignore mmdb.spec sources 
Log Message:
* Sat Nov 15 2008 Tim Fenn <fenn at stanford.edu> - 1.19-2
- update to 1.19




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mmdb/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Oct 2008 01:03:07 -0000	1.2
+++ .cvsignore	16 Nov 2008 02:23:27 -0000	1.3
@@ -1 +1,4 @@
-mmdb-1.09.1.tar.gz
+mmdb-1.19.tar.gz
+configure.in.patch
+makefile.am.patch
+mmdb.pc.in


Index: mmdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mmdb/F-10/mmdb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mmdb.spec	30 Oct 2008 01:03:07 -0000	1.1
+++ mmdb.spec	16 Nov 2008 02:23:28 -0000	1.2
@@ -2,14 +2,19 @@
 
 Summary: Macromolecular coordinate library
 Name: mmdb
-Version: 1.09.1
-Release: 10%{?dist}
-License: LGPLv2 with exceptions
+Version: 1.19
+Release: 2%{?dist}
+License: LGPLv3
 Group: System Environment/Libraries
 URL: http://www.ebi.ac.uk/~keb/cldoc/
-Source0: ftp://ftp.bioxray.au.dk/pub/mok/src/%{name}-%{version}.tar.gz
-Patch0: mmdb.pc.in.patch
+Source0: http://www.ebi.ac.uk/~keb/cldoc/downloads/%{name}-%{version}.tar.gz
+Source1: mmdb.pc.in
+Patch0: configure.in.patch
+Patch1: makefile.am.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 
 %description
 MMDB is a macromolecular coordinate library, written by Eugene
@@ -43,7 +48,13 @@
 
 %prep
 %setup -q
+cp %{SOURCE1} ./
 %patch0 -p0
+%patch1 -p0
+libtoolize --automake --copy
+aclocal
+autoconf
+automake --copy --add-missing --gnu
 
 %build
 %configure --disable-static
@@ -51,7 +62,7 @@
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=$RPM_BUILD_ROOT install='install -p'
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 # remove unpackaged files from the buildroot
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -79,6 +90,14 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat Nov 15 2008 Tim Fenn <fenn at stanford.edu> - 1.19-2
+- add libtoolize
+
+* Wed Nov 12 2008 Tim Fenn <fenn at stanford.edu> - 1.19-1
+- update to 1.19
+- change source path to upstream
+- change license to LGPLv3
+
 * Mon Oct 27 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-10
 - add pkgconfig patch
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mmdb/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 Oct 2008 01:03:07 -0000	1.2
+++ sources	16 Nov 2008 02:23:28 -0000	1.3
@@ -1 +1,4 @@
-9d93bad3da842d0e0da4eae80ab78af1  mmdb-1.09.1.tar.gz
+cd6d1439b0c31d46643e3aff6c7b49e9  mmdb-1.19.tar.gz
+361d97f35904d3bc9347090f74adc266  configure.in.patch
+2016fb0e9402c33996ecb5deaac68521  makefile.am.patch
+2eb2ec0786b9fe89d6e46f35be29e02a  mmdb.pc.in




More information about the fedora-extras-commits mailing list