]> git.pld-linux.org Git - packages/genius.git/blobdiff - genius.spec
- updated to 0.6.0
[packages/genius.git] / genius.spec
index 455e964328b25792f9afd1f4e51b6945ff62c2a5..c17c347c824e23fa7583db02578209ee4bd97bf4 100644 (file)
@@ -1,24 +1,27 @@
 Summary:       General tool for mathematics
 Summary(pl):   Rozbudowane narzêdzie matematyczne
 Name:          genius
-Version:       0.5.5
-Release:       2
+Version:       0.6.0
+Release:       1
 License:       GPL
 Group:         X11/Applications
-# Source0-md5: 2819bd0c281a367a890ac631eb61a665
-Source0:       http://ftp.gnome.org/pub/gnome/sources/genius/0.5/%{name}-%{version}.tar.bz2
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
+# Source0-md5: ca25680a37762182bd60d9196f3e0b66
 Patch0:                %{name}-am.patch
 Patch1:                %{name}-termcap.patch
+Patch2:                %{name}-locale-names.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
 BuildRequires: flex
-BuildRequires: gettext-devel
-BuildRequires: intltool
-BuildRequires: libgnomeui-devel >= 2.3.3.1-2
+BuildRequires: gmp-devel
+BuildRequires: gtksourceview-devel >= 0.3.0
+BuildRequires: intltool >= 0.21
+BuildRequires: libglade2-devel >= 2.0.1
+BuildRequires: libgnomeui-devel >= 2.4.0
 BuildRequires: libtool
 BuildRequires: ncurses-devel
-BuildRequires: vte-devel
+BuildRequires: vte-devel >= 0.8.19
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,7 +42,7 @@ precyzji, liczby ca
 Summary:       genius header files
 Summary(pl):   Pliki nag³ówkowe genius
 Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Genius header files.
@@ -51,6 +54,9 @@ Pliki nag
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+mv po/{no,nb}.po
 
 %build
 rm -f missing acinclude.m4
@@ -61,7 +67,10 @@ intltoolize --copy --force
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable-static        
+       --disable-static \
+       --enable-gtksourceview \
+       --enable-gnome
+
 %{__make}
 
 %install
@@ -69,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
-       
+
 %find_lang %{name} --with-gnome --all-name
 
 %post -p /sbin/ldconfig
This page took 0.07036 seconds and 4 git commands to generate.