summaryrefslogtreecommitdiff
path: root/rpmspec.c
Commit message (Expand)AuthorAgeFilesLines
* Test for preprocessor definition rather than value consistently everywherePanu Matilainen2022-06-151-1/+1
* Set program name centrally from rpmcliInit()Panu Matilainen2022-03-251-2/+0
* Add an interactive macro shell mode to rpmspecPanu Matilainen2021-12-201-0/+36
* Refactor looping over parsed spec into helper functionPanu Matilainen2021-12-201-17/+32
* Make --help clearerThierry Vignaud2021-11-251-2/+2
* Reset global macro state after each spec query/parsePanu Matilainen2020-02-121-4/+8
* Remove unused target variable from rpmspec.cHoward Johnson2019-06-051-7/+0
* Add --target as global optionPer Øyvind Karlsen2017-04-041-2/+0
* Add option the select option --builtrpms to rpmspec(rhbz:961833)Lubos Kardos2016-03-091-0/+2
* Reimplement setprogname() and getprogname() to be generic and portableKamil Rytarowski2016-02-111-1/+2
* Adjust rpmspec -P to invoke non-build parseAlexey Tourbin2013-01-221-1/+1
* Make --pipe command failures reflect our exit codes (RhBug:735481)Panu Matilainen2011-09-051-1/+2
* Add --parse option to rpmspec tool to dump parsed spec contentsPanu Matilainen2011-06-171-0/+20
* Eliminate dead NULL-assignments at scope-end in main cli utilsPanu Matilainen2011-05-301-2/+2
* Rearrange new cli utilities' popt tables for nicer outputPanu Matilainen2010-11-151-2/+8
* Rpm option descriptions begin with lowercase letters, follow suit in rpmspecPanu Matilainen2010-10-121-3/+3
* Only queryformat is relevant for specfilesPanu Matilainen2010-10-121-3/+6
* Support overriding target for rpmspec queries tooPanu Matilainen2010-10-121-0/+9
* Support both binary/source queries in rpmspec tool (RhBug:540807, ticket #89)Panu Matilainen2010-10-121-1/+6
* Lift specfile query out of main rpm(query) into separate binaryPanu Matilainen2010-10-041-0/+77