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
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
2010-08-24
Eliminate newOpenFileInfo() from librpmbuild API
Panu Matilainen
1
-0
/
+15
2010-08-20
Remove signing support from (lib)rpmbuild
Panu Matilainen
1
-3
/
+1
2010-05-24
Put the macro evaluation in spec comments back.
Jindrich Novy
1
-11
/
+0
2010-05-21
Do not evaluate macros in spec comments (RhBug:594672)
Jindrich Novy
1
-0
/
+11
2010-04-12
readLineFromOFI may modify the fileStack, thus we have to re-set
Michael Schroeder
1
-0
/
+1
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+2
2009-10-16
Since we really want a FILE* then get one in the first place
Panu Matilainen
1
-8
/
+7
2009-09-02
Eliminate uses of headerNVR() and friends in librpmbuild code
Panu Matilainen
1
-3
/
+2
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build code
Panu Matilainen
1
-9
/
+9
2009-08-17
Add default %clean section unless overridden in spec (ticket #81)
Panu Matilainen
1
-0
/
+7
2009-08-12
rpmbuild won't segfault when %including spec with zero size
Jindrich Novy
1
-1
/
+1
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-3
/
+0
2009-06-01
Generate spec part string lengths at build time and make it const
Panu Matilainen
1
-36
/
+26
2008-12-05
Tighten up setting and checking of buildroot (ticket #10)
Panu Matilainen
1
-9
/
+0
2008-10-23
Make noarch subpackages actually work
Panu Matilainen
1
-1
/
+4
[next]