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