]> git.pld-linux.org Git - packages/openbabel.git/commitdiff
- pl description, added missing dirs, BR: automake, release 3 RA-1_0 STABLE openbabel-1_99-3
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Sep 2002 01:33:59 +0000 (01:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openbabel.spec -> 1.3

openbabel.spec

index 9d9e7b4f4f3a255809afbe656df8744dd17a4b47..a0f301d41b202a8284358ba84f77bb288acb507a 100644 (file)
@@ -2,13 +2,14 @@ Summary:      A cross-platform chemistry program and library designed to convert file
 Summary(pl):   Miêdzyplatformowy program chemiczny i biblioteka do konwersji formatów plików
 Name:          openbabel
 Version:       1.99
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         X11/Libraries
 Source0:       http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://openbabel.sourceforge.net/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -19,11 +20,18 @@ cross-platform program and library designed to interconvert between
 many file formats used in molecular modeling and computational
 chemistry.
 
+%description -l pl
+Open Babel to projekt maj±cy pozbieraæ to, co zosta³o po zaniechaniu
+projektu Babel, jako miêdzyplatformowy program i biblioteka s³u¿±ce do
+konwersji miêdzy wielona formatami u¿ywanymi w modelowaniu cz±steczek
+i chemii obliczeniowej.
+
 %package devel
 Summary:       Header files for OpenBabel
 Summary(pl):   Pliki nag³ówkowe dla OpenBabel
 Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}
+# static only library, so no R necessary
+#Requires:     %{name} = %{version}
 
 %description devel
 Header files for OpenBabel.
@@ -45,13 +53,13 @@ cp -f /usr/share/automake/config.* .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{%{_libdir},%{_includedir}/openbabel}
+install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/openbabel}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install src/libopenbabel.a $RPM_BUILD_ROOT/%{_libdir}
-install src/*.h $RPM_BUILD_ROOT/%{_includedir}/openbabel/
+install src/libopenbabel.a $RPM_BUILD_ROOT%{_libdir}
+install src/*.h $RPM_BUILD_ROOT%{_includedir}/openbabel
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,10 +68,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README THANKS doc/{FAQ,Migration,*.html}
 %attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/openbabel
 %attr(755,root,root) %{_datadir}/openbabel/*.txt
 %{_mandir}/man1/*.1*
 
 %files devel
 %defattr(644,root,root,755)
 %{_libdir}/libopenbabel.a
+%dir %{_includedir}/openbabel
 %{_includedir}/openbabel/*.h
This page took 0.072591 seconds and 4 git commands to generate.