source: projects/specs/trunk/v/vine-logos/vine-logos-vl.spec @ 3573

Revision 3573, 2.5 KB checked in by daisuke, 13 years ago (diff)

vine-logos: update to 2.0.0

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