rpms/gpp4/devel .cvsignore, 1.3, 1.4 gpp4.spec, 1.8, 1.9 sources, 1.3, 1.4

Timothy Fenn timfenn at fedoraproject.org
Wed Sep 16 20:11:56 UTC 2009


Author: timfenn

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

Modified Files:
	.cvsignore gpp4.spec sources 
Log Message:
* Wed Sep 16 2009 Tim Fenn <fenn at stanford.edu> - 1.2.0-1.20090916bzr58
- update to 1.2.0
- update to new website
- include libgpp4f
- add MMDB buildreq




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gpp4/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	20 May 2009 00:01:07 -0000	1.3
+++ .cvsignore	16 Sep 2009 20:11:55 -0000	1.4
@@ -1,3 +1 @@
-gpp4-1.1.0.tar.gz
-gpp4-configure.ac.patch
-gpp4-gpp4.pc.patch
+gpp4-1.2.0-20090916bzr58.tar.gz


Index: gpp4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpp4/devel/gpp4.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- gpp4.spec	25 Jul 2009 01:18:51 -0000	1.8
+++ gpp4.spec	16 Sep 2009 20:11:56 -0000	1.9
@@ -2,20 +2,22 @@
 
 Summary: Library providing specific CCP4 functionality 
 Name: gpp4
-Version: 1.1.0
-Release: 4%{?dist}
+Version: 1.2.0
+Release: 1.20090916bzr58%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
-URL: http://www.bioxray.au.dk/~mok/%{name}
-Source: ftp://ftp.bioxray.au.dk/pub/mok/src/%{name}-%{version}.tar.gz
-Patch0: gpp4-configure.ac.patch
-Patch1: gpp4-gpp4.pc.patch
-Patch2: gpp4-ccp4_sysdep.h.patch
+URL: http://dmz-212.daimi.au.dk/~mok/%{name}
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+#  bzr branch -r 58 lp:gpp4 gpp4-1.2.0
+#  tar cvzf gpp4-1.2.0-20090916bzr58.tar.gz gpp4-1.2.0
+Source0: gpp4-1.2.0-20090916bzr58.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: doxygen
+BuildRequires: mmdb-devel
 
 %description
 
@@ -65,18 +67,14 @@ development.
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p0
-%patch2 -p0
 aclocal
 libtoolize --automake --copy
 autoconf
-automake --copy --add-missing --gnu
+automake --foreign --add-missing --copy
 
 %build
 %configure --disable-static
 make %{?_smp_mflags}
-cd src
 doxygen
 
 %install
@@ -99,15 +97,25 @@ rm -rf %{buildroot}
 %{_datadir}/gpp4/
 %{_libdir}/libgpp4.so.0
 %{_libdir}/libgpp4.so.0.0.0
+%{_libdir}/libgpp4f.so.0
+%{_libdir}/libgpp4f.so.0.0.0
 
 %files devel
 %defattr(-,root,root,-)
 %doc doc/html
 %{_includedir}/gpp4
 %{_libdir}/libgpp4.so
+%{_libdir}/libgpp4f.so
 %{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/pkgconfig/%{name}f.pc
 
 %changelog
+* Wed Sep 16 2009 Tim Fenn <fenn at stanford.edu> - 1.2.0-1.20090916bzr58
+- update to 1.2.0
+- update to new website
+- include libgpp4f
+- add MMDB buildreq
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gpp4/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	20 May 2009 00:01:07 -0000	1.3
+++ sources	16 Sep 2009 20:11:56 -0000	1.4
@@ -1,3 +1 @@
-843acb0fbaf0ea252ada5ae95406320b  gpp4-1.1.0.tar.gz
-a027e4f5be28e22db43b8bc33f4ad1cc  gpp4-configure.ac.patch
-a56dfeeda34b59c08733a4e795331c38  gpp4-gpp4.pc.patch
+0e8568347b4443c188fe6c1843f28836  gpp4-1.2.0-20090916bzr58.tar.gz




More information about the fedora-extras-commits mailing list