source: projects/specs/trunk/e/ee/ee-vl.spec @ 521

Revision 521, 3.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1# Note that this is NOT a relocatable package
2%define ver     0.3.12
3%define rel     2%{?_dist_release}
4
5Summary:        The Electric Eyes image viewer application.
6Summary(ja):    Electric Eyes イメージビューワー
7Name:           ee
8Version:        %{ver}
9Release:        %{rel}
10License:        GPL
11Group:          Applications/Graphics
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13URL:            http://www.gnome.org
14
15#Conflicts:     gnome-core < 1.0.69
16BuildRequires:  ORBit-devel
17BuildRequires:  gtk+-devel
18BuildRequires:  gnome-libs-devel >= 1.4.2-2vl5
19BuildRequires:  imlib-devel >= 1.9.2
20
21Source:         ftp://ftp.gnome.org/pub/GNOME/stable/sources/%{name}/%{name}-%{ver}.tar.gz
22Source1:        ee-stdimg-new.xpm
23Source2:        gnome-ee.png
24
25%description
26The ee package contains the Electric Eyes image viewer for the GNOME
27desktop environment.  Electric Eyes is primary an image viewer, but it
28also allows many types of image manipulations.  Electric Eyes can
29handle almost any type of image.
30
31Install the ee package if you need an image viewer.
32
33%description -l ja
34
35ee パッケージは GNOME デスクトップ環境用ののエレクトリックアイズを
36収録しています。エレクトリックアイズは本来イメージビューワーですが、
37いくつかの画像タイプの加工が可能であり、エレクトリックアイズはほと
38んどのタイプのイメージを取扱可能です。
39
40イメージビューワーが必要なら ee パッケージをインストールしてください。
41
42%prep
43%setup -q
44
45# insert new rh logo image
46cp %{SOURCE1} stdimg.xpm
47
48%build
49%configure
50make
51
52%install
53[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
54
55%makeinstall
56
57mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/
58install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/gnome-ee.png
59
60%clean
61[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(-, root, root)
65%doc AUTHORS COPYING ChangeLog NEWS README
66%{_bindir}/*
67%{_datadir}/locale/*/*/*
68%{_datadir}/gnome/*
69%{_datadir}/mime-info/*
70%{_datadir}/pixmaps/*
71
72%changelog
73* Sun May  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.12-2
74- rebuilt with gnome-libs-1.4.2-2vl5 (linking with db-4.6.21)
75
76* Wed Aug 27 2008 Shu KONNO <owa@bg.wakwak.com> 0.3.12-1vl5
77- applied new versioning policy, spec in utf-8
78
79* Sat Jul 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.12-0vl6
80- removed Conflicts: gnome-core
81- changed Group to Applications/Graphics
82
83* Sat Jul  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.12-0vl5
84- s/Copyright/License/
85
86* Sun Nov  7 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.12-0vl4
87- rebuilt with db4-4.2.52
88
89* Mon Apr 14 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.3.12-0vl3
90- rebuild
91
92* Thu Apr 19 2001 <sagami@vinelinux.org>
93- install gnome-ee.png correctly
94
95* Wed Mar 28 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.3.12-0vl1
96- New upstream release.
97- Use rpmmacros.
98
99* Wed Jun  7 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
100- added old gnome-ee.png for gnome 1.2
101
102* Tue Sep 30 1999 Kazuhito Nishi <nishi@imasy.or.jp>
103- First try at a spec file for Vine
104
105* Fri Sep 24 1999 Michael Fulbright <drmike@redhat.com>
106- updated Red Hat logo
107
108* Mon Aug 30 1999 Elliot Lee <sopwith@redhat.com>
109- version 0.3.10
110
111* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
112- version 0.3.8
113
114* Mon Feb 08 1999 Michael Fulbright <drmike@redhat.com>
115- version 0.3.7
116
117* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
118- rebuilt for gtk+ 1.1.12
119
120* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
121- updated for GNOME freeze
122
123* Tue Sep 22 1998 Carsten Haitzler <raster@redhat.com>
124- requires imlib 1.8.1
125- more minor bug fixes.
126
127* Fri Sep 11 1998 Cristian Gafton <gafton@redhat.com>
128- stuff
129
130* Thu Aug 13 1998 Marc Ewing <marc@redhat.com>
131- Initial spec file copied from gnome-graphics
132
Note: See TracBrowser for help on using the repository browser.