Accepting request 67443 from GNOME:Next

thanks

OBS-URL: https://build.opensuse.org/request/show/67443
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=25
This commit is contained in:
Vincent Untz 2011-04-21 08:23:29 +00:00 committed by Git OBS Bridge
parent bf09dbb5dc
commit cbe257c8e4
4 changed files with 53 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1aa7a1de1c3eaf149ec0ca4bc962b8bf454f4e484abf34333d387d32c3825e6
size 1038428

3
pangomm-2.28.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c89b4460f88f8ece0e94a3332a804ca4858a3594abd84043b2898b61ab21c1b
size 1045536

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Mar 28 13:32:47 UTC 2011 - fcrozat@novell.com
- Update to version 2.28.1:
+ Avoid a tarball dependency on mm-common.
- Changes from version 2.28.0:
+ regenerated tarball due to changes in an m4 macro in mm-common.
-------------------------------------------------------------------
Wed Feb 23 13:04:08 UTC 2011 - adam@mizerski.pl
- Update to version 2.27.1:
+ LayoutIter: This now has a copy constructor.
+ Layout::get_iter(): There is now a version of this method that
returns a LayoutIter. The version with the output parameter is
now deprecated.
- Remove libsigc++2-devel and update-desktop-files BuildRequires.
- Change BuildRequires to pkgconfig() ones:
+ old ones: cairomm-devel, glibmm2-devel, pango-devel.
+ pkgconfig() ones: cairomm-1.0, glibmm-2.4, pangocairo.
- Remove explicit Requires for glibmm2-devel, cairomm-devel,
atk-devel and pango-devel in devel subpackage: they will
automatically be added the pkgconfig() way.
- Remove Requires for devel subpackage in doc subpackage: it's not
really needed.
- Pass --disable-static to configure.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 10 00:09:52 CET 2010 - vuntz@opensuse.org Fri Dec 10 00:09:52 CET 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package pangomm (Version 2.26.3) # spec file for package pangomm
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -15,51 +15,40 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # Update baselibs.conf when changing this
%define so_ver -1_4-1
Name: pangomm Name: pangomm
BuildRequires: cairomm-devel Version: 2.28.1
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: glibmm2-devel
BuildRequires: libsigc++2-devel
BuildRequires: pango-devel
BuildRequires: update-desktop-files
Version: 2.26.3
Release: 1 Release: 1
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
License: GPLv2+ ; LGPLv2.0+ License: GPLv2+ ; LGPLv2.0+
Summary: C++ interface for pango Summary: C++ interface for pango
Url: http://www.gtkmm.org Url: http://www.gtkmm.org
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
AutoReqProv: on BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkgconfig(cairomm-1.0)
BuildRequires: pkgconfig(glibmm-2.4)
BuildRequires: pkgconfig(pangocairo)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libpangomm-1_4-1 = %{version}-%{release}
%description %description
pangomm provides a C++ interface to the pango library. pangomm provides a C++ interface to the pango library.
%package -n libpangomm%{so_ver}
Authors:
--------
Murray Cumming <murrayc@usa.net>
Daniel Elstner <daniel.elstner@gmx.net>
%package -n libpangomm-1_4-1
License: GPLv2+ ; LGPLv2.0+ License: GPLv2+ ; LGPLv2.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: C++ interface for pango Summary: C++ interface for pango
%description -n libpangomm-1_4-1 %description -n libpangomm%{so_ver}
pangomm provides a C++ interface to the pango library. pangomm provides a C++ interface to the pango library.
%package devel %package devel
License: GPLv2+ ; LGPLv2.0+ License: GPLv2+ ; LGPLv2.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: C++ interface for pango Summary: C++ interface for pango -- Development Files
Requires: libpangomm-1_4-1 = %{version} glibmm2-devel cairomm-devel atk-devel pango-devel Requires: libpangomm%{so_ver} = %{version}
%description devel %description devel
pangomm provides a C++ interface to the pango library. pangomm provides a C++ interface to the pango library.
@ -67,8 +56,7 @@ pangomm provides a C++ interface to the pango library.
%package doc %package doc
License: GPLv2+ ; LGPLv2.0+ License: GPLv2+ ; LGPLv2.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: C++ interface for pango Summary: C++ interface for pango -- Developer Documentation
Requires: %{name}-devel = %{version}
%description doc %description doc
pangomm provides a C++ interface to the pango library. pangomm provides a C++ interface to the pango library.
@ -77,22 +65,22 @@ pangomm provides a C++ interface to the pango library.
%setup %setup
%build %build
%configure %configure --disable-static
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
%makeinstall %makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.la rm %{buildroot}%{_libdir}/*.la
%fdupes $RPM_BUILD_ROOT %fdupes %{buildroot}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
%post -n libpangomm-1_4-1 -p /sbin/ldconfig %post -n libpangomm%{so_ver} -p /sbin/ldconfig
%postun -n libpangomm-1_4-1 -p /sbin/ldconfig %postun -n libpangomm%{so_ver} -p /sbin/ldconfig
%files -n libpangomm-1_4-1 %files -n libpangomm%{so_ver}
%defattr (-, root, root) %defattr (-, root, root)
%doc AUTHORS NEWS README %doc AUTHORS NEWS README
%{_libdir}/*.so.* %{_libdir}/*.so.*
@ -106,8 +94,8 @@ rm -rf $RPM_BUILD_ROOT
%files doc %files doc
%defattr (-, root, root) %defattr (-, root, root)
%{_datadir}/devhelp/books/pangomm-1.4 %{_datadir}/devhelp/books/pangomm-1.4/
%{_datadir}/doc/pangomm-1.4 %{_datadir}/doc/pangomm-1.4/
# Avoid BuildRequires on devhelp # Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp %dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books %dir %{_datadir}/devhelp/books