rpms/mmdb/devel import.log, NONE, 1.1 mmdb.pc.in.patch, NONE, 1.1 mmdb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Timothy Fenn timfenn at fedoraproject.org
Thu Oct 30 01:01:11 UTC 2008


Author: timfenn

Update of /cvs/pkgs/rpms/mmdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18002/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mmdb.pc.in.patch mmdb.spec 
Log Message:
* Wed Oct 29 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-10
- initial CVS commit




--- NEW FILE import.log ---
mmdb-1_09_1-10_f8:HEAD:mmdb-1.09.1-10.f8.src.rpm:1225328391

mmdb.pc.in.patch:

--- NEW FILE mmdb.pc.in.patch ---
--- mmdb.pc.in_orig	2008-10-27 12:58:56.000000000 -0700
+++ mmdb.pc.in	2008-10-27 12:59:18.000000000 -0700
@@ -1,7 +1,7 @@
-prefix=@MMDB_PREFIX@
-exec_prefix=@MMDB_PREFIX@
-libdir=@MMDB_PREFIX@/lib
-includedir=@MMDB_PREFIX@/include
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
 
 Name: mmdb
 Description: Macromolecular coordinate library


--- NEW FILE mmdb.spec ---
# -*- mode: rpm-spec ; mode: font-lock -*-

Summary: Macromolecular coordinate library
Name: mmdb
Version: 1.09.1
Release: 10%{?dist}
License: LGPLv2 with exceptions
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
MMDB is a macromolecular coordinate library, written by Eugene
Krissinel primarily for use by the collaborative computational project
4 (CCP4) group in the United Kingdom.  The Coordinate Library is
designed to assist CCP4 developers in working with coordinate files.

The Library features work with the primary file formats of the Protein
Data Bank (PDB), the PDB file format and the mmCIF file format.

The Library provides various high-level tools for working with
coordinate files, which include not only reading and writing, but also
orthogonal-fractional coordinate transforms, generation of symmetry
mates, editing the molecular structure and some others. The Library is
supposed as a general low-level tool for unifying the
coordinate-related operations.

This package contains the shared library components needed for programs
that have been compiled with the mmdb library. 

%package devel
Summary: Header files and library for developing programs with mmdb
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Group: Development/Libraries

%description devel

This package contains libraries and header files needed for program
development using the macromolecular coordinate library.

%prep
%setup -q
%patch0 -p0

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=$RPM_BUILD_ROOT install='install -p'

# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

mkdir examples ; cp Examples/*.cpp examples

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/libmmdb.so.0.0.0
%{_libdir}/libmmdb.so.0

%files devel
%defattr(-,root,root,-)
%doc examples/
%{_libdir}/libmmdb.so
%{_includedir}/mmdb/
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Mon Oct 27 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-10
- add pkgconfig patch

* Sat Oct 25 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-9
- change libmmdb to mmdb

* Wed Oct 22 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-8
- fix source package to match upstream
- remove some defines
- clarify description
- add parallel make
- remove duplicated doc files

* Thu May 29 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-7
- copy Examples to examples to prevent unwanted files in -devel

* Wed May 28 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-6
- fix ldconfig, requires, buildroot, naming scheme, devel files

* Tue May 27 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-5
- remove static libs

* Mon May 26 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-4
- spec cleanup

* Tue Feb 26 2008 Tim Fenn <fenn at stanford.edu> - 1.09.1-3
- update using fedora packaging conventions

* Sun Sep 02 2007 Morten Kjeldgaard <mok at bioxray.dk> - 1.09.1
- Spec file part of mmdb distro, split devel files and shared library 
  into separate packages.

* Thu Dec 15 2005 Morten Kjeldgaard <mok at ghost.bioxray.dk> - 1.0.8
- Added pkgconfig entry for mmdb

* Thu Dec  1 2005 Morten Kjeldgaard <mok at ghost.bioxray.dk> - 1.0.8
- Update to version 1.0.8

* Thu Mar 31 2005 Morten Kjeldgaard <mok at golem.bioxray.dk> - 1.0.6
- Introduce more macros

* Tue Dec 21 2004 Morten Kjeldgaard <mok at ghost.bioxray.dk> - 
- Initial build.

####


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mmdb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Oct 2008 21:37:28 -0000	1.1
+++ .cvsignore	30 Oct 2008 01:00:40 -0000	1.2
@@ -0,0 +1 @@
+mmdb-1.09.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mmdb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Oct 2008 21:37:28 -0000	1.1
+++ sources	30 Oct 2008 01:00:40 -0000	1.2
@@ -0,0 +1 @@
+9d93bad3da842d0e0da4eae80ab78af1  mmdb-1.09.1.tar.gz




More information about the fedora-extras-commits mailing list