pspec.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cups</Name>
  6. <Homepage>https://www.cups.org/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>service</IsA>
  13. <Summary>Common Unix Printing System</Summary>
  14. <Description>cups provides a portable printing layer for *nix-based operating systems.</Description>
  15. <Archive sha1sum="a53749591c6a5d3c24f0382cccef844f3612e13c" type="targz">https://github.com/OpenPrinting/cups/releases/download/v2.4.9/cups-2.4.9-source.tar.gz</Archive>
  16. <!-- <Archive sha1sum="062beea95c6f8dda0a5e7eed51604e22806ffad3" type="tar" target="cups-2.2.10">http://source.pisilinux.org/1.0/cups-tr.tar</Archive> -->
  17. <BuildDependencies>
  18. <Dependency>acl-devel</Dependency>
  19. <Dependency>pam-devel</Dependency>
  20. <Dependency>dbus-devel</Dependency>
  21. <Dependency>gnutls-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>python-devel</Dependency>
  24. <Dependency>libusb-devel</Dependency>
  25. <Dependency>libgcc</Dependency>
  26. <Dependency>avahi-libs</Dependency>
  27. <Dependency>avahi-devel</Dependency><!--not needed? -->
  28. <!--<Dependency>cups-filters-devel</Dependency>--><!--çember ? -->
  29. <Dependency>libpaper-devel</Dependency>
  30. <Dependency>xdg-utils</Dependency>
  31. <Dependency>colord-devel</Dependency>
  32. <Dependency>mit-kerberos-devel</Dependency>
  33. <Dependency versionFrom="2.71">autoconf</Dependency>
  34. </BuildDependencies>
  35. <Patches>
  36. <!-- ARCH Linux patches -->
  37. <!-- <Patch level="1">archlinux/cups-freebind.patch</Patch> -->
  38. <!-- <Patch level="1">archlinux/cups-no-gzip-man.patch</Patch> -->
  39. <!-- <Patch level="1">archlinux/auth-workaround-for-certain-web-browsers.patch</Patch> -->
  40. <!-- <Patch level="1">archlinux/guid.patch</Patch> -->
  41. <!-- Fedora patches -->
  42. <Patch level="1">fedora/cups-banners.patch</Patch>
  43. <Patch level="1">fedora/cups-direct-usb.patch</Patch>
  44. <Patch level="1">fedora/cups-driverd-timeout.patch</Patch>
  45. <Patch level="1">fedora/cups-dymo-deviceid.patch</Patch>
  46. <Patch level="1">fedora/cups-failover-backend.patch</Patch>
  47. <Patch level="1">fedora/cups-freebind.patch</Patch>
  48. <Patch level="1">fedora/cups-ipp-multifile.patch</Patch>
  49. <Patch level="1">fedora/cups-lspp.patch</Patch>
  50. <Patch level="1">fedora/cups-multilib.patch</Patch>
  51. <Patch level="1">fedora/cups-no-export-ssllibs.patch</Patch>
  52. <Patch level="1">fedora/cups-uri-compat.patch</Patch>
  53. <Patch level="1">fedora/cups-usb-paperout.patch</Patch>
  54. <Patch level="1">fedora/cups-web-devices-timeout.patch</Patch>
  55. <!-- Gentoo patches -->
  56. <!-- <Patch>gentoo/cups-2.2.6-fix-install-perms.patch</Patch> -->
  57. <!-- <Patch >gentoo/cups-2.0.2-rename-systemd-service-files.patch</Patch> -->
  58. <!-- Pisi Linux patches -->
  59. <!-- <Patch level="1">pisilinux/nostrip.patch</Patch> -->
  60. <Patch level="1">pisilinux/cups-run.patch</Patch>
  61. <!-- <Patch level="1">pisilinux/lib64.patch</Patch> -->
  62. <Patch level="1">pisilinux/statedir.patch</Patch>
  63. <!-- <Patch level="1">pisilinux/pam.patch</Patch> -->
  64. <!-- <Patch level="1">pisilinux/auth.patch</Patch> -->
  65. <!-- Pld-linux patches -->
  66. <!-- <Patch>pld-linux/cups-avahi-address.patch</Patch> -->
  67. </Patches>
  68. </Source>
  69. <Package>
  70. <Name>cups</Name>
  71. <RuntimeDependencies>
  72. <Dependency>acl</Dependency>
  73. <Dependency>pam</Dependency>
  74. <Dependency>dbus</Dependency>
  75. <Dependency>zlib</Dependency>
  76. <Dependency>libusb</Dependency>
  77. <Dependency>libgcc</Dependency>
  78. <Dependency>libpaper</Dependency>
  79. <Dependency>avahi</Dependency>
  80. <Dependency>gnutls</Dependency>
  81. <Dependency>e2fsprogs</Dependency>
  82. <Dependency>avahi-libs</Dependency>
  83. <Dependency>mit-kerberos</Dependency>
  84. </RuntimeDependencies>
  85. <Files>
  86. <Path fileType="config">/etc/cups/*conf</Path>
  87. <Path fileType="config">/usr/lib/tmpfiles.d/cups.conf</Path>
  88. <Path fileType="library">/usr/lib</Path>
  89. <Path fileType="executable">/usr/sbin</Path>
  90. <Path fileType="executable">/usr/bin</Path>
  91. <Path fileType="data">/var/cache/cups/rss</Path>
  92. <Path fileType="data">/var/spool/cups/tmp</Path>
  93. <Path fileType="data">/run/cups/certs</Path>
  94. <Path fileType="data">/var/log/cups</Path>
  95. <Path fileType="data">/etc</Path>
  96. <Path fileType="data">/lib/udev/rules.d</Path>
  97. <Path fileType="data">/lib/systemd/system</Path>
  98. <Path fileType="data">/usr/share/cups</Path>
  99. <Path fileType="data">/usr/share/icons</Path>
  100. <Path fileType="data">/usr/share/applications</Path>
  101. <Path fileType="doc">/usr/share/doc</Path>
  102. <Path fileType="man">/usr/share/man</Path>
  103. <Path fileType="localedata">/usr/share/locale</Path>
  104. </Files>
  105. <AdditionalFiles>
  106. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/cups.conf">tmpfiles.conf</AdditionalFile>
  107. <!-- logrotate file for CUPS logs -->
  108. <AdditionalFile owner="root" permission="0644" target="/etc/logrotate.d/cups">cups.logrotate</AdditionalFile>
  109. <!-- Generic textonly ppd from Fedora which is also used by Ubuntu -->
  110. <AdditionalFile owner="root" permission="0644" target="/usr/share/cups/model/textonly.ppd">fedora/textonly.ppd</AdditionalFile>
  111. <AdditionalFile owner="root" permission="0644" target="/etc/pam.d/cups">cups.pam</AdditionalFile>
  112. </AdditionalFiles>
  113. <Provides>
  114. <COMAR script="service.py">System.Service</COMAR>
  115. <COMAR script="package.py">System.Package</COMAR>
  116. </Provides>
  117. </Package>
  118. <Package>
  119. <Name>cups-devel</Name>
  120. <Summary>Development files for cups</Summary>
  121. <RuntimeDependencies>
  122. <Dependency>avahi-devel</Dependency>
  123. <Dependency>gnutls-devel</Dependency>
  124. <Dependency release="current">cups</Dependency>
  125. </RuntimeDependencies>
  126. <Files>
  127. <Path fileType="header">/usr/include</Path>
  128. <Path fileType="executable">/usr/bin/cups-config</Path>
  129. <Path fileType="library">/usr/lib/pkgconfig</Path>
  130. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  131. </Files>
  132. </Package>
  133. <Package>
  134. <Name>cups-32bit</Name>
  135. <PartOf>emul32</PartOf>
  136. <Summary>32-bit shared libraries for cups</Summary>
  137. <BuildType>emul32</BuildType>
  138. <BuildDependencies>
  139. <Dependency>zlib-32bit</Dependency>
  140. <Dependency>gnutls-32bit</Dependency>
  141. <Dependency>openssl-32bit</Dependency>
  142. </BuildDependencies>
  143. <RuntimeDependencies>
  144. <Dependency>zlib-32bit</Dependency>
  145. <Dependency>openssl-32bit</Dependency>
  146. <Dependency>libgcc</Dependency>
  147. <Dependency>gnutls-32bit</Dependency>
  148. <Dependency release="current">cups</Dependency>
  149. </RuntimeDependencies>
  150. <Files>
  151. <Path fileType="executable">/usr/bin/cups-config-32bit</Path>
  152. <Path fileType="library">/usr/lib32</Path>
  153. </Files>
  154. </Package>
  155. <History>
  156. <Update release="30">
  157. <Date>2024-06-13</Date>
  158. <Version>2.4.9</Version>
  159. <Comment>Version bump</Comment>
  160. <Name>Pisi Linux Community</Name>
  161. <Email>admin@pisilinux.org</Email>
  162. </Update>
  163. <Update release="29">
  164. <Date>2024-05-23</Date>
  165. <Version>2.4.7</Version>
  166. <Comment>Revert 2.4.7</Comment>
  167. <Name>Mustafa Cinasal</Name>
  168. <Email>muscnsl@gmail.com</Email>
  169. </Update>
  170. <Update release="28">
  171. <Date>2024-04-28</Date>
  172. <Version>2.4.8</Version>
  173. <Comment>Version bump.</Comment>
  174. <Name>Mustafa Cinasal</Name>
  175. <Email>muscnsl@gmail.com</Email>
  176. </Update>
  177. <Update release="27">
  178. <Date>2023-10-23</Date>
  179. <Version>2.4.7</Version>
  180. <Comment>Version bump.</Comment>
  181. <Name>Mustafa Cinasal</Name>
  182. <Email>muscnsl@gmail.com</Email>
  183. </Update>
  184. <Update release="26">
  185. <Date>2023-07-29</Date>
  186. <Version>2.4.6</Version>
  187. <Comment>Rebuild.</Comment>
  188. <Name>Mustafa Cinasal</Name>
  189. <Email>muscnsl@gmail.com</Email>
  190. </Update>
  191. <Update release="25">
  192. <Date>2023-06-23</Date>
  193. <Version>2.4.6</Version>
  194. <Comment>Version bump.</Comment>
  195. <Name>Mustafa Cinasal</Name>
  196. <Email>muscnsl@gmail.com</Email>
  197. </Update>
  198. <Update release="24">
  199. <Date>2023-06-14</Date>
  200. <Version>2.4.5</Version>
  201. <Comment>Version bump.</Comment>
  202. <Name>Mustafa Cinasal</Name>
  203. <Email>muscnsl@gmail.com</Email>
  204. </Update>
  205. <Update release="23">
  206. <Date>2023-06-07</Date>
  207. <Version>2.4.4</Version>
  208. <Comment>Version bump.</Comment>
  209. <Name>Mustafa Cinasal</Name>
  210. <Email>muscnsl@gmail.com</Email>
  211. </Update>
  212. <Update release="22">
  213. <Date>2023-06-02</Date>
  214. <Version>2.4.3</Version>
  215. <Comment>Version bump.</Comment>
  216. <Name>Mustafa Cinasal</Name>
  217. <Email>muscnsl@gmail.com</Email>
  218. </Update>
  219. <Update release="21">
  220. <Date>2022-07-05</Date>
  221. <Version>2.4.2</Version>
  222. <Comment>Version bump.</Comment>
  223. <Name>Mustafa Cinasal</Name>
  224. <Email>muscnsl@gmail.com</Email>
  225. </Update>
  226. <Update release="20">
  227. <Date>2022-05-26</Date>
  228. <Version>2.4.2</Version>
  229. <Comment>Version bump.</Comment>
  230. <Name>Mustafa Cinasal</Name>
  231. <Email>muscnsl@gmail.com</Email>
  232. </Update>
  233. <Update release="19">
  234. <Date>2022-05-06</Date>
  235. <Version>2.4.1</Version>
  236. <Comment>Rebuild.</Comment>
  237. <Name>Mustafa Cinasal</Name>
  238. <Email>muscnsl@gmail.com</Email>
  239. </Update>
  240. <Update release="18">
  241. <Date>2022-03-25</Date>
  242. <Version>2.4.1</Version>
  243. <Comment>Version bump.</Comment>
  244. <Name>Mustafa Cinasal</Name>
  245. <Email>muscnsl@gmail.com</Email>
  246. </Update>
  247. <Update release="17">
  248. <Date>2021-11-30</Date>
  249. <Version>2.4.0</Version>
  250. <Comment>Version bump.</Comment>
  251. <Name>Mustafa Cinasal</Name>
  252. <Email>muscnsl@gmail.com</Email>
  253. </Update>
  254. <Update release="16">
  255. <Date>2021-07-16</Date>
  256. <Version>2.3.3</Version>
  257. <Comment>Rebuild.</Comment>
  258. <Name>Mustafa Cinasal</Name>
  259. <Email>muscnsl@gmail.com</Email>
  260. </Update>
  261. <Update release="16">
  262. <Date>2021-03-14</Date>
  263. <Version>2.3.3</Version>
  264. <Comment>Rebuild.</Comment>
  265. <Name>Mustafa Cinasal</Name>
  266. <Email>muscnsl@gmail.com</Email>
  267. </Update>
  268. <Update release="15">
  269. <Date>2020-04-29</Date>
  270. <Version>2.3.3</Version>
  271. <Comment>Version bump.</Comment>
  272. <Name>Mustafa Cinasal</Name>
  273. <Email>muscnsl@gmail.com</Email>
  274. </Update>
  275. <Update release="14">
  276. <Date>2020-01-08</Date>
  277. <Version>2.3.1</Version>
  278. <Comment>Version bump.</Comment>
  279. <Name>Mustafa Cinasal</Name>
  280. <Email>muscnsl@gmail.com</Email>
  281. </Update>
  282. <Update release="13">
  283. <Date>2019-09-04</Date>
  284. <Version>2.2.12</Version>
  285. <Comment>Version bump.</Comment>
  286. <Name>Mustafa Cinasal</Name>
  287. <Email>muscnsl@gmail.com</Email>
  288. </Update>
  289. <Update release="12">
  290. <Date>2019-06-24</Date>
  291. <Version>2.2.11</Version>
  292. <Comment>Rebuild.</Comment>
  293. <Name>Mustafa Cinasal</Name>
  294. <Email>muscnsl@gmail.com</Email>
  295. </Update>
  296. <Update release="11">
  297. <Date>2019-03-23</Date>
  298. <Version>2.2.11</Version>
  299. <Comment>Version bump.</Comment>
  300. <Name>Mustafa Cinasal</Name>
  301. <Email>muscnsl@gmail.com</Email>
  302. </Update>
  303. <Update release="10">
  304. <Date>2018-12-11</Date>
  305. <Version>2.2.10</Version>
  306. <Comment>Rebuild New T.</Comment>
  307. <Name>Mustafa Cinasal</Name>
  308. <Email>muscnsl@gmail.com</Email>
  309. </Update>
  310. <Update release="9">
  311. <Date>2018-11-24</Date>
  312. <Version>2.2.9</Version>
  313. <Comment>Rebuild New T.</Comment>
  314. <Name>Mustafa Cinasal</Name>
  315. <Email>muscnsl@gmail.com</Email>
  316. </Update>
  317. <Update release="8">
  318. <Date>2018-09-10</Date>
  319. <Version>2.2.7</Version>
  320. <Comment>Rebuild New T.</Comment>
  321. <Name>Mustafa Cinasal</Name>
  322. <Email>muscnsl@gmail.com</Email>
  323. </Update>
  324. <Update release="7">
  325. <Date>2017-12-13</Date>
  326. <Version>2.2.7</Version>
  327. <Comment>Version bump</Comment>
  328. <Name>Mustafa Cinasal</Name>
  329. <Email>muscnsl@gmail.com</Email>
  330. </Update>
  331. <Update release="6">
  332. <Date>2017-12-13</Date>
  333. <Version>2.2.6</Version>
  334. <Comment>Version bump</Comment>
  335. <Name>Ayhan Yalçınsoy</Name>
  336. <Email>ayhanyacinsoy@pisilinux.org</Email>
  337. </Update>
  338. <Update release="5">
  339. <Date>2017-07-16</Date>
  340. <Version>2.2.3</Version>
  341. <Comment>Rebuild</Comment>
  342. <Name>Pisi Linux Community</Name>
  343. <Email>admin@pisilinux.org</Email>
  344. </Update>
  345. <Update release="4">
  346. <Date>2017-02-17</Date>
  347. <Version>2.2.2</Version>
  348. <Comment>Version Bump.</Comment>
  349. <Name>Pisi Linux Community</Name>
  350. <Email>admin@pisilinux.org</Email>
  351. </Update>
  352. <Update release="3">
  353. <Date>2016-06-09</Date>
  354. <Version>2.1.3</Version>
  355. <Comment>Release Bump</Comment>
  356. <Name>Pisi Linux Community</Name>
  357. <Email>admin@pisilinux.org</Email>
  358. </Update>
  359. <Update release="2">
  360. <Date>2016-05-25</Date>
  361. <Version>2.1.3</Version>
  362. <Comment>Rebuild</Comment>
  363. <Name>Alihan Öztürk</Name>
  364. <Email>alihan@pisilinux.org</Email>
  365. </Update>
  366. <Update release="1">
  367. <Date>2016-03-23</Date>
  368. <Version>2.1.3</Version>
  369. <Comment>First release</Comment>
  370. <Name>Alihan Öztürk</Name>
  371. <Email>alihan@pisilinux.org</Email>
  372. </Update>
  373. </History>
  374. </PISI>