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