]> git.pld-linux.org Git - packages/ee.git/blob - ee.spec
- updated to 0.3.5,
[packages/ee.git] / ee.spec
1 Summary:     Electric Eyes
2 Name:        ee
3 Version:     0.3.5
4 Release:     1
5 Copyright:   GPL
6 Group:       X11/Utilities
7 Source:      ftp://ftp.gnome.org/pub/%{name}-%{version}.tar.gz
8 URL:         http://www.gnome.org
9 Requires:    imlib = 1.8.2
10 BuildRoot:   /tmp/%{name}-%{version}-root
11
12 %description
13 The Electric Eyes image viewer lets you view and manipulate
14 images in a variety of formats.
15
16 %prep
17 %setup -q
18
19 %build
20 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
21 ./configure \
22         --prefix=/usr/X11R6 \
23         --with-included-gettext
24 make
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 make prefix=$RPM_BUILD_ROOT/usr/X11R6 install
29
30 strip $RPM_BUILD_ROOT/usr/X11R6/bin/*
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644, root, root, 755)
37 %doc AUTHORS ChangeLog NEWS README
38 %attr(755, root, root) /usr/X11R6/bin/*
39 /usr/X11R6/share/gnome/help/ee
40 /usr/X11R6/share/apps/Graphics/*
41
42 %lang(de) /usr/X11R6/share/locale/de/LC_MESSAGES/ee.mo
43 %lang(es) /usr/X11R6/share/locale/es/LC_MESSAGES/ee.mo
44 %lang(fi) /usr/X11R6/share/locale/fi/LC_MESSAGES/ee.mo
45 %lang(fr) /usr/X11R6/share/locale/fr/LC_MESSAGES/ee.mo
46 %lang(ga) /usr/X11R6/share/locale/ga/LC_MESSAGES/ee.mo
47 %lang(it) /usr/X11R6/share/locale/it/LC_MESSAGES/ee.mo
48 %lang(ja) /usr/X11R6/share/locale/ja/LC_MESSAGES/ee.mo
49 %lang(ko) /usr/X11R6/share/locale/ko/LC_MESSAGES/ee.mo
50 %lang(no) /usr/X11R6/share/locale/no/LC_MESSAGES/ee.mo
51 %lang(pt) /usr/X11R6/share/locale/pt/LC_MESSAGES/ee.mo
52
53 %changelog
54 * Tue Jan 05 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
55   [0.3.5-1]
56 - added LDFLAGS="-s" to ./configure enviroment,
57 - added --with-included-gettext to configure parameters,
58 - added full %attr description in %files,
59 - more locales (ja).
60
61 * Sun Sep 27 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
62   [0.3-7]
63 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
64 - added using %%{name} and %%{version} in Source,
65 - added full %attr description in %files,
66 - added stripping binaries,
67 - chnged install pprefix to /usr/X11R6
68 - removed COPYING from %doc (copyright statment is in Copyright field).
69
70 * Thu Sep 24 1998 Cristian Gafton <gafton@redhat.com>
71 - add again the Obsoletes tag (commented out)
72 - rebuild to link against the static gnome-libs
73
74 * Tue Sep 22 1998 Carsten Haitzler <raster@redhat.com>
75 - requires imlib 1.8
76 - more minor bug fixes.
77
78 * Fri Sep 11 1998 Cristian Gafton <gafton@redhat.com>
79 - packaged for 5.2
80
81 * Thu Aug 13 1998 Marc Ewing <marc@redhat.com>
82 - Initial spec file copied from gnome-graphics
This page took 0.052624 seconds and 4 git commands to generate.