]> git.pld-linux.org Git - packages/empathy.git/commitdiff
- added apidocs subpackage auto/th/empathy-0_21_2-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 25 Nov 2007 00:11:30 +0000 (00:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    empathy.spec -> 1.21

empathy.spec

index ce6f9e6b6afa14e6da9817ca10f58f6992a009ef..6297bbc644a523a22c0d82d07ccf81f21d21a3c0 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Very easy to use GNOME Telepathy client
 Summary(pl.UTF-8):     Bardzo łatwy w użyciu klient Telepathy dla GNOME
 Name:          empathy
 Version:       0.21.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/empathy/0.21/%{name}-%{version}.tar.bz2
@@ -84,6 +84,18 @@ empathy static libraries.
 %description static -l pl.UTF-8
 Statyczne biblioteki empathy.
 
+%package apidocs
+Summary:       empathy API documentation
+Summary(pl.UTF-8):     Dokumentacja API empathy
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+empathy API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API empathy.
+
 %package -n python-%{name}
 Summary:       Python module for Empathy
 Summary(pl.UTF-8):     Moduł Pythona dla Empathy
@@ -175,8 +187,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libempathy-gtk.la
 %{_includedir}/libempathy
 %{_includedir}/libempathy-gtk
-%{_gtkdocdir}/libempathy
-%{_gtkdocdir}/libempathy-gtk
 %{_pkgconfigdir}/libempathy.pc
 %{_pkgconfigdir}/libempathy-gtk.pc
 
@@ -185,6 +195,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libempathy.a
 %{_libdir}/libempathy-gtk.a
 
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/libempathy
+%{_gtkdocdir}/libempathy-gtk
+
 %files -n python-%{name}
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/empathy.so
This page took 0.03895 seconds and 4 git commands to generate.