pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libuser</Name>
  6. <Homepage>https://fedorahosted.org/libuser</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A user and group account administration library</Summary>
  14. <Description>libuser implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources.</Description>
  15. <Archive sha1sum="e0fe60dd38f3b5777d0a4ad664725eddd18ef310" type="tarxz">https://fedorahosted.org/releases/l/i/libuser/libuser-0.62.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>pam-devel</Dependency>
  18. <Dependency>popt-devel</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch>libuser-0.56.15-fix_blowfish.patch</Patch>
  24. <Patch>libuser-0.56.9-fix-str-fmt.patch</Patch>
  25. <!--<Patch level="1">disable-sgml2x-conversion.diff</Patch>
  26. <Patch level="0">add-python-linkage.diff</Patch>-->
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>libuser</Name>
  31. <RuntimeDependencies>
  32. <Dependency>pam</Dependency>
  33. <Dependency>popt</Dependency>
  34. <Dependency>glib2</Dependency>
  35. <Dependency>python</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="config">/etc</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="localedata">/usr/share/locale</Path>
  42. <Path fileType="executable">/usr/bin</Path>
  43. <Path fileType="executable">/usr/sbin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. </Files>
  46. </Package>
  47. <!-- WARNING: To be removed in Bootstrap -->
  48. <!--Package>
  49. <Name>libuser-ldap</Name>
  50. <PartOf>server.misc</PartOf>
  51. <Summary>LDAP library of libuser</Summary>
  52. <RuntimeDependencies>
  53. <Dependency>openldap-client</Dependency>
  54. <Dependency>libuser</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/usr/lib/libuser/*ldap*</Path>
  58. </Files>
  59. </Package-->
  60. <Package>
  61. <Name>libuser-devel</Name>
  62. <PartOf>system.devel</PartOf>
  63. <Summary>Development files for libuser</Summary>
  64. <RuntimeDependencies>
  65. <Dependency release="current">libuser</Dependency>
  66. <Dependency>glib2-devel</Dependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="header">/usr/include</Path>
  70. <Path fileType="data">/usr/lib/pkgconfig</Path>
  71. </Files>
  72. </Package>
  73. <History>
  74. <Update release="3">
  75. <Date>2017-01-25</Date>
  76. <Version>0.62</Version>
  77. <Comment>Rebuild.</Comment>
  78. <Name>PisiLinux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="2">
  82. <Date>2016-04-27</Date>
  83. <Version>0.62</Version>
  84. <Comment>Release Bump</Comment>
  85. <Name>PisiLinux Community</Name>
  86. <Email>admin@pisilinux.org</Email>
  87. </Update>
  88. <Update release="1">
  89. <Date>2016-03-08</Date>
  90. <Version>0.62</Version>
  91. <Comment>First release</Comment>
  92. <Name>Alihan Öztürk</Name>
  93. <Email>alihan@pisilinux.org</Email>
  94. </Update>
  95. </History>
  96. </PISI>