source: SMMP.spec

Last change on this file was e40e335, checked in by baerbaer <baerbaer@…>, 16 years ago

Initial import to BerliOS corresponding to 3.0.4

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@1 26dc1dd8-5c4e-0410-9ffe-d298b4865968

  • Property mode set to 100644
File size: 904 bytes
Line 
1# This spec file was generated by KDevelop
2# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org>
3# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html
4
5Name: SMMP
6Version: $VERSION$
7Release:
8Vendor:
9Copyright: GPL + Citation
10Summary: A free protein simulation program
11Group: Application/Scientific
12Packager: JHM
13BuildRoot: %{_tmppath}/%{name}-root
14Source:
15
16%description
17SMMP is a free protein simulation program.
18
19%prep
20%setup
21CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
22--target=
23--disable-debug --enable-debug=no
24
25%build
26%configure
27make
28
29%install
30rm -rf %{buildroot}
31%makeinstall
32
33%clean
34rm -rf %{buildroot}
35
36%post -p /sbin/ldconfig
37%postun -p /sbin/ldconfig
38%files
39%defattr(-, root, root)
40%doc AUTHORS COPYING ChangeLog NEWS README TODO
41%{_bindir}/*
42%{_libdir}/*.so.*
43%{_datadir}/%{name}
44%{_mandir}/man8/*
45%changelog
46
Note: See TracBrowser for help on using the repository browser.