packages: wxmacmolplt/wxmacmolplt.spec (NEW) - init - STBR
lisu
lisu at pld-linux.org
Thu Jul 2 09:58:36 CEST 2009
Author: lisu Date: Thu Jul 2 07:58:36 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- init
- STBR
---- Files affected:
packages/wxmacmolplt:
wxmacmolplt.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/wxmacmolplt/wxmacmolplt.spec
diff -u /dev/null packages/wxmacmolplt/wxmacmolplt.spec:1.1
--- /dev/null Thu Jul 2 09:58:36 2009
+++ packages/wxmacmolplt/wxmacmolplt.spec Thu Jul 2 09:58:31 2009
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary: Program for plotting 3-D molecular structures
+Summary(pl.UTF-8): Program do wykreślania trójwymiarowych struktur molekularnych
+Name: wxmacmolplt
+Version: 7.3
+Release: 1
+License: GPL v2+
+Group: Applications
+Source0: http://www.scl.ameslab.gov/~brett/MacMolPlt/download/%{name}-%{version}.tar.gz
+# Source0-md5: 867071582b2eaff49efdf0bfa2094252
+URL: http://www.scl.ameslab.gov/~brett/MacMolPlt/
+BuildRequires: OpenGL-GLU-devel
+BuildRequires: OpenGL-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: wxGTK2-unicode-devel
+BuildRequires: wxGTK2-unicode-gl-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A modern graphics program for plotting 3-D molecular structures and
+normal modes (vibrations).
+
+%description -l pl.UTF-8
+Nowoczesny program graficzny do wykreślania trójwymiarowych struktur
+molekularnych oraz drgań swobodnych (wibracji).
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+ --with-wx-config="wx-gtk2-unicode-config"
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/wxmacmolplt
+%{_datadir}/wxmacmolplt
+%{_mandir}/man1/wxmacmolplt.1*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2009/07/02 07:58:31 lisu
+- init
+- STBR
+
================================================================
More information about the pld-cvs-commit
mailing list