rpm-build/.gitignore
Alexey Tourbin 202244526d added .gitignore, improved support for in-tree building
Here is how to run configure within the source tree:
$ rpm -bE --enable debug *.spec |sed -n '/^%build$/,/^%install$/{/^%build$/d;/^%install$/d;p}' |sh -ex

There's still problem: po/Makefile.in is getting added to
configure.ac:AC_OUTPUT, and when running autoreconf for the second time,
it will die as follows.

    autoreconf-default: running: aclocal -I m4 --force -I m4
    configure.in:896: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES.
    ../../lib/autoconf/status.m4:290: AC_CONFIG_FILES is expanded from...
    configure.in:896: the top level
    autom4te-2.60: /usr/bin/m4 failed with exit status: 1
2010-08-17 19:20:40 +04:00

102 lines
1.3 KiB
Plaintext

*.o
*.lo
*.la
.libs
Makefile
Makefile.in
/ABOUT-NLS
/Doxyfile
/aclocal.m4
/autom4te.cache
/config.*
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4
/missing
/mkinstalldirs
/stamp-h.in
/stamp-h1
/macros
/platform
/rpmpopt
/rpmpopt-4.0.4
/rpmrc
/lib/getdate.c
/rpmdb/tagtbl.c
/rpm
/rpm.static
/rpm2cpio
/rpm2cpio.static
/rpmb
/rpmd
/rpmi
/rpmk
/rpmq
/CHANGES.bz2
/rpm.lang
/@RPMCONFIGDIR@
/tags
/po/Makefile.in.in
/po/Makevars
/po/POTFILES
/po/ru.gmo
/po/stamp-po
/scripts/*.req
/scripts/*.prov
/scripts/brp-adjust_libraries
/scripts/brp-alt
/scripts/brp-bytecompile_python
/scripts/brp-cleanup
/scripts/brp-compress
/scripts/brp-fix-perms
/scripts/brp-fixup
/scripts/brp-strip
/scripts/brp-verify-info
/scripts/brp-verify_elf
/scripts/check-files
/scripts/compress_files
/scripts/files.req.files
/scripts/find-lang
/scripts/find-package
/scripts/find-scriptlet-requires
/scripts/fixup-binconfig
/scripts/fixup-libtool
/scripts/fixup-pkgconfig
/scripts/ldd
/scripts/posttrans-filetriggers
/scripts/rpmlib.req.files
/scripts/strip_files
/scripts/verify-elf
/tools/dump
/tools/dump_ld_config
/tools/dumpdb
/tools/filesize
/tools/javadeps
/tools/pdeath_execute
/tools/relative
/tools/rpmarchive
/tools/rpmevrcmp
/tools/rpmheader
/tools/rpmlead
/tools/rpmsignature
/tools/rpmvercmp
/autodeps/linux.prov
/autodeps/linux.req
/find-provides
/find-requires