]> git.pld-linux.org Git - packages/gtk-doc.git/commitdiff
- added -common subpacage containing common dirs for gtk-doc generated
authorankry <ankry@pld-linux.org>
Tue, 2 Jul 2002 12:42:11 +0000 (12:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  documentation
- release 3, STBR

Changed files:
    gtk-doc.spec -> 1.17

gtk-doc.spec

index a36baaacef9dea79d4cafaac4981c0814dd22a96..9ef6964c0c528ead9417fe9a2ad8f5af48bb8e1c 100644 (file)
@@ -4,7 +4,7 @@ Summary(pl):    Narz
 Summary(pt_BR): O gerador de documentação do GTK
 Name:          gtk-doc
 Version:       0.9
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Development/Tools
 Source0:       ftp://ftp.gtk.org/pub/gtk/v1.1/docs/rdp/%{name}-%{version}.tar.bz2
@@ -26,6 +26,18 @@ used for generating the documentation for GTK+, GLib and GNOME.
 gtk-doc jest narzêdziem do generowania dokumentacji API. Jest u¿ywany
 do generowania dokumentacji GLib, GTK+ i GNOME.
 
+%package common
+Summary:       Common directories for documetation generated using gtk-doc
+Summary(pl):   Katalogi na dokumentacjê wygenerowan± za pomoc± gtk-doc
+# ???
+Group:         Documentation
+
+%description common
+Common directories for API documentation for various packages, generated using gtk-doc.
+
+%description common -l pl
+Katalogi na dokumetacjê API do ró¿nych pakietów, wygenerowan± za pomoc± gtk-doc.
+
 %prep
 %setup -q
 mv -f doc/README doc/README.docs
@@ -41,6 +53,7 @@ aclocal
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_defaultdocdir}/gtk-doc/html
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
@@ -52,3 +65,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS README doc/*
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gtk-doc
+
+%files common
+%defattr(644,root,root,755)
+%dir %{_defaultdocdir}/gtk-doc
+%dir %{_defaultdocdir}/gtk-doc/html
This page took 0.07558 seconds and 4 git commands to generate.