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