rpms/libghemical/F-13 libghemical.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Carl Byington carllibpst at fedoraproject.org
Mon Jun 21 04:31:36 UTC 2010


Author: carllibpst

Update of /cvs/pkgs/rpms/libghemical/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11640

Modified Files:
	.cvsignore sources 
Added Files:
	libghemical.spec 
Log Message:
initial version


--- NEW FILE libghemical.spec ---
Name:           libghemical
Summary:        Libraries for the Ghemical chemistry package
Version:        2.99.1
Release:        16%{?dist}
License:        GPLv2+
Group:          Applications/Engineering
URL:            http://www.uku.fi/~thassine/ghemical/
Source0:        http://www.uku.fi/~thassine/projects/download/current/%{name}-%{version}.tar.gz
Patch0:         libghemical-use-atlas.patch
BuildRequires:  libtool
BuildRequires:  flex
BuildRequires:  glib2-devel gcc-gfortran
BuildRequires:  intltool
BuildRequires:  mpqc-devel libint-devel atlas-devel
BuildRequires:  mesa-libGLU-devel
BuildRequires:  mopac7-devel
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
Data files and dynamic libraries for the Ghemical chemistry package.
These libraries implement the quantum-mechanics and molecular
mechanics models used to compute molecular properties.

%package devel
Summary:    Header files and static libraries from %{name}
Group:      Development/Libraries
Requires:   %{name} = %{version}-%{release}
Requires:   pkgconfig

%description devel
Libraries and header include files for developing programs based on %{name}.

%prep
%setup -q
%patch0 -p0

%build
libtoolize --copy --force
aclocal -I m4
autoconf
automake
ATLASLIBDIR="-L%{_libdir}/atlas"
export ATLASLIBDIR
%configure --enable-mopac7 --enable-mpqc --disable-static --disable-sctest
make %{?_smp_mflags}
sed -ir -e 's/^Libs:.*/Libs: -L${libdir} -lghemical/g' libghemical.pc

%install
rm -rf %{buildroot}
make DESTDIR="%{buildroot}" INSTALL="install -p" install
find %{buildroot}%{_libdir} -name *.la -exec rm -rf {} \;
%find_lang %{name}

%clean
rm -rf %{buildroot}

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog TODO COPYING
%{_datadir}/%{name}/
%{_libdir}/libghemical.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/ghemical/
%{_libdir}/libghemical.so
%{_libdir}/pkgconfig/libghemical.pc


%changelog
* Sun Jun 20 2010 Carl Byington <carl at five-ten-sg.com> 2.99.1-16
- new tag need for make build

* Tue Apr 20 2010 Carl Byington <carl at five-ten-sg.com> 2.99.1-15
- patch libghemical.pc to avoid unnecessary parts

* Thu Apr 08 2010 Carl Byington <carl at five-ten-sg.com> 2.99.1-14
- patch configure.ac to pull in the required sc_ libs

* Mon Apr 05 2010 Carl Byington <carl at five-ten-sg.com> 2.99.1-13
- improved package description
- link against mopac7 since we need that
- remove unnecessary build-requires

* Sat Apr 03 2010 Carl Byington <carl at five-ten-sg.com> 2.99.1-12
- merge -data and -libs packages into main package

* Sat Jan 09 2010 Carl Byington <carl at five-ten-sg.com> 2.99.1-11
- add COPYING license file to doc

* Mon Jan 04 2010 Carl Byington <carl at five-ten-sg.com> 2.99.1-10
- use blas and lapack from atlas.

* Wed Dec 22 2009 Carl Byington <carl at five-ten-sg.com> 2.99.1-9
- devel requires pkgconfig for EPEL

* Wed Dec 22 2009 Carl Byington <carl at five-ten-sg.com> 2.99.1-8
- install -p to preserve timestamps
- trim changelog
- explicit includedir name
- add pkgconfig for EPEL

* Sun Dec 20 2009 Carl Byington <carl at five-ten-sg.com> 2.99.1-7
- explicit names in %%files section rather than wildcards

* Sat Dec 05 2009 Carl Byington <carl at five-ten-sg.com> 2.99.1-6
- remove unnecessary f2c requirement

* Wed Dec 02 2009 Carl Byington <carl at five-ten-sg.com> 2.99.1-5
- convert to fedora compatible spec file
- remove static libraries

* Fri Oct 16 2009 Guillaume Bedot <littletux at mandriva.org> 2.99.1-4mdv2010.0
- Revision: 457836
- rebuild



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libghemical/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Jun 2010 02:33:20 -0000	1.1
+++ .cvsignore	21 Jun 2010 04:31:36 -0000	1.2
@@ -0,0 +1,2 @@
+libghemical-2.99.1.tar.gz
+libghemical-use-atlas.patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libghemical/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Jun 2010 02:33:20 -0000	1.1
+++ sources	21 Jun 2010 04:31:36 -0000	1.2
@@ -0,0 +1,2 @@
+d2dae2d7d786d3cba335cb29d85033ea  libghemical-2.99.1.tar.gz
+9e7db13a19e6c57f94c4b07175b197ad  libghemical-use-atlas.patch



More information about the scm-commits mailing list