SPECS: rman.spec (NEW) - new, intended for modular xorg

qboosh qboosh at pld-linux.org
Mon Jan 16 12:45:54 CET 2006


Author: qboosh                       Date: Mon Jan 16 11:45:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, intended for modular xorg

---- Files affected:
SPECS:
   rman.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/rman.spec
diff -u /dev/null SPECS/rman.spec:1.1
--- /dev/null	Mon Jan 16 12:45:54 2006
+++ SPECS/rman.spec	Mon Jan 16 12:45:47 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	PolyglotMan - reverse compilation of man pages
+Summary(pl):	PolyglotMan - dekompilacja stron manuala
+Name:		rman
+Version:	3.2
+Release:	1
+License:	Artistic
+Group:		Applications
+Source0:	http://dl.sourceforge.net/polyglotman/%{name}-%{version}.tar.gz
+# Source0-md5:	6d1d67641c6d042595a96a62340d3cc6
+URL:		http://polyglotman.sourceforge.net/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PolyglotMan takes man pages from most of the popular flavors of UNIX
+and transforms them into any of a number of text source formats.
+PolyglotMan was formerly known as RosettaMan. The name of the binary
+is still called rman, for scripts that depend on that name;
+mnemonically, just think "reverse man".
+
+%description -l pl
+PolyglotMan przyjmuje strony manuala z większości popularnych rodzajów
+Uniksa i przekształca je w dowolny z wielu formatów źródłowych.
+PolyglotMan był poprzednio znany jako RosettaMan. Nazwa binarki to
+nadal rman ze względu na skrypty zależne od tej nazwy - ale należy o
+niej myśleć jako "reverse man" (odwrotny man).
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+%{__make} install \
+	BINDIR=$RPM_BUILD_ROOT%{_bindir} \
+	MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README-rman.txt rman.html
+%attr(755,root,root) %{_bindir}/rman
+%{_mandir}/man1/rman.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/01/16 11:45:47  qboosh
+- new, intended for modular xorg
================================================================


More information about the pld-cvs-commit mailing list