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