]> git.pld-linux.org Git - packages/documancer.git/commitdiff
- raw; docs viewer
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Dec 2005 20:42:41 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    documancer.spec -> 1.1

documancer.spec [new file with mode: 0644]

diff --git a/documancer.spec b/documancer.spec
new file mode 100644 (file)
index 0000000..c0da0e9
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Programmer's documentation reader
+Name:          documancer
+Version:       0.2.6
+Release:       0.1
+License:       GPL v2+
+Group:         Applications/Publishing
+Source0:       http://dl.sourceforge.net/documancer/%{name}-%{version}.tar.gz
+# Source0-md5: f570655370c232a2947699258fc6fae0
+URL:           http://documancer.sourceforge.net/
+Requires:      python-wxPython
+requires:      wxMozilla
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Documancer is programmer's documentation reader with very fast fulltext searching.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --libdir=%{_datadir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+mv $RPM_BUILD_ROOT%{_datadir}/documancer/providers/man/man2html/man2html \
+       $RPM_BUILD_ROOT%{_bindir}
+ln -sf %{_bindir}/man2html $RPM_BUILD_ROOT%{_datadir}/documancer/providers/man/man2html/man2html
+
+rm -f $RPM_BUILD_ROOT%{_bindir}/documancer
+echo '#!/usr/bin/python %{_datadir}/documancer/documancer.py' > $RPM_BUILD_ROOT%{_bindir}/documancer
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/documancer
+%attr(755,root,root) %{_bindir}/man2html
+%{_datadir}/documancer
+# /usr/share/documancer/indexers/java/documancer-java-indexer needs to be 755
+%{_pixmapsdir}/*.png
+%{_desktopdir}/*.desktop
This page took 0.109928 seconds and 4 git commands to generate.