diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-11 16:28:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-11 16:28:21 +0200 |
commit | 93187055336c32812474400f7ac296b16bd4706a (patch) | |
tree | b24d421384d2272f6481fff7cf00abc2fa925adb /binary/redhat | |
parent | ef2d7da388e04748800e4dc8e6bf02c138385b1b (diff) |
Update RPM spec
Preserve symlinks.
Diffstat (limited to 'binary/redhat')
-rw-r--r-- | binary/redhat/odb.spec | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/binary/redhat/odb.spec b/binary/redhat/odb.spec index 5f9d350..3228cfa 100644 --- a/binary/redhat/odb.spec +++ b/binary/redhat/odb.spec @@ -8,7 +8,7 @@ Summary: ORM for C++ Name: odb -Version: 2.4.0.a4 +Version: 2.4.0 Release: 1 License: GPLv2, GPLv3, LGPLv3 Group: Development/Tools @@ -45,11 +45,11 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/odb mkdir -p $RPM_BUILD_ROOT%{_libexecdir} mkdir -p $RPM_BUILD_ROOT%{_mandir} -cp -rL bin/* $RPM_BUILD_ROOT%{_bindir}/ -cp -rL doc/* $RPM_BUILD_ROOT%{_docdir}/odb/ -cp -rL libexec/* $RPM_BUILD_ROOT%{_libexecdir}/ -cp -rL man/* $RPM_BUILD_ROOT%{_mandir}/ -cp -rL README $RPM_BUILD_ROOT%{_docdir}/odb/ +cp -r bin/* $RPM_BUILD_ROOT%{_bindir}/ +cp -r doc/* $RPM_BUILD_ROOT%{_docdir}/odb/ +cp -r libexec/* $RPM_BUILD_ROOT%{_libexecdir}/ +cp -r man/* $RPM_BUILD_ROOT%{_mandir}/ +cp -r README $RPM_BUILD_ROOT%{_docdir}/odb/ # Remove Debian-specific options. # @@ -71,6 +71,9 @@ rm -rf ${RPM_BUILD_ROOT} %config %{_sysconfdir}/odb/default.options %changelog +* Thu Feb 10 2015 Boris Kolpackov <boris@codesynthesis.com> + - new major release + * Wed Dec 10 2014 Boris Kolpackov <boris@codesynthesis.com> - new pre-release |