]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- updated to snap 20030330, this snap seems to be more stable than pure version 2.3.1
authoraflinta <aflinta@pld-linux.org>
Sun, 30 Mar 2003 20:57:23 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GConf2.spec -> 1.50

GConf2.spec

index 381ccea338f19bdd140bce32f4bf7f12ddadcb96..a9fb90224bac7836327dc488e1b017cc5bb26cf2 100644 (file)
@@ -1,12 +1,16 @@
+
+%define                snap            20030330
+
 Summary:       GNOME2 configuration database system
 Summary(pl):   System konfiguracyjnej bazy danych dla GNOME2
 Summary(pt_BR):        Sistema de Configuração do GNOME2
 Name:          GConf2
 Version:       2.3.1
-Release:       1
+Release:       1.%{snap}
 License:       LGPL
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/GConf/2.3/GConf-%{version}.tar.bz2
+Source0:       %{name}-%{version}-%{snap}.tar.bz2
+#Source0:      http://ftp.gnome.org/pub/GNOME/sources/GConf/2.3/GConf-%{version}.tar.bz2
 Patch0:                %{name}-NO_MAJOR_VERSION.patch
 Patch1:                %{name}-am.patch
 Patch2:                %{name}-path.patch
@@ -80,7 +84,8 @@ Biblioteki statyczne GConf2.
 Bibliotecas estáticas para desenvolvimento com gconf
 
 %prep
-%setup -q -n GConf-%{version}
+%setup -q
+#%%setup -q -n GConf-%{version}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -88,10 +93,12 @@ Bibliotecas est
 
 %build
 rm -f missing acinclude.m4
+glib-gettextize --copy --force
 %{__libtoolize}
 %{__aclocal}
-%{__autoconf}
+%{__autoheader}
 %{__automake}
+%{__autoconf}
 %configure \
        --with-html-dir=%{_gtkdocdir} \
 %ifarch ppc
This page took 0.104438 seconds and 4 git commands to generate.