]> git.pld-linux.org Git - packages/vte.git/commitdiff
- rel.2, apidocs subpkg auto/th/vte-0_13_5-2
authorfreetz <freetz@pld-linux.org>
Thu, 10 Aug 2006 16:48:56 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vte.spec -> 1.101

vte.spec

index 385a25f639f7fd3ecdbcfa5badcc9bef2a2d4181..ac0e05c2f7999416ad55b1d7a980dce7af6ee911 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -6,7 +6,7 @@ Summary:        VTE terminal widget library
 Summary(pl):   Biblioteka z kontrolk± terminala VTE
 Name:          vte
 Version:       0.13.5
-Release:       1
+Release:       2
 License:       LGPL
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/vte/0.13/%{name}-%{version}.tar.bz2
@@ -89,6 +89,18 @@ Python VTE library.
 %description -n python-vte -l pl
 Biblioteka VTE dla pythona.
 
+%package apidocs
+Summary:       VTE API documentation
+Summary(pl):   Dokumentacja API VTE
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+VTE API documentation.
+
+%description apidocs -l pl
+Dokumentacja API VTE.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -107,7 +119,6 @@ cd gnome-pty-helper
 %{__automake}
 %{__autoconf}
 cd ..
-#CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %configure \
        LIBS='-ltinfo' \
        --with-xft2 \
@@ -152,12 +163,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.la
 %{_includedir}/*
 %{_pkgconfigdir}/*
-%{_gtkdocdir}/*
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
 
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/*
+
 %files -n python-vte
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/gtk-2.0/*.so
This page took 0.046774 seconds and 4 git commands to generate.