Re: [Announce] Libmcrypt and mcrypt rpm's for Fedora 1 and Red Hat 9

From: Michael Schwendt (ms-nospam-0306_at_arcor.de)
Date: 12/29/03

  • Next message: lappin: "Re: A question for the expert"
    To: redhat-list@redhat.com
    Date: Mon, 29 Dec 2003 18:55:53 +0100
    
    
    

    On Mon, 29 Dec 2003 16:33:50 +0100, Leonard den Ottolander wrote:

    > Finally a question for you. I would like to get rid of the autoreconf in
    > the mcrypt SPEC file. It currently requires CVS, although I don't see the
    > use of a CVS update of a package with a fixed version. Do you think I can
    > safely delete it? What is it doing anyway?
    >
    > Just removing autoreconf from the SPEC file caused a versioning problem
    > with automake. Guess I'll have to wade through the configure script and see
    > if I can find a clue there. Always surprised how big they are in
    > comparision to the actual package.

    Not sure what you refer to as "autoreconf". Do you mean the explicit runs
    of "libtoolize -f ; aclocal ; automake -a ; autoconf"? If so, this is
    necessary because the patches and your %build section modify the
    "configure.in" template and also many Makefile.am templates. Autoconf
    recreates the configure script from configure.in. You could patch the
    configure script directly. Automake recreates Makefile.in templates from
    the modified Makefile.am files. If you didn't run the tools, they would
    run automatically based on timestamp checks.

    -- 
    
    

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    


  • Next message: lappin: "Re: A question for the expert"

    Relevant Pages

    • RV: How can I install a Agere NIC in my laptop?
      ... The solution for this request for info say to me fix a spec file or post ... Package already exists: %package debuginfo ... BuildRequires: kernel-source kernel-syms ... Kernelmodule for Agere ET131x network cards ...
      (Fedora)
    • Re: building devel packages
      ... Have you tried rpmbuild? ... If I was building the package, and the source was a .src.rpm or .spm, ... If the spec file has the required bits to build a devel package, ...
      (alt.os.linux.suse)
    • Re: Where do I get info on how a rpm (httpd) is build?
      ... >>You can always fetch the SRC.RPM package and inspect the spec file. ... >>instructions how the source code should builld and included additional ... While the .spec file is text in nature, it isn't a set of instructions as ...
      (Fedora)
    • Re: Program to produce spec files
      ... >> Go back and move the files into the right section of the spec file you ... Perhaps the package you're building does not support DESTDIR ... clobber any existing root-owned files when you try the install. ...
      (Fedora)
    • Re: Experienced package builders: please test my first RPM
      ... as the man package itself doesn't seem to include it). ... >of the script files: ... >of the spec file aren't all aligned in my editor. ... Replacing the tabs ...
      (Fedora)