diff --git a/gdl-3.1.5.tar.bz2 b/gdl-3.1.5.tar.bz2 deleted file mode 100644 index 7769dac..0000000 --- a/gdl-3.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48dbc55bc4679d61f8d593ffb5a835ff3f2acdc3d4a4766c982b963d59f9c884 -size 589085 diff --git a/gdl-3.2.0.tar.bz2 b/gdl-3.2.0.tar.bz2 new file mode 100644 index 0000000..d4222ee --- /dev/null +++ b/gdl-3.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988f715c75755fa59b55fd5127f84ace01cc2d6111c5444c67c7b1f0b9a1626b +size 588944 diff --git a/gdl.changes b/gdl.changes index 6ea1b88..d21ae63 100644 --- a/gdl.changes +++ b/gdl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 3 20:36:45 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.2.0: + + Use maintainer-mode by default + + Updated translations. +- Clean spec file using spec-cleaner and fix files section. + ------------------------------------------------------------------- Sat Aug 13 17:14:44 CEST 2011 - dimstar@opensuse.org diff --git a/gdl.spec b/gdl.spec index df820b9..434fd4f 100644 --- a/gdl.spec +++ b/gdl.spec @@ -15,23 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: gdl +Version: 3.2.0 +Release: 1 +License: LGPLv2.1+ +Summary: Gnome Devtool Libraries contains components and libraries +Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/ +Group: System/Libraries +Source: http://download.gnome.org/sources/gdl/3.2/%{name}-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: gtk3-devel BuildRequires: intltool BuildRequires: libxml2-devel BuildRequires: translation-update-upstream -License: LGPLv2.1+ -Group: System/Libraries -Version: 3.1.5 -Release: 1 -Summary: Gnome Devtool Libraries contains components and libraries -Source: http://download.gnome.org/sources/gdl/3.1/%{name}-%{version}.tar.bz2 -Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -70,20 +69,20 @@ translation-update-upstream %build %configure -make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 -%install +%install %makeinstall -rm $RPM_BUILD_ROOT/%{_libdir}/*.la +rm %{buildroot}%{_libdir}/*.la %find_lang %{name}-3 -%fdupes -s $RPM_BUILD_ROOT +%fdupes -s %{buildroot} %post -n libgdl-3-1 -p /sbin/ldconfig %postun -n libgdl-3-1 -p /sbin/ldconfig %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -n libgdl-3-1 %defattr(-, root, root) @@ -98,10 +97,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so %{_datadir}/gir-1.0/Gdl-3.gir -# Own these repositories to not depend on gtk-doc while building: -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html -%{_datadir}/gtk-doc/html/* +%{_datadir}/gtk-doc/html/gdl-3.0/ %files lang -f %{name}-3.lang