From 6f6a070836ebf2e79f6acb870dd69b8815290bc980fbbdebbb7455dd0fbb4566 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Jul 2011 07:35:52 +0000 Subject: [PATCH] Accepting request 75811 from home:vuntz:branches:GNOME:Factory Stop using _service OBS-URL: https://build.opensuse.org/request/show/75811 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=28 --- _service | 8 -- _service:set_version:pangomm.spec | 103 ------------------ ...m-2.28.2.tar.bz2 => pangomm-2.28.2.tar.bz2 | 0 pangomm.changes | 6 + pangomm.spec | 2 +- 5 files changed, 7 insertions(+), 112 deletions(-) delete mode 100644 _service delete mode 100644 _service:set_version:pangomm.spec rename _service:download_url:pangomm-2.28.2.tar.bz2 => pangomm-2.28.2.tar.bz2 (100%) diff --git a/_service b/_service deleted file mode 100644 index 24f5ff0..0000000 --- a/_service +++ /dev/null @@ -1,8 +0,0 @@ - - - http - ftp.gnome.org - /pub/GNOME/sources/pangomm/2.28/pangomm-2.28.2.tar.bz2 - - - diff --git a/_service:set_version:pangomm.spec b/_service:set_version:pangomm.spec deleted file mode 100644 index ade7081..0000000 --- a/_service:set_version:pangomm.spec +++ /dev/null @@ -1,103 +0,0 @@ -# -# spec file for package pangomm -# -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -# Update baselibs.conf when changing this -%define so_ver -1_4-1 - -Name: pangomm -Version: 2.28.2 -Release: 0 -Group: Development/Libraries/C and C++ -License: GPLv2+ ; LGPLv2.0+ -Summary: C++ interface for pango -Url: http://www.gtkmm.org -Source: %{name}-%{version}.tar.bz2 -BuildRequires: fdupes -BuildRequires: gcc-c++ -BuildRequires: pkgconfig(cairomm-1.0) -BuildRequires: pkgconfig(glibmm-2.4) -BuildRequires: pkgconfig(pangocairo) -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -pangomm provides a C++ interface to the pango library. - -%package -n libpangomm%{so_ver} -License: GPLv2+ ; LGPLv2.0+ -Group: Development/Libraries/C and C++ -Summary: C++ interface for pango - -%description -n libpangomm%{so_ver} -pangomm provides a C++ interface to the pango library. - -%package devel -License: GPLv2+ ; LGPLv2.0+ -Group: Development/Libraries/C and C++ -Summary: C++ interface for pango -- Development Files -Requires: libpangomm%{so_ver} = %{version} - -%description devel -pangomm provides a C++ interface to the pango library. - -%package doc -License: GPLv2+ ; LGPLv2.0+ -Group: Development/Libraries/C and C++ -Summary: C++ interface for pango -- Developer Documentation - -%description doc -pangomm provides a C++ interface to the pango library. - -%prep -%setup - -%build -%configure --disable-static -make %{?jobs:-j%jobs} - -%install -%makeinstall -rm %{buildroot}%{_libdir}/*.la -%fdupes %{buildroot} - -%clean -rm -rf %{buildroot} - -%post -n libpangomm%{so_ver} -p /sbin/ldconfig - -%postun -n libpangomm%{so_ver} -p /sbin/ldconfig - -%files -n libpangomm%{so_ver} -%defattr (-, root, root) -%doc AUTHORS NEWS README -%{_libdir}/*.so.* - -%files devel -%defattr (-, root, root) -%{_includedir}/* -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc -%{_libdir}/pangomm-1.4 - -%files doc -%defattr (-, root, root) -%{_datadir}/devhelp/books/pangomm-1.4/ -%{_datadir}/doc/pangomm-1.4/ -# Avoid BuildRequires on devhelp -%dir %{_datadir}/devhelp -%dir %{_datadir}/devhelp/books - -%changelog diff --git a/_service:download_url:pangomm-2.28.2.tar.bz2 b/pangomm-2.28.2.tar.bz2 similarity index 100% rename from _service:download_url:pangomm-2.28.2.tar.bz2 rename to pangomm-2.28.2.tar.bz2 diff --git a/pangomm.changes b/pangomm.changes index d6bad89..71b7973 100644 --- a/pangomm.changes +++ b/pangomm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 8 01:31:25 CEST 2011 - vuntz@opensuse.org + +- Stop using source service to download the tarball, as Factory + will move away from this. + ------------------------------------------------------------------- Fri Apr 29 23:04:16 UTC 2011 - dimstar@opensuse.org diff --git a/pangomm.spec b/pangomm.spec index 5506611..da180bf 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -19,7 +19,7 @@ %define so_ver -1_4-1 Name: pangomm -Version: 2.28.1 +Version: 2.28.2 Release: 1 Group: Development/Libraries/C and C++ License: GPLv2+ ; LGPLv2.0+