]> git.pld-linux.org Git - packages/gtkmm.git/commitdiff
- BR/R stable pangomm (2.28.0) auto/th/gtkmm-2_24_0-1
authorArtur Frysiak <artur@frysiak.net>
Thu, 24 Mar 2011 10:18:12 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rename doc subpackage to apidocs
- rel. 1

Changed files:
    gtkmm.spec -> 1.141

gtkmm.spec

index 5abd12ee38f40a48c22a269bfaf61c8b5d180a54..40ecd22cf957b88435ed8b73f7093e9d0b3a3d8c 100644 (file)
@@ -6,7 +6,7 @@ Summary:        A C++ interface for the GTK+ (a GUI library for X)
 Summary(pl.UTF-8):     Wrapper C++ dla GTK+
 Name:          gtkmm
 Version:       2.24.0
-Release:       0.1
+Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/%{name}-%{version}.tar.bz2
@@ -22,14 +22,14 @@ BuildRequires:      libsigc++-devel
 BuildRequires: libstdc++-devel >= 5:3.3.1
 BuildRequires: libtool >= 2:1.4d-3
 BuildRequires: mm-common >= 0.8
-BuildRequires: pangomm-devel >= 2.27.1
+BuildRequires: pangomm-devel >= 2.28.0
 BuildRequires: perl-base >= 1:5.6.0
 BuildRequires: pkgconfig
 Requires:      atkmm >= 2.22.0
 Requires:      cairomm >= 1.6.3
 Requires:      glibmm >= 2.24.0
 Requires:      gtk+2 >= 2:2.20.0
-Requires:      pangomm >= 2.26.0
+Requires:      pangomm >= 2.28.0
 Obsoletes:     Gtk--
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -54,7 +54,7 @@ Requires:     %{name} = %{version}-%{release}
 Requires:      atkmm-devel >= 2.22.0
 Requires:      glibmm-devel >= 2.24.0
 Requires:      gtk+2-devel >= 2:2.20.0
-Requires:      pangomm-devel >= 2.26.0
+Requires:      pangomm-devel >= 2.28.0
 
 %description devel
 Header files for gtkmm library.
@@ -62,18 +62,6 @@ Header files for gtkmm library.
 %description devel -l pl.UTF-8
 Pliki nagłówkowe biblioteki gtkmm.
 
-%package doc
-Summary:       Reference documentation for gtkmm and gdkmm
-Summary(pl.UTF-8):     Szczegółowa dokumentacja gtkmm i gdkmm
-Group:         Documentation
-Requires:      devhelp
-
-%description doc
-Reference documentation for gtkmm and gdkmm.
-
-%description doc -l pl.UTF-8
-Szczegółowa dokumentacja gtkmm i gdkmm.
-
 %package static
 Summary:       gtkmm and gdkmm static libraries
 Summary(pl.UTF-8):     Biblioteki statyczne gtkmm i gdkmm
@@ -86,6 +74,19 @@ gtkmm and gdkmm static libraries.
 %description static -l pl.UTF-8
 Biblioteki statyczne gtkmm i gdkmm.
 
+%package apidocs
+Summary:       Reference documentation for gtkmm and gdkmm
+Summary(pl.UTF-8):     Szczegółowa dokumentacja gtkmm i gdkmm
+Group:         Documentation
+Requires:      devhelp
+Obsoletes:     gtkmm-doc
+
+%description apidocs
+Reference documentation for gtkmm and gdkmm.
+
+%description apidocs -l pl.UTF-8
+Szczegółowa dokumentacja gtkmm i gdkmm.
+
 %prep
 %setup -q
 
@@ -133,14 +134,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/gdkmm-2.4.pc
 %{_pkgconfigdir}/gtkmm-2.4.pc
 
-%files doc
-%defattr(644,root,root,755)
-%{_docdir}/gtkmm-2.4
-%{_datadir}/devhelp/books/gtkmm-2.4
-
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libgdkmm-2.4.a
 %{_libdir}/libgtkmm-2.4.a
 %endif
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_docdir}/gtkmm-2.4
+%{_datadir}/devhelp/books/gtkmm-2.4
This page took 0.089903 seconds and 4 git commands to generate.