index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
parseSpec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-46
/
+266
2014-06-11
Ignore bad expressions in %if conditionals
Markus Lehtonen
1
-2
/
+2
2013-04-13
Add VCS tag into .src.rpm
Alexander Kanevskiy
1
-0
/
+1
2012-08-08
Fix bogus "unclosed %if" error when %include is used in conditionals
Panu Matilainen
1
-9
/
+6
2012-07-31
Report starting line for unclosed %if in specs
Panu Matilainen
1
-1
/
+3
2012-07-31
Dynamically grow spec line buffer on line continuations
Panu Matilainen
1
-5
/
+10
2012-07-31
Minor cleanups: const pedantry and helper variable scoping
Panu Matilainen
1
-8
/
+5
2012-07-31
Allocate spec line buffer separately from spec struct
Panu Matilainen
1
-1
/
+1
2012-07-31
Track spec parse buffer position by offset instead of pointer
Panu Matilainen
1
-3
/
+3
2012-05-28
Initial support for "special" %license, similar to %doc (ticket #116)
Panu Matilainen
1
-0
/
+1
2012-05-28
Fix spec parsing memleak from source header on buildarch recursion
Panu Matilainen
1
-0
/
+3
2012-05-11
Improve spec %include error detection and message
Panu Matilainen
1
-2
/
+3
2012-05-11
Unify pops from spec file stack to a function
Panu Matilainen
1
-14
/
+17
2012-05-11
Simplify / sanitize pushing new files on spec file stack
Panu Matilainen
1
-22
/
+8
2012-02-28
Don't process spec %include in false branch of %if clauses (RhBug:782970)
Panu Matilainen
1
-1
/
+1
2011-10-06
Also add RPMTAG_OPTFLAGS during spec parse since we easily can...
Panu Matilainen
1
-0
/
+3
2011-10-06
Add implicit self-provides during spec parse already
Panu Matilainen
1
-1
/
+32
2011-06-17
Avoid extra newlines in parsed spec output outside preamble
Panu Matilainen
1
-1
/
+1
2011-06-17
Support retrieving the spec contents in parsed format
Panu Matilainen
1
-0
/
+5
2011-06-16
Error on unclosed macros & trailing line continuations in spec (RhBug:681567)
Panu Matilainen
1
-1
/
+11
2011-05-27
Eliminate dead NULL-assignments from rpmSpecFree()
Panu Matilainen
1
-2
/
+2
2011-05-27
Eliminate dead NULL-assignments on OFI frees on spec parsing
Panu Matilainen
1
-4
/
+4
2011-05-27
Move build restriction header copying to local scope
Panu Matilainen
1
-8
/
+9
2011-05-27
Eliminate a couple more dead increments in spec parsing code
Panu Matilainen
1
-1
/
+1
2011-05-23
Distinguish between macro primitives with and w/o arguments
Jindrich Novy
1
-8
/
+9
2011-05-20
Unbreak %if, %if(n)arch, %if(n)os handling
Jindrich Novy
1
-36
/
+36
2011-05-18
Eliminate bogus ferror() checks
Panu Matilainen
1
-2
/
+1
2010-10-29
Eliminate unused spectag and speclines goo from spec
Panu Matilainen
1
-9
/
+0
2010-10-28
Fix the remaining enum abuse over rpmParseState in librpmbuild
Panu Matilainen
1
-2
/
+2
2010-10-22
Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
Panu Matilainen
1
-1
/
+1
2010-09-28
Remove leftover trap for RPMRC_FAIL errors where none should be seen
Panu Matilainen
1
-4
/
+0
2010-09-21
Remove bunch of double consts in librpmbuild
Panu Matilainen
1
-1
/
+1
2010-09-21
Use actual rpmTags in place of the old HEADER_FOO defines everywhere
Panu Matilainen
1
-1
/
+1
2010-09-01
Handle --nolang as another spec parse flag
Panu Matilainen
1
-2
/
+0
2010-09-01
Combine spec parsing options into a common flag bitfield
Panu Matilainen
1
-2
/
+1
2010-09-01
Rename freeSpec() -> rpmSpecFree() for namespacing
Panu Matilainen
1
-2
/
+2
2010-09-01
Eliminate transaction set from spec parsing internals
Panu Matilainen
1
-18
/
+7
2010-09-01
Pass flags directly to the lower level parseSpec() helper
Panu Matilainen
1
-7
/
+5
2010-09-01
Eliminate parseSpec() from librpmbuild, trim unused arguments
Panu Matilainen
1
-6
/
+5
2010-09-01
A new saner interface for parsing spec files
Panu Matilainen
1
-0
/
+15
2010-09-01
Eliminate silly and unused timecheck feature from (lib)rpmbuild
Panu Matilainen
1
-2
/
+0
2010-09-01
Spec rootDir is only relevant for building, eliminate from parseSpec()
Panu Matilainen
1
-4
/
+1
2010-09-01
Eliminate cookie from spec structure
Panu Matilainen
1
-3
/
+1
2010-09-01
Add new %sepolicy section to the spec file format
Steve Lawrence
1
-0
/
+5
2010-08-26
Split arch/os/platform adding out of parseSpec()
Panu Matilainen
1
-22
/
+25
2010-08-25
Mass eviction of remaining internal helpers in librpmbuild API
Panu Matilainen
1
-1
/
+2
2010-08-25
Bury OpenFileInfo inside parseSpec.c
Panu Matilainen
1
-0
/
+9
2010-08-25
Eliminate initSourceHeader() from librpmbuild API
Panu Matilainen
1
-0
/
+68
2010-08-25
Initialize source header from parseSpec() instead of caller(s)
Panu Matilainen
1
-0
/
+2
2010-08-25
Eliminate an exit point from parseSpec()
Panu Matilainen
1
-2
/
+2
[next]