pixman-vl.spec 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Name: pixman
  3. Version: 0.23.4
  4. Release: 1%{?_dist_release}
  5. Summary: Pixel manipulation library
  6. Summary(ja): ピクセル操作ライブラリ
  7. Group: System Environment/Libraries
  8. License: MIT
  9. URL: http://xorg.freedesktop.org/archive/individual/lib/
  10. Source0: ftp://ftp.x.org/pub/individual/lib/pixman-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Obsoletes: libpixman <= 0.1.6
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. Packager: Takemikaduchi
  16. %description
  17. Pixman is a pixel manipulation library for X and cairo.
  18. %package devel
  19. Summary: Pixel manipulation library development package
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}-%{release}
  22. Requires: pkgconfig
  23. Obsoletes: libpixman-devel <= 0.1.6
  24. %description devel
  25. Development library for pixman.
  26. # compat32
  27. %package -n compat32-%{name}
  28. Summary: Pixel manipulation library
  29. Summary(ja): ピクセル操作ライブラリ
  30. Group: System Environment/Libraries
  31. Requires: %{name} = %{version}-%{release}
  32. %description -n compat32-%{name}
  33. Pixman is a pixel manipulation library for X and cairo.
  34. %package -n compat32-%{name}-devel
  35. Summary: Pixel manipulation library development package
  36. Group: Development/Libraries
  37. Requires: compat32-%{name} = %{version}-%{release}
  38. Requires: %{name}-devel = %{version}-%{release}
  39. %description -n compat32-%{name}-devel
  40. Development library for pixman.
  41. %prep
  42. %setup -q
  43. %build
  44. %configure --disable-static
  45. make %{?_smp_mflags}
  46. %install
  47. rm -rf $RPM_BUILD_ROOT
  48. make install DESTDIR=$RPM_BUILD_ROOT
  49. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %post -p /sbin/ldconfig
  53. %postun -p /sbin/ldconfig
  54. %post -n compat32-%{name} -p /sbin/ldconfig
  55. %postun -n compat32-%{name} -p /sbin/ldconfig
  56. %files
  57. %defattr(-,root,root,-)
  58. %{_libdir}/libpixman-1*.so.*
  59. %files devel
  60. %defattr(-,root,root,-)
  61. %dir %{_includedir}/pixman-1
  62. %{_includedir}/pixman-1/pixman.h
  63. %{_includedir}/pixman-1/pixman-version.h
  64. %{_libdir}/libpixman-1*.so
  65. %{_libdir}/pkgconfig/pixman-1.pc
  66. # compat32
  67. %if %{build_compat32}
  68. %files -n compat32-%{name}
  69. %defattr(-,root,root,-)
  70. %{_libdir}/libpixman-1*.so.*
  71. %files -n compat32-%{name}-devel
  72. %defattr(-,root,root,-)
  73. %{_libdir}/libpixman-1*.so
  74. %{_libdir}/pkgconfig/pixman-1.pc
  75. %endif
  76. %changelog
  77. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.4-1
  78. - new upstream release
  79. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.2-1
  80. - new upstream release
  81. * Mon May 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.0-1
  82. - new upstream release
  83. * Mon Apr 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.21.8-1
  84. - new upstream release
  85. * Thu Feb 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.21.6-1
  86. - new upstream release
  87. * Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.21.4-1
  88. - new upstream release
  89. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.21.2-1
  90. - new upstream release
  91. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
  92. - new upstream release
  93. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19.4-1
  94. - new upstream release
  95. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.2-3
  96. - rebuild with rpm-4.8.1 for pkg-config file agein
  97. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.18.2-2
  98. - build with rpm-4.8.1-1 for pkg-config file
  99. * Fri Jul 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.2-1
  100. - new upstream release
  101. * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.18.0-1
  102. - new upstream release
  103. * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.14-1
  104. - new upstream release
  105. * Sun Mar 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.10-1
  106. - new upstream release
  107. * Wed Feb 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.4-1
  108. - new upstream release
  109. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.2-1
  110. - new upstream release
  111. * Thu Jul 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.18-1
  112. - new upstream release
  113. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.14-2
  114. - add Patch1 to fix notification icon
  115. * Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.14-1
  116. - new upstream release
  117. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.15.4-2
  118. - added compat32 subpackage for x86_64 arch support again.
  119. * Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.4-1
  120. - new upstream release
  121. * Sat May 02 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.15.2-2
  122. - added compat32 subpackage for x86_64 arch support.
  123. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.2-1
  124. - new upstream release
  125. * Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.0-1
  126. - new upstream release
  127. * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.0-1
  128. - new upstream release
  129. * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.10-1
  130. - new upstream release
  131. * Mon Aug 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11.8-1
  132. - new upstream release
  133. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.6-1
  134. - new upstream release
  135. * Thu May 1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.0-1vl5
  136. - Initial build for Vine Linux
  137. * Thu Apr 3 2008 Soren Sandmann <sandmann@redhat.com> 0.10.0-1
  138. - Update to 0.10.0
  139. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
  140. - Autorebuild for GCC 4.3
  141. * Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-3
  142. - Third time's the charm.
  143. * Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-2
  144. - Second try.
  145. * Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-1
  146. - Update to 0.9.6 release.
  147. * Wed Sep 05 2007 Adam Jackson <ajax@redhat.com> 0.9.5-1
  148. - Update to 0.9.5 release.
  149. * Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
  150. - New snapshot
  151. * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-4.20070824
  152. - New snapshot
  153. * Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.9.0-3.20070724
  154. - rebuild for toolchain bug
  155. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-2.20070724
  156. - Re-add it, %%dir is not the same as adding a dir whole.
  157. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-1.20070724
  158. - Remove redundant header from %%files devel.
  159. * Fri May 18 2007 Adam Jackson <ajax@redhat.com> 0.9.0-0.20070724
  160. - git build so I can build git X.