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