]> git.pld-linux.org Git - packages/gtk-doc.git/commitdiff
- adapted from rawhide
authorklakier <klakier@pld-linux.org>
Fri, 6 Apr 2001 16:15:49 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk-doc.spec -> 1.1

gtk-doc.spec [new file with mode: 0644]

diff --git a/gtk-doc.spec b/gtk-doc.spec
new file mode 100644 (file)
index 0000000..aa67e77
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       API documentation generation tool for GTK+ and GNOME
+Name:          gtk-doc
+Version:       0.4b1
+Release:       1
+License:       LGPL
+Group:         Development/Tools
+Group(de):     Entwicklung/Werkzeuge
+Group(fr):     Development/Outils
+Group(pl):     Programowanie/Narzêdzia
+Source0:       %{name}-%{version}.tar.gz
+Patch0:                %{name}-pubid.patch
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+URL:           http://www.gtk.org/rdp
+BuildPrereq:   docbook-utils
+BuildPrereq:   openjade
+Requires:      docbook-utils
+Requires:      openjade
+
+%description
+gtk-doc is a tool for generating API reference documentation. It is
+used for generating the documentation for GTK+, GLib and GNOME.
+
+%prep
+
+%setup -q
+%patch -p1 -b .pubid
+# Move this doc file to avoid name collisions
+mv doc/README doc/README.docs
+
+%build
+%configure --enable-public-id
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%doc AUTHORS README doc/* examples
+
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/gtk-doc/
This page took 0.385285 seconds and 4 git commands to generate.