pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>netcf</Name>
  6. <Homepage>https://fedorahosted.org/netcf</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>A library for configuring network interfaces</Summary>
  15. <Description>netcf is a cross-platform network configuration library for modifying the network configuration of a system. Network configurations are expressed in XML format.</Description>
  16. <Archive sha1sum="98f0780c4bee429fbbfb3ced1629944cc5c6f2b6" type="targz">https://releases.pagure.org/netcf/netcf-0.2.8.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gcc</Dependency>
  19. <Dependency>xz-devel</Dependency>
  20. <Dependency>libxml2-devel</Dependency>
  21. <Dependency>libxslt-devel</Dependency>
  22. <Dependency>libnl-devel</Dependency>
  23. <Dependency>readline-devel</Dependency>
  24. <Dependency>augeas-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>netcf</Name>
  29. <RuntimeDependencies>
  30. <Dependency>xz</Dependency>
  31. <Dependency>zlib</Dependency>
  32. <Dependency>libnl</Dependency>
  33. <Dependency>augeas</Dependency>
  34. <Dependency>libxml2</Dependency>
  35. <Dependency>libxslt</Dependency>
  36. <Dependency>readline</Dependency>
  37. <Dependency>libgcrypt</Dependency>
  38. <Dependency>libgpg-error</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="executable">/usr/libexec/</Path>
  43. <Path fileType="config">/etc/rc.d/init.d</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="data">/usr/share/netcf</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. <Path fileType="man">/usr/share/man/man1/ncftool.1</Path>
  48. </Files>
  49. </Package>
  50. <Package>
  51. <Name>netcf-devel</Name>
  52. <Summary>Development files for netcf</Summary>
  53. <RuntimeDependencies>
  54. <Dependency>augeas-devel</Dependency>
  55. <Dependency>libxslt-devel</Dependency>
  56. <Dependency release="current">netcf</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="header">/usr/include</Path>
  60. <Path fileType="data">/usr/lib/pkgconfig</Path>
  61. <Path fileType="man">/usr/share/man/man3</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="5">
  66. <Date>2020-03-13</Date>
  67. <Version>0.2.8</Version>
  68. <Comment>Rebuild</Comment>
  69. <Name>Kamil Atlı</Name>
  70. <Email>suvari@pisilinux.org</Email>
  71. </Update>
  72. <Update release="4">
  73. <Date>2018-08-31</Date>
  74. <Version>0.2.8</Version>
  75. <Comment>Release Bump</Comment>
  76. <Name>Kamil Atlı</Name>
  77. <Email>suvari@pisilinux.org</Email>
  78. </Update>
  79. <Update release="3">
  80. <Date>2017-04-29</Date>
  81. <Version>0.2.8</Version>
  82. <Comment>Release Bump</Comment>
  83. <Name>Kamil Atlı</Name>
  84. <Email>suvari@pisilinux.org</Email>
  85. </Update>
  86. <Update release="2">
  87. <Date>2016-06-09</Date>
  88. <Version>0.2.8</Version>
  89. <Comment>Release Bump</Comment>
  90. <Name>Pisi Linux Community</Name>
  91. <Email>admin@pisilinux.org</Email>
  92. </Update>
  93. <Update release="1">
  94. <Date>2015-12-31</Date>
  95. <Version>0.2.8</Version>
  96. <Comment>First release</Comment>
  97. <Name>Ayhan Yalçınsoy</Name>
  98. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  99. </Update>
  100. </History>
  101. </PISI>