]> git.pld-linux.org Git - packages/epiphany.git/commitdiff
- version 0.6.1 epiphany-0_6_1-1
authoraflinta <aflinta@pld-linux.org>
Sun, 18 May 2003 20:51:59 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany.spec -> 1.7

epiphany.spec

index 2e03a604ef8af15827f1b1ef041745662d9f052e..32a5afa3c74045ba1eb0b243b311cda44c5e68b5 100644 (file)
@@ -1,11 +1,12 @@
 
-%define                minmozver       1.4a
-%define                snap            20030315
+%define                minmozver       1.4b
+%define                snap            20030518
 
 Summary:       Epiphany - gecko-based GNOME web browser
 Summary(pl):   Epiphany - przeglĀ±darka WWW dla GNOME
 Name:          epiphany
-Version:       0.6.0
+Version:       0.6.1
+#Release:      1.%{snap}.1
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
@@ -62,9 +63,11 @@ intltoolize --copy --force
 
 %configure \
        --disable-schemas-install \
-       --enable-nautilus-view=yes
+       --enable-nautilus-view=yes \
+       --with-mozilla-snapshot=1.4b
 
-%{__make}
+# CFLAGS is a hack for gcc 3.3" 
+%{__make} CFLAGS="%{rpmcflags} -fno-strict-aliasing"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.038658 seconds and 4 git commands to generate.