]> git.pld-linux.org Git - packages/pangomm.git/commitdiff
- up to 2.28.0 (merged from DEVEL) auto/th/pangomm-2_28_0-1
authorArtur Frysiak <artur@frysiak.net>
Thu, 24 Mar 2011 09:57:09 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pangomm.spec -> 1.13

pangomm.spec

index 92dffa166f5cdae773ba123e3fdf36ca84ae4a48..2ad1c877d0184addb302027b9a910495457a5eda 100644 (file)
@@ -4,15 +4,15 @@
 Summary:       A C++ interface for pango library
 Summary(pl.UTF-8):     Interfejs C++ dla biblioteki pango
 Name:          pangomm
-Version:       2.26.3
+Version:       2.28.0
 Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: 1f2712d53918cfb4745c291a67b86156
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.28/%{name}-%{version}.tar.bz2
+# Source0-md5: 524c3c7da1c0b728970592880af36def
 URL:           http://www.gtkmm.org/
 BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1:1.9
+BuildRequires: automake >= 1:1.11
 BuildRequires: cairomm-devel >= 1.6.3
 BuildRequires: glibmm-devel >= 2.22.0
 BuildRequires: libstdc++-devel
@@ -87,6 +87,7 @@ Dokumentacja API biblioteki pangomm.
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        --enable-static
 %{__make}
 
@@ -96,6 +97,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -112,7 +115,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpangomm-%{apiver}.so
 %{_includedir}/pangomm-%{apiver}
-%{_libdir}/libpangomm-%{apiver}.la
 %{_libdir}/pangomm-%{apiver}
 %{_pkgconfigdir}/pangomm-%{apiver}.pc
 
This page took 0.029801 seconds and 4 git commands to generate.