Changeset 2f30bc in git
- Timestamp:
- Sep 17, 2015, 3:11:58 PM (8 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 2d602526c3016841feece3cefdc419852f4af9d6
- Parents:
- 4d031cda72b3385df1b0e2f8f2b790e31626ceb6
- Files:
-
- 2 added
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r4d031c r2f30bc 8 8 libpolys gfanlib IntegerProgramming \ 9 9 kernel Singular \ 10 dox emacs desktop10 dox emacs redhat desktop 11 11 12 12 EXTRA_DIST = README README.md README.pkg autogen.sh git-version-gen doxy singular.spec.in singular.spec -
README.pkg
r4d031c r2f30bc 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 packages14 =====================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.gz18 19 To install the newly created packages run (as superuser, with x86_64 replaced by your architecture20 and 4.0.0 by the respective Singular version):21 $ cd `rpm --eval '%{_topdir}'`/RPMS22 $ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm -
configure.ac
r4d031c r2f30bc 260 260 AC_CONFIG_FILES([emacs/Makefile]) 261 261 262 AC_CONFIG_FILES([redhat/Makefile]) 263 AC_CONFIG_FILES([redhat/singular.spec]) 262 264 AC_CONFIG_FILES([desktop/Makefile desktop/Singular.desktop desktop/Singular-manual.desktop]) 263 265 264 AC_CONFIG_FILES([singular.spec])265 266 266 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.