vine-logos-vl.spec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Name: vine-logos
  2. Summary: Vine Linux Logo files
  3. Summary(ja): Vine Linux のロゴファイル
  4. Version: 2.0.0
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Base
  7. Source0: %{name}-%{version}.tar.bz2
  8. License: Copyright 1999-2011 Project Vine, all rights reserved
  9. Buildroot: %{_tmppath}/%{name}-%{name}-root
  10. BuildArchitectures: noarch
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. %description
  14. This package includes Vine Linux logo files.
  15. "Vine Linux" and "Vine Linux Logo" is the registered tredemark of
  16. Project Vine and Vine Caves, Ltd.
  17. %description -l ja
  18. このパッケージには Vine Linux のロゴファイルが含まれています。
  19. 「Vine Linux」および「Vine Linux ロゴ」は Project Vine および
  20. VineCaves, Ltd. の登録商標です。
  21. %prep
  22. %setup -q
  23. %build
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine
  27. for i in *; do
  28. install -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine
  29. done
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root)
  34. %{_datadir}/pixmaps/vine
  35. %changelog
  36. * Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-1
  37. - add new logos
  38. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
  39. - applied new versioning policy, spec in utf-8
  40. * Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-0vl4
  41. - rebuild to add gpg sign
  42. - use License:
  43. * Sat Jul 19 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl3
  44. - use rpmmacros
  45. * Sat Jan 6 2001 Tomoya TAKA <tomoya@olive.plala.or.jp> 1.2.1-0vl2
  46. - replaced vine-gnome-splash2.png and vlogo012.png with new ones
  47. Thanks to Mr.lain <distortion@coolbrain.net>
  48. * Sat Dec 9 2000 Jun Nishii <jun@vinelinux.org>
  49. - 1.2.1-0vl1
  50. - rename vine-gnome-splash.png as vine-gnome-splash2.png
  51. - add vine-gnome-splash.png by Mr. Furukawa, originally merged in gnome-core
  52. * Mon Dec 4 2000 Jun Nishii <jun@vinelinux.org>
  53. - 1.2-0vl1
  54. - added vlogo012.png and vine-gnome-splash.png by Mr.lain <distortion@coolbrain.net>
  55. * Mon Dec 4 2000 Jun Nishii <jun@vinelinux.org>
  56. - 1.1-0vl1
  57. - added vlogo003.png by Mr.lain <distortion@coolbrain.net>
  58. * Wed Jan 5 2000 Jun Nishii <jun@vinelinux.org>
  59. - change group
  60. * Sat Nov 13 1999 Jun Nishii <jun@flatout.org>
  61. - improve some logos
  62. * Tue Apr 20 1999 Jun Nishii <jun@flatout.org>
  63. - modified for Vine Linux
  64. * Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
  65. - added 48 pixel rounded logo image for gmc use
  66. * Mon Mar 29 1999 Preston Brown <pbrown@redhat.com>
  67. - package created