]> git.pld-linux.org Git - packages/gdl.git/commitdiff
- updated to 2.30.0 auto/th/gdl-2_30_0-1 auto/ti/gdl-2_30_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 1 Apr 2010 08:42:10 +0000 (08:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdl.spec -> 1.39

gdl.spec

index c383349febecca0c989922336f759a2ce63098fb..2a6dbe57bfa48c80b3c700d4940840936d8c2e2e 100644 (file)
--- a/gdl.spec
+++ b/gdl.spec
@@ -1,12 +1,12 @@
 Summary:       GNOME Devtool Libraries
 Summary(pl.UTF-8):     Biblioteki GNOME Devtool
 Name:          gdl
-Version:       2.28.2
-Release:       3
+Version:       2.30.0
+Release:       1
 License:       GPL v2+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gdl/2.28/%{name}-%{version}.tar.bz2
-# Source0-md5: 8070b7effb3ca80e7f4f0c90924f6718
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gdl/2.30/%{name}-%{version}.tar.bz2
+# Source0-md5: ce4eef03a36bf6abd9f8cbad4806d7b8
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: docbook-dtd412-xml
@@ -17,6 +17,7 @@ BuildRequires:        intltool >= 0.40.0
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 1:2.6.26
 BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
 # sr@Latn vs. sr@latin
 Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -81,6 +82,9 @@ Dokumentacja API biblioteki gdl.
 %prep
 %setup -q
 
+sed -i -e 's/^en@shaw//' po/LINGUAS
+rm -f po/en@shaw.po
+
 %build
 %{__glib_gettextize}
 %{__gtkdocize}
@@ -91,6 +95,7 @@ Dokumentacja API biblioteki gdl.
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        --with-html-dir=%{_gtkdocdir} \
        --enable-gtk-doc \
        --enable-static
This page took 0.082455 seconds and 4 git commands to generate.