]> git.pld-linux.org Git - packages/gdl.git/blobdiff - gdl.spec
- 0.6.1, added broken_locale.patch, bleeding edge deps
[packages/gdl.git] / gdl.spec
index 70d456958da8a8e9aa0b94b2fe18dcb8a43274aa..e82a4b7565c598ccec423c0e8c7ba0cf0fab8ffc 100644 (file)
--- a/gdl.spec
+++ b/gdl.spec
@@ -1,23 +1,23 @@
 Summary:       GNOME Devtool Libraries
 Summary(pl):   Biblioteki GNOME Devtool
 Name:          gdl
-Version:       0.5.0
+Version:       0.6.1
 Release:       1
 License:       GPL
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/gdl/0.5/%{name}-%{version}.tar.bz2
-# Source0-md5: 16971189d8a8cb359bc83a384ac440ec
+Source0:       http://ftp.gnome.org/pub/gnome/sources/gdl/0.6/%{name}-%{version}.tar.bz2
+# Source0-md5: 6d902981efe30950af8f5033d937c270
+Patch0:                %{name}-broken_locale.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: gnome-common >= 2.8.0
+BuildRequires: gnome-common >= 2.12.0
 BuildRequires: intltool
 BuildRequires: libbonoboui-devel >= 2.2.0
-BuildRequires: libglade2-devel >= 2.0.0
-BuildRequires: libgnomeui-devel >= 2.2.0
+BuildRequires: libglade2-devel >= 1:2.5.1
+BuildRequires: libgnomeui-devel >= 2.15.1
 BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,7 +41,7 @@ idl).
 Summary:       Header files for gdl development
 Summary(pl):   Pliki nag³ówkowe do biblioteki gdl
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 This package contains the header files needed to develop programs that
@@ -55,7 +55,7 @@ u
 Summary:       Static libraries for gdl development
 Summary(pl):   Statyczne biblioteki gdl
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 This package contains the static gdl libraries.
@@ -65,9 +65,11 @@ Pakiet zawiera statyczne biblioteki gdl.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -81,8 +83,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
-
 %find_lang %{name}-1 --with-gnome
 
 %clean
@@ -96,7 +96,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %{_datadir}/gdl
-%{_datadir}/idl/libgdl-1.0
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.126342 seconds and 4 git commands to generate.