Changeset 2f30bc in git


Ignore:
Timestamp:
Sep 17, 2015, 3:11:58 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
2d602526c3016841feece3cefdc419852f4af9d6
Parents:
4d031cda72b3385df1b0e2f8f2b790e31626ceb6
Message:
Revert "refresh redhat material (consistency)"

This reverts commit 9b612a512c1ce005e1e97653c532f712a0fb028c.
Files:
2 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r4d031c r2f30bc  
    88libpolys gfanlib IntegerProgramming \
    99kernel Singular \
    10 dox emacs desktop
     10dox emacs redhat desktop
    1111
    1212EXTRA_DIST = README README.md README.pkg autogen.sh git-version-gen doxy singular.spec.in singular.spec
  • README.pkg

    r4d031c r2f30bc  
    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 
    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

    r4d031c r2f30bc  
    260260AC_CONFIG_FILES([emacs/Makefile])
    261261
     262AC_CONFIG_FILES([redhat/Makefile])
     263AC_CONFIG_FILES([redhat/singular.spec])
    262264AC_CONFIG_FILES([desktop/Makefile desktop/Singular.desktop desktop/Singular-manual.desktop])
    263265
    264 AC_CONFIG_FILES([singular.spec])
    265 
    266266AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.