vine-logos-vl.spec 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. Packager: daisuke
  24. %prep
  25. %setup -q
  26. %build
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine
  30. for i in *; do
  31. install -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine
  32. done
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %files
  36. %defattr(-,root,root)
  37. %{_datadir}/pixmaps/vine
  38. %changelog
  39. * Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-1
  40. - add new logos
  41. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
  42. - applied new versioning policy, spec in utf-8
  43. * Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-0vl4
  44. - rebuild to add gpg sign
  45. - use License:
  46. * Sat Jul 19 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl3
  47. - use rpmmacros
  48. * Sat Jan 6 2001 Tomoya TAKA <tomoya@olive.plala.or.jp> 1.2.1-0vl2
  49. - replaced vine-gnome-splash2.png and vlogo012.png with new ones
  50. Thanks to Mr.lain <distortion@coolbrain.net>
  51. * Sat Dec 9 2000 Jun Nishii <jun@vinelinux.org>
  52. - 1.2.1-0vl1
  53. - rename vine-gnome-splash.png as vine-gnome-splash2.png
  54. - add vine-gnome-splash.png by Mr. Furukawa, originally merged in gnome-core
  55. * Mon Dec 4 2000 Jun Nishii <jun@vinelinux.org>
  56. - 1.2-0vl1
  57. - added vlogo012.png and vine-gnome-splash.png by Mr.lain <distortion@coolbrain.net>
  58. * Mon Dec 4 2000 Jun Nishii <jun@vinelinux.org>
  59. - 1.1-0vl1
  60. - added vlogo003.png by Mr.lain <distortion@coolbrain.net>
  61. * Wed Jan 5 2000 Jun Nishii <jun@vinelinux.org>
  62. - change group
  63. * Sat Nov 13 1999 Jun Nishii <jun@flatout.org>
  64. - improve some logos
  65. * Tue Apr 20 1999 Jun Nishii <jun@flatout.org>
  66. - modified for Vine Linux
  67. * Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
  68. - added 48 pixel rounded logo image for gmc use
  69. * Mon Mar 29 1999 Preston Brown <pbrown@redhat.com>
  70. - package created