]> git.pld-linux.org Git - packages/ee.git/commitdiff
- updated to 0.3.5,
authorkloczek <kloczek@pld-linux.org>
Tue, 5 Jan 1999 19:23:33 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added LDFLAGS="-s" to ./configure enviroment,
- added --with-included-gettext to configure parameters,
- added full %attr description in %files,
- more locales (ja).

Changed files:
    ee.spec -> 1.3

ee.spec

diff --git a/ee.spec b/ee.spec
index d5d18c0f857b7dbeda6a37aa242203a9604f7846..6ca68f606ffe070c5924f686d0b5acd3646f4427 100644 (file)
--- a/ee.spec
+++ b/ee.spec
@@ -1,12 +1,12 @@
 Summary:     Electric Eyes
 Name:        ee
-Version:     0.3
-Release:     7
+Version:     0.3.5
+Release:     1
 Copyright:   GPL
 Group:       X11/Utilities
 Source:      ftp://ftp.gnome.org/pub/%{name}-%{version}.tar.gz
 URL:         http://www.gnome.org
-Requires:    imlib >= 1.8.1
+Requires:    imlib = 1.8.2
 BuildRoot:   /tmp/%{name}-%{version}-root
 
 %description
@@ -17,9 +17,10 @@ images in a variety of formats.
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
        --prefix=/usr/X11R6 \
-       --with-gnome=/usr/X11R6
+       --with-included-gettext
 make
 
 %install
@@ -32,10 +33,9 @@ strip $RPM_BUILD_ROOT/usr/X11R6/bin/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-, root, root)
-
+%defattr(644, root, root, 755)
 %doc AUTHORS ChangeLog NEWS README
-/usr/X11R6/bin/*
+%attr(755, root, root) /usr/X11R6/bin/*
 /usr/X11R6/share/gnome/help/ee
 /usr/X11R6/share/apps/Graphics/*
 
@@ -45,11 +45,19 @@ rm -rf $RPM_BUILD_ROOT
 %lang(fr) /usr/X11R6/share/locale/fr/LC_MESSAGES/ee.mo
 %lang(ga) /usr/X11R6/share/locale/ga/LC_MESSAGES/ee.mo
 %lang(it) /usr/X11R6/share/locale/it/LC_MESSAGES/ee.mo
+%lang(ja) /usr/X11R6/share/locale/ja/LC_MESSAGES/ee.mo
 %lang(ko) /usr/X11R6/share/locale/ko/LC_MESSAGES/ee.mo
 %lang(no) /usr/X11R6/share/locale/no/LC_MESSAGES/ee.mo
 %lang(pt) /usr/X11R6/share/locale/pt/LC_MESSAGES/ee.mo
 
 %changelog
+* Tue Jan 05 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.3.5-1]
+- added LDFLAGS="-s" to ./configure enviroment,
+- added --with-included-gettext to configure parameters,
+- added full %attr description in %files,
+- more locales (ja).
+
 * Sun Sep 27 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.3-7]
 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
This page took 0.182604 seconds and 4 git commands to generate.