Skip to content

Commit

Permalink
expat: Autospec creation for version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrus75 authored and clrbuilder committed Jun 7, 2017
1 parent ebc3f56 commit bb1ce19
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 2 deletions.
9 changes: 8 additions & 1 deletion expat.spec
Expand Up @@ -4,7 +4,7 @@
#
Name : expat
Version : 2.1.1
Release : 16
Release : 17
URL : http://downloads.sourceforge.net/expat/expat-2.1.1.tar.bz2
Source0 : http://downloads.sourceforge.net/expat/expat-2.1.1.tar.bz2
Summary : expat XML parser
Expand Down Expand Up @@ -63,6 +63,13 @@ lib components for the expat package.
%setup -q -n expat-2.1.1

%build
export AR=gcc-ar
export RANLIB=gcc-ranlib
export NM=gcc-nm
export CFLAGS="$CFLAGS -fno-semantic-interposition -O3 -falign-functions=32 -flto "
export FCFLAGS="$CFLAGS -fno-semantic-interposition -O3 -falign-functions=32 -flto "
export FFLAGS="$CFLAGS -fno-semantic-interposition -O3 -falign-functions=32 -flto "
export CXXFLAGS="$CXXFLAGS -fno-semantic-interposition -O3 -falign-functions=32 -flto "
%configure --disable-static
make V=1 %{?_smp_mflags}

Expand Down
1 change: 1 addition & 0 deletions funroll-loops
@@ -0,0 +1 @@
vrooom
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
16
17
81 changes: 81 additions & 0 deletions symbols
@@ -0,0 +1,81 @@
libexpat.so.1:XML_DefaultCurrent
libexpat.so.1:XML_ErrorString
libexpat.so.1:XML_ExpatVersion
libexpat.so.1:XML_ExpatVersionInfo
libexpat.so.1:XML_ExternalEntityParserCreate
libexpat.so.1:XML_FreeContentModel
libexpat.so.1:XML_GetBase
libexpat.so.1:XML_GetBuffer
libexpat.so.1:XML_GetCurrentByteCount
libexpat.so.1:XML_GetCurrentByteIndex
libexpat.so.1:XML_GetCurrentColumnNumber
libexpat.so.1:XML_GetCurrentLineNumber
libexpat.so.1:XML_GetErrorCode
libexpat.so.1:XML_GetFeatureList
libexpat.so.1:XML_GetIdAttributeIndex
libexpat.so.1:XML_GetInputContext
libexpat.so.1:XML_GetParsingStatus
libexpat.so.1:XML_GetSpecifiedAttributeCount
libexpat.so.1:XML_MemFree
libexpat.so.1:XML_MemMalloc
libexpat.so.1:XML_MemRealloc
libexpat.so.1:XML_Parse
libexpat.so.1:XML_ParseBuffer
libexpat.so.1:XML_ParserCreate
libexpat.so.1:XML_ParserCreateNS
libexpat.so.1:XML_ParserCreate_MM
libexpat.so.1:XML_ParserFree
libexpat.so.1:XML_ParserReset
libexpat.so.1:XML_ResumeParser
libexpat.so.1:XML_SetAttlistDeclHandler
libexpat.so.1:XML_SetBase
libexpat.so.1:XML_SetCdataSectionHandler
libexpat.so.1:XML_SetCharacterDataHandler
libexpat.so.1:XML_SetCommentHandler
libexpat.so.1:XML_SetDefaultHandler
libexpat.so.1:XML_SetDefaultHandlerExpand
libexpat.so.1:XML_SetDoctypeDeclHandler
libexpat.so.1:XML_SetElementDeclHandler
libexpat.so.1:XML_SetElementHandler
libexpat.so.1:XML_SetEncoding
libexpat.so.1:XML_SetEndCdataSectionHandler
libexpat.so.1:XML_SetEndDoctypeDeclHandler
libexpat.so.1:XML_SetEndElementHandler
libexpat.so.1:XML_SetEndNamespaceDeclHandler
libexpat.so.1:XML_SetEntityDeclHandler
libexpat.so.1:XML_SetExternalEntityRefHandler
libexpat.so.1:XML_SetExternalEntityRefHandlerArg
libexpat.so.1:XML_SetHashSalt
libexpat.so.1:XML_SetNamespaceDeclHandler
libexpat.so.1:XML_SetNotStandaloneHandler
libexpat.so.1:XML_SetNotationDeclHandler
libexpat.so.1:XML_SetParamEntityParsing
libexpat.so.1:XML_SetProcessingInstructionHandler
libexpat.so.1:XML_SetReturnNSTriplet
libexpat.so.1:XML_SetSkippedEntityHandler
libexpat.so.1:XML_SetStartCdataSectionHandler
libexpat.so.1:XML_SetStartDoctypeDeclHandler
libexpat.so.1:XML_SetStartElementHandler
libexpat.so.1:XML_SetStartNamespaceDeclHandler
libexpat.so.1:XML_SetUnknownEncodingHandler
libexpat.so.1:XML_SetUnparsedEntityDeclHandler
libexpat.so.1:XML_SetUserData
libexpat.so.1:XML_SetXmlDeclHandler
libexpat.so.1:XML_StopParser
libexpat.so.1:XML_UseForeignDTD
libexpat.so.1:XML_UseParserAsHandlerArg
libexpat.so.1:XmlGetUtf16InternalEncoding
libexpat.so.1:XmlGetUtf16InternalEncodingNS
libexpat.so.1:XmlGetUtf8InternalEncoding
libexpat.so.1:XmlGetUtf8InternalEncodingNS
libexpat.so.1:XmlInitEncoding
libexpat.so.1:XmlInitEncodingNS
libexpat.so.1:XmlInitUnknownEncoding
libexpat.so.1:XmlInitUnknownEncodingNS
libexpat.so.1:XmlParseXmlDecl
libexpat.so.1:XmlParseXmlDeclNS
libexpat.so.1:XmlPrologStateInit
libexpat.so.1:XmlPrologStateInitExternalEntity
libexpat.so.1:XmlSizeOfUnknownEncoding
libexpat.so.1:XmlUtf16Encode
libexpat.so.1:XmlUtf8Encode
5 changes: 5 additions & 0 deletions testresults
@@ -0,0 +1,5 @@
Total : 100
Pass : 100
Fail : 0
Skip : 0
XFail : 0

0 comments on commit bb1ce19

Please sign in to comment.