From 9c53f9aa3efc15ce18c62d7c3fd541abc35123ae Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: May 01 2013 03:00:30 +0000 Subject: import pangomm-2.34.0-1.el7.src.rpm --- diff --git a/.pangomm.metadata b/.pangomm.metadata new file mode 100644 index 0000000..1a146c0 --- /dev/null +++ b/.pangomm.metadata @@ -0,0 +1 @@ +15d89717a390a0c78c01871190c8febd29dad684 SOURCES/pangomm-2.34.0.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/pangomm.spec b/SPECS/pangomm.spec new file mode 100644 index 0000000..f9efc1a --- /dev/null +++ b/SPECS/pangomm.spec @@ -0,0 +1,178 @@ +%define apiver 1.4 +# first two digits of version +%define release_version %(echo %{version} | awk -F. '{print $1"."$2}') + +Name: pangomm +Version: 2.34.0 +Release: 1%{?dist} +Summary: C++ interface for Pango + +Group: System Environment/Libraries +License: LGPLv2+ +URL: http://www.gtkmm.org/ +Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/%{release_version}/%{name}-%{version}.tar.xz + +BuildRequires: glibmm24-devel >= 2.14.1 +BuildRequires: cairomm-devel >= 1.2.2 +BuildRequires: pango-devel >= 1.23.0 +BuildRequires: doxygen graphviz + + +%description +pangomm provides a C++ interface to the Pango library. Highlights +include typesafe callbacks, widgets extensible via inheritance and a +comprehensive set of widget classes that can be freely combined to +quickly create complex user interfaces. + + +%package devel +Summary: Headers for developing programs that will use %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package contains the libraries and header files needed for +developing pangomm applications. + + +%package doc +Summary: Developer's documentation for the pangomm library +Group: Documentation +BuildArch: noarch +Requires: %{name} = %{version}-%{release} +Requires: libsigc++20-doc +Requires: glibmm24-doc + +%description doc +This package contains developer's documentation for the pangomm +library. Pangomm is the C++ API for the Pango font layout library. + +The documentation can be viewed either through the devhelp +documentation browser or through a web browser. + +%prep +%setup -q + + +%build +%configure --disable-static +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" + +find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' + + +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + +%files +%doc AUTHORS ChangeLog COPYING NEWS README +%{_libdir}/*.so.* + + +%files devel +%{_includedir}/pangomm-%{apiver} +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +%{_libdir}/pangomm-%{apiver} + +%files doc +%doc %{_docdir}/pangomm-%{apiver}/ +%{_datadir}/devhelp/ + +%changelog +* Mon Apr 29 2013 Kalev Lember - 2.34.0-1 +- Update to 2.34.0 + +* Thu Feb 14 2013 Fedora Release Engineering - 2.28.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 2.28.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Feb 27 2012 Kalev Lember - 2.28.4-1 +- Update to 2.28.4 + +* Fri Jan 13 2012 Fedora Release Engineering - 2.28.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Sep 27 2011 Ray - 2.28.3-1 +- Update to 2.28.3 + +* Thu Mar 31 2011 Kalev Lember - 2.28.2-1 +- Update to 2.28.2 + +* Fri Mar 25 2011 Kalev Lember - 2.28.1-1 +- Update to 2.28.1 +- Removed old obsoletes for gtkmm24 + +* Wed Mar 02 2011 Kalev Lember - 2.27.1-3 +- Own /usr/share/doc/pangomm-1.4/ dir +- Require base package from -doc subpackage + +* Mon Feb 21 2011 Haïkel Guémar - 2.27.1-2 +- split doc into subpackage +- fix documentation location +- co-own /usr/share/devhelp + +* Tue Feb 08 2011 Fedora Release Engineering - 2.27.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Jan 13 2011 Kalev Lember - 2.27.1-1 +- Update to 2.27.1 +- Use macro for figuring out first two digits of version + +* Wed Sep 29 2010 jkeating - 2.26.2-3 +- Rebuilt for gcc bug 634757 + +* Tue Sep 14 2010 Kalev Lember - 2.26.2-2 +- Co-own /usr/share/gtk-doc/ directory (#604407) +- Dropped pkgconfig dep from -devel subpackage which is now automatically added + +* Mon Jul 05 2010 Kalev Lember - 2.26.2-1 +- Update to 2.26.2 + +* Tue Apr 13 2010 Haïkel Guémar -2.26.0-2 +- Rebuilt for F-13 + +* Fri Sep 25 2009 Denis Leroy - 2.26.0-1 +- Update to upstream 2.26.0 + +* Mon Sep 14 2009 Denis Leroy - 2.25.1.3-1 +- Update to upstream 2.25.1.3 +- Package pangomm libdir directory with config include header +- Fix documentation location + +* Sat Jul 25 2009 Fedora Release Engineering - 2.24.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Apr 1 2009 Denis Leroy - 2.24.0-1 +- Update to upstream 2.24.0 + +* Thu Feb 26 2009 Fedora Release Engineering - 2.14.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Nov 26 2008 Denis Leroy - 2.14.1-1 +- Update to 2.14.1 +- Devhelp patch upstreamed + +* Sun Oct 12 2008 Denis Leroy - 2.14.0-2 +- Added patch to fix devhelp main page + +* Tue Sep 23 2008 Denis Leroy - 2.14.0-1 +- Update to stable 2.14.0 + +* Fri Aug 29 2008 Denis Leroy - 2.13.7-3 +- Obsoletes older gtkmm to avoid libpangomm conflict + +* Wed Aug 27 2008 Denis Leroy - 2.13.7-2 +- Spec review fixes + +* Mon Aug 25 2008 Denis Leroy - 2.13.7-1 +- First version