]> git.pld-linux.org Git - packages/ee.git/blob - ee.spec
- more fixes s/striping/stripping/.
[packages/ee.git] / ee.spec
1 Summary:     Electric Eyes
2 Name:        ee
3 Version:     0.3
4 Release:     7
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.1
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" ./configure \
21         --prefix=/usr/X11R6 \
22         --with-gnome=/usr/X11R6
23 make
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 make prefix=$RPM_BUILD_ROOT/usr/X11R6 install
28
29 strip $RPM_BUILD_ROOT/usr/X11R6/bin/*
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(-, root, root)
36
37 %doc AUTHORS ChangeLog NEWS README
38 /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(ko) /usr/X11R6/share/locale/ko/LC_MESSAGES/ee.mo
49 %lang(no) /usr/X11R6/share/locale/no/LC_MESSAGES/ee.mo
50 %lang(pt) /usr/X11R6/share/locale/pt/LC_MESSAGES/ee.mo
51
52 %changelog
53 * Sun Sep 27 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
54   [0.3-7]
55 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
56 - added using %%{name} and %%{version} in Source,
57 - added full %attr description in %files,
58 - added stripping binaries,
59 - chnged install pprefix to /usr/X11R6
60 - removed COPYING from %doc (copyright statment is in Copyright field).
61
62 * Thu Sep 24 1998 Cristian Gafton <gafton@redhat.com>
63 - add again the Obsoletes tag (commented out)
64 - rebuild to link against the static gnome-libs
65
66 * Tue Sep 22 1998 Carsten Haitzler <raster@redhat.com>
67 - requires imlib 1.8
68 - more minor bug fixes.
69
70 * Fri Sep 11 1998 Cristian Gafton <gafton@redhat.com>
71 - packaged for 5.2
72
73 * Thu Aug 13 1998 Marc Ewing <marc@redhat.com>
74 - Initial spec file copied from gnome-graphics
This page took 0.072265 seconds and 4 git commands to generate.