Changeset 9b612a in git


Ignore:
Timestamp:
Dec 17, 2014, 6:51:19 PM (9 years ago)
Author:
Jerome BENOIT <quatermaster@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
refresh redhat material (consistency)
Files:
2 deleted
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r36cf22 r9b612a  
    88libpolys gfanlib IntegerProgramming \
    99kernel Singular \
    10 dox emacs redhat desktop
     10dox emacs desktop
    1111
    12 EXTRA_DIST = README README.md README.pkg autogen.sh git-version-gen doxy
     12EXTRA_DIST = README README.md README.pkg autogen.sh git-version-gen doxy singular.spec.in
    1313
    1414bin_SCRIPTS = libsingular-config
  • README.pkg

    r36cf22 r9b612a  
    99[3] https://qa.debian.org/developer.php?login=debian-science-maintainers@lists.alioth.debian.org
    1010[4] http://anonscm.debian.org/cgit/debian-science/packages/singular.git/
     11
     12
     13SINGULAR rpm packages
     14=====================
     15
     16To 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
     19To install the newly created packages run (as superuser, with x86_64 replaced by your architecture
     20and 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  
    263263AC_CONFIG_FILES([emacs/Makefile])
    264264
    265 AC_CONFIG_FILES([redhat/Makefile])
    266 AC_CONFIG_FILES([redhat/singular.spec])
    267265AC_CONFIG_FILES([desktop/Makefile desktop/Singular.desktop desktop/Singular-manual.desktop])
    268266
     267AC_CONFIG_FILES([singular.spec])
     268
    269269AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.