SPECS: gtk-doc.spec - omve automake macros into subpackage so we d...

djurban djurban at pld-linux.org
Fri Sep 23 14:07:58 CEST 2005


Author: djurban                      Date: Fri Sep 23 12:07:58 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- omve automake macros into subpackage so we dont need the whole package and its requires
  to build gtk apps without documentation

---- Files affected:
SPECS:
   gtk-doc.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/gtk-doc.spec
diff -u SPECS/gtk-doc.spec:1.36 SPECS/gtk-doc.spec:1.37
--- SPECS/gtk-doc.spec:1.36	Wed Sep  7 14:01:02 2005
+++ SPECS/gtk-doc.spec	Fri Sep 23 14:07:52 2005
@@ -5,7 +5,7 @@
 Summary(pt_BR):	O gerador de documentaçăo do GTK
 Name:		gtk-doc
 Version:	1.4
-Release:	2
+Release:	3
 License:	LGPL
 Group:		Development/Tools
 Source0:	http://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.4/%{name}-%{version}.tar.bz2
@@ -26,6 +26,7 @@
 Requires:	gnome-doc-tools >= 1.0-4
 Requires:	libxslt-progs >= 1.1.15
 Requires:	openjade
+Requires:	%{name}-automake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,6 +51,20 @@
 Katalogi na dokumentację API do różnych pakietów, wygenerowaną za
 pomocą gtk-doc.
 
+%package automake
+Summary:	Automake macros for gtk-doc	
+Summary(pl):	Makra dla automake do gtk-doc
+# ???
+Group:		Documentation
+Conflicts:	gtk-doc < 0:1.4-3
+Requires:	automake
+
+%description automake
+Automake macros for gtk-doc.
+
+%description automake -l pl
+Makra dla automake do gtk-doc.
+
 %prep
 %setup -q
 mv -f doc/README doc/README.docs
@@ -80,10 +95,13 @@
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gtk-doc
 %{_pkgconfigdir}/%{name}.pc
-%{_aclocaldir}/*
 %{_datadir}/sgml/%{name}
 %{_examplesdir}/%{name}-%{version}
 
+%files automake
+%defattr(644,root,root,755)
+%{_aclocaldir}/*
+
 %files common
 %defattr(644,root,root,755)
 %dir %{_defaultdocdir}/gtk-doc
@@ -95,6 +113,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2005/09/23 12:07:52  djurban
+- omve automake macros into subpackage so we dont need the whole package and its requires
+  to build gtk apps without documentation
+
 Revision 1.36  2005/09/07 12:01:02  paladine
 - BR/R: libxslt-progs >= 1.1.15
 - rel. 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gtk-doc.spec?r1=1.36&r2=1.37&f=u




More information about the pld-cvs-commit mailing list