source: SMMP.kdevelop.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: 914 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: 1
8Vendor: NICCBB
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
20
21%prep
22%setup
23CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
24--target=
25--disable-debug --enable-debug=no
26
27%build
28%configure
29make
30
31%install
32rm -rf %{buildroot}
33%makeinstall
34
35%clean
36rm -rf %{buildroot}
37
38%post -p /sbin/ldconfig
39%postun -p /sbin/ldconfig
40%files
41%defattr(-, root, root)
42%doc AUTHORS COPYING ChangeLog NEWS README TODO
43%{_bindir}/*
44%{_libdir}/*.so.*
45%{_datadir}/%{name}
46%{_mandir}/man8/*
47%changelog
48
49
Note: See TracBrowser for help on using the repository browser.