@@ -14,6 +14,7 @@ def setup():
|
||||
autotools.configure("--with-libcap-ng=yes \
|
||||
--enable-gssapi-krb5=no \
|
||||
--enable-systemd=no \
|
||||
--disable-zos-remote \
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<Dependency>libcap-ng-devel</Dependency>
|
||||
<Dependency>tcp-wrappers-devel</Dependency>
|
||||
<Dependency>swig</Dependency>
|
||||
<Dependency>openldap-client</Dependency>
|
||||
<!-- <Dependency>openldap-client</Dependency> -->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">gcc10.patch</Patch> -->
|
||||
@@ -78,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2022-09-25</Date>
|
||||
<Version>3.0.6</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-10-21</Date>
|
||||
<Version>3.0.6</Version>
|
||||
|
||||
@@ -12,17 +12,17 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>GNU regular expression matcher</Summary>
|
||||
<Description>The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.</Description>
|
||||
<Archive sha1sum="a66cc5ddac0b8fe2fbdea4dd9bf74ab3d2ebefcd" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-3.5.tar.xz</Archive>
|
||||
<Archive sha1sum="6d0d32cabaf44efac9e1d2c449eb041525c54b2e" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-3.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>grep</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2022-09-25</Date>
|
||||
<Version>3.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>3.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user