[mmdb] update to 1.23; remove patches (merged upstream); update download location/homepage

Timothy Fenn timfenn at fedoraproject.org
Fri Feb 25 23:54:12 UTC 2011


commit 0e15ad486fdc025bed441301699e5889252e1e42
Author: Tim Fenn <fenn at stanford.edu>
Date:   Fri Feb 25 15:54:03 2011 -0800

    update to 1.23; remove patches (merged upstream); update download location/homepage

 .gitignore |    1 +
 mmdb.spec  |   31 +++++++++++--------------------
 sources    |    4 +---
 3 files changed, 13 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a72ccab..32e653f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 mmdb-1.21.tar.gz
 mmdb-configure.in.patch
 mmdb-makefile.am.patch
+/mmdb-1.23.2.2.tar.gz
diff --git a/mmdb.spec b/mmdb.spec
index 3a7c12c..d7100aa 100644
--- a/mmdb.spec
+++ b/mmdb.spec
@@ -2,19 +2,12 @@
 
 Summary: Macromolecular coordinate library
 Name: mmdb
-Version: 1.21
-Release: 3%{?dist}
+Version: 1.23
+Release: 1%{?dist}
 License: LGPLv3
 Group: System Environment/Libraries
-URL: http://www.ebi.ac.uk/~keb/cldoc/
-Source0: http://www.ebi.ac.uk/~keb/cldoc/downloads/%{name}-%{version}.tar.gz
-Source1: mmdb.pc.in
-Patch0: mmdb-configure.in.patch
-Patch1: mmdb-makefile.am.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
+URL: https://launchpad.net/mmdb
+Source0: http://launchpad.net/%{name}/%{version}/%{version}.2.2/+download/%{name}-%{version}.2.2.tar.gz
 
 %description
 MMDB is a macromolecular coordinate library, written by Eugene
@@ -47,14 +40,7 @@ This package contains libraries and header files needed for program
 development using the macromolecular coordinate library.
 
 %prep
-%setup -q
-cp %{SOURCE1} ./
-%patch0 -p0
-%patch1 -p0
-libtoolize --automake --copy
-aclocal
-autoconf
-automake --copy --add-missing --gnu
+%setup -q -n %{name}-%{version}.2.2
 
 %build
 %configure --disable-static
@@ -77,7 +63,7 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
-%{_libdir}/libmmdb.so.0.0.0
+%{_libdir}/libmmdb.so.0.0.1
 %{_libdir}/libmmdb.so.0
 
 %files devel
@@ -87,6 +73,11 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Feb 25 2011 Tim Fenn <fenn at stanford.edu> - 1.23-1
+- update to 1.23
+- remove patches (merged upstream)
+- update download location/URL
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.21-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index ad076ce..fc723aa 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-1cc8cbe91f6702a324735e333a6e20b2  mmdb-1.21.tar.gz
-209ff66ff1a7a631faa6041ae4eca8a4  mmdb-configure.in.patch
-f3713fcb1fbf17276c31b48aa09d15c9  mmdb-makefile.am.patch
+5ca1159317409bf5398a5a8489b42b22  mmdb-1.23.2.2.tar.gz


More information about the scm-commits mailing list