libpipeline and man-db verbump

This commit is contained in:
Ertuğrul Erata
2015-06-07 00:19:46 +03:00
parent f5429279a6
commit 1fe6ae97eb
3 changed files with 22 additions and 8 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>pipeline manipulation library</Summary>
<Description>libpipeline is a C library for manipulating pipelines of subprocesses in a flexible and convenient way.</Description>
<Archive sha1sum="c81e99807c1ad5e5582815b52b98741209834ec7" type="targz">http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.3.0.tar.gz</Archive>
<Archive sha1sum="c4deac1c04670beac0e25d78ef1922e6a3740965" type="targz">http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.0.tar.gz</Archive>
</Source>
<Package>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="6">
<Date>2015-06-06</Date>
<Version>1.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-05-11</Date>
<Version>1.3.0</Version>
+2 -2
View File
@@ -27,7 +27,7 @@ def install():
pisitools.dodir("/var/cache/man")
# These are shipped with groff
pisitools.remove("/usr/bin/zsoelim")
pisitools.remove("/usr/share/man/man1/zsoelim.1")
#pisitools.remove("/usr/bin/zsoelim")
#pisitools.remove("/usr/share/man/man1/zsoelim.1")
pisitools.dodoc("README")
+12 -5
View File
@@ -14,7 +14,7 @@
<IsA>data:doc</IsA>
<Summary>Application to read Linux man pages</Summary>
<Description>Man package consists of programs which is used to read most of the documentation available in linux system. For example, you can write "man nameoftheprogram" into the konsole or "man:nameoftheprogram" into the konqueror to get a detailed usage information for many programs.</Description>
<Archive sha1sum="9f549ac89f993303ac1203a165961885a53e7d14" type="tarxz">http://download.savannah.gnu.org/releases/man-db/man-db-2.6.3.tar.xz</Archive>
<Archive sha1sum="6a4b08ccacb555120a2bce852329d93c9c78247e" type="tarxz">http://download.savannah.gnu.org/releases/man-db/man-db-2.7.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>less</Dependency>
<Dependency>gzip</Dependency>
@@ -22,15 +22,15 @@
<Dependency>gdbm-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>libpipeline-devel</Dependency>
<Dependency release="6">libpipeline-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">man-db-2.5.9-sgr.patch</Patch>
<!--<Patch level="1">man-db-2.5.9-sgr.patch</Patch>
<Patch level="1">man-db-2.6.1-locale-fallback.patch</Patch>
<Patch level="1">man-db-2.6.1-so-links.patch</Patch>
<Patch level="1">man-db-2.6.1-wildcards.patch</Patch>
<Patch level="1">man-db-2.6.2-invalid-cache.patch</Patch>
<Patch level="1">man-db-2.6.3-overrides.patch</Patch>
<Patch level="1">man-db-2.6.3-overrides.patch</Patch>-->
</Patches>
</Source>
@@ -40,7 +40,7 @@
<Dependency>gdbm</Dependency>
<Dependency>zlib</Dependency>
<Dependency>gettext</Dependency>
<Dependency>libpipeline</Dependency>
<Dependency release="6">libpipeline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="6">
<Date>2015-06-06</Date>
<Version>2.7.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-05-11</Date>
<Version>2.6.3</Version>