]> git.pld-linux.org Git - packages/geany.git/blobdiff - geany.spec
- updated to 1.22
[packages/geany.git] / geany.spec
index cdac4c9912691758acbc165e29a98904a5b0ed49..029ae6a6739ab2c011c6bba3c9fd3a9a8b3aa983 100644 (file)
@@ -1,22 +1,21 @@
 Summary:       Fast and lightweight IDE using GTK+2
 Summary(pl.UTF-8):     Szybkie i lekkie IDE używające GTK+2
 Name:          geany
-Version:       0.19.1
+Version:       1.22
 Release:       1
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       http://download.geany.org/%{name}-%{version}.tar.bz2
-# Source0-md5: 5ed9623081ce2a23b9a3425b0486bba3
+# Source0-md5: 0672077fe83e2a739aa0eaca426aacf0
 Patch0:                %{name}-desktop.patch
 URL:           http://www.geany.org/
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: glib2-devel >= 1:2.20.0
+BuildRequires: gtk+2-devel >= 2:2.16.0
 BuildRequires: intltool
 BuildRequires: libstdc++-devel
-BuildRequires: libtool
 BuildRequires: pkgconfig
+BuildRequires: which
 Obsoletes:     geany-plugin-vcdiff
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -144,13 +143,8 @@ Wtyczka dzieląca okno na dwie części.
 %patch0 -p1
 
 %build
-%{__intltoolize}
-%{__libtoolize}
-%{__aclocal}
-%{__autoheader}
-%{__autoconf}
-%{__automake}
 %configure \
+       --disable-silent-rules \
        --docdir=%{_docdir}/%{name}-%{version}
 %{__make}
 
This page took 0.082261 seconds and 4 git commands to generate.