Changeset 9b612a in git
- Timestamp:
- Dec 17, 2014, 6:51:19 PM (9 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- f935621a6bf45cf043ca5689b1ae4ad916ce6aca
- Parents:
- 36cf22805fe1be8d23be735a3c298e9c80e8c804
- git-author:
- Jerome BENOIT <quatermaster@rezozer.net>2014-12-17 18:51:19+01:00
- git-committer:
- Jerome BENOIT <quatermaster@rezozer.net>2014-12-17 18:52:11+01:00
- Files:
-
- 2 deleted
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r36cf22 r9b612a 8 8 libpolys gfanlib IntegerProgramming \ 9 9 kernel Singular \ 10 dox emacs redhatdesktop10 dox emacs desktop 11 11 12 EXTRA_DIST = README README.md README.pkg autogen.sh git-version-gen doxy 12 EXTRA_DIST = README README.md README.pkg autogen.sh git-version-gen doxy singular.spec.in 13 13 14 14 bin_SCRIPTS = libsingular-config -
README.pkg
r36cf22 r9b612a 9 9 [3] https://qa.debian.org/developer.php?login=debian-science-maintainers@lists.alioth.debian.org 10 10 [4] http://anonscm.debian.org/cgit/debian-science/packages/singular.git/ 11 12 13 SINGULAR rpm packages 14 ===================== 15 16 To build Singular rpm packages run (with 4.0.0 replaced by the respective Singular version): 17 $ rpmbuild -tb singular-4.0.0.tar.gz 18 19 To install the newly created packages run (as superuser, with x86_64 replaced by your architecture 20 and 4.0.0 by the respective Singular version): 21 $ cd `rpm --eval '%{_topdir}'`/RPMS 22 $ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm -
configure.ac
r36cf22 r9b612a 263 263 AC_CONFIG_FILES([emacs/Makefile]) 264 264 265 AC_CONFIG_FILES([redhat/Makefile])266 AC_CONFIG_FILES([redhat/singular.spec])267 265 AC_CONFIG_FILES([desktop/Makefile desktop/Singular.desktop desktop/Singular-manual.desktop]) 268 266 267 AC_CONFIG_FILES([singular.spec]) 268 269 269 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.