summaryrefslogtreecommitdiffstats
path: root/quilt.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* quilt.spec: Configure with the right docdirJean Delvare2014-04-061-2/+5
| | | | | We need to pass --docdir to the configure script so that the documentation files are installed where we expect them.
* Make backup-files a shell scriptMartin Quinson2012-02-011-1/+0
| | | | | | | | Make backup-files a shell script instead of a binary, so we can make quilt arch: all [Steve Langasek, thanks so much] (Closes: Debian #363659) Signed-off-by: Jean Delvare <jdelvare@suse.de>
* quilt.spec.in: BUILD_ROOT is only needed at installation time, not at build ↵Jean Delvare2011-03-091-1/+1
| | | | time.
* - quilt.spec.in: List findutils as a requirement (for find andJean Delvare2011-02-061-1/+1
| | | | | xargs.) - configure.ac: Check for the presence of xargs.
* Update the remaining outdated links to Andrew Morton's stuffJean Delvare2010-06-231-1/+1
|
* - Install quilt.el into $(datadir)/emacs/site-lisp/.Andreas Gruenbacher2007-04-181-0/+1
|
* - quilt.spec.in: Pass %_mandir to --configure (fix from AndersAndreas Gruenbacher2006-10-091-1/+1
| | | | Larsen).
* - quilt.spec.in: Use wildcards for matching manpage{,.gz,bz2}Andreas Gruenbacher2006-02-151-2/+2
| | | | (Thomas Petazzoni <thomas.petazzoni@enix.org>).
* - Makefile.in: don't strip the backup-files binary in the installAndreas Gruenbacher2005-11-041-2/+2
| | | | | | target. - quilt.spec.in: set the CFLAGS to $RPM_OPT_FLAGS, and pass on the RPM release number when building quilt.
* - Fix quilt.spec generation after the Sep 14 change.Andreas Gruenbacher2005-09-151-4/+3
|
* - rpm build: add missing files to file list; remove percent-prepAndreas Gruenbacher2005-06-161-0/+2
| | | | string from changes file so that RPM doesn't choke on it.
* Fixed comment on changelog generation for the .spec fileJosh Boyer2005-04-011-1/+1
|
* - Add `quilt graph' command for generating a dependency graphAndreas Gruenbacher2004-03-131-0/+1
| | | | | | | | between patches. This requires the graphviz package for removing transitive edges (optional) and for rendering the graph. Please note that the graph command itself is minimal, while the underlying scripts/dependency-graph is more flexible. - The spec file was missing the quilt.1 man page.
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-311-0/+1
| | | | | | | .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
* - Use %{find_lang} macro in spec file.Andreas Gruenbacher2003-07-271-5/+2
|
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-261-2/+3
| | | | | | | environment variable is set. On RedHat 9 $RPM_DOC_DIR points to /usr/share/doc/packages, but documentation lives in /usr/share/doc. This is a bug in RedHat's RPM configuration; working around it would break other distributions.
* Do not add the whole /usr/share/locale directory to the RPMAndreas Gruenbacher2003-05-181-1/+1
| | | | | file list, but only the quilt message catalogs: Otherwise RPM complains when uninstalling.
* Minor cleanupAndreas Gruenbacher2003-03-211-3/+4
|
* Add dependency on GNU gettext to spec fileAndreas Gruenbacher2003-02-231-1/+1
|
* Some I18N fixesAndreas Gruenbacher2003-02-151-0/+2
|
* *** empty log message ***Andreas Gruenbacher2003-02-021-1/+1
|
* Some minor cleanupsAndreas Gruenbacher2003-02-021-1/+2
|
* Add some messages in configure.ac.Andreas Gruenbacher2003-02-011-0/+1
| | | | | | | Make distclean removes autoconf garbage. The configure script is no source file. Add rule to create it when necessary. Invoke configure in the RPM spec file. Merge James Rowe's guidiff.
* Move documentation to doc/Andreas Gruenbacher2003-01-301-1/+1
|
* Add RELEASE to Makefile; generate spec file from template + MakefileAndreas Gruenbacher2003-01-291-0/+53