]> git.pld-linux.org Git - packages/txt2html.git/commitdiff
- updated to 1.28, txt2html-1_28-1
authorkloczek <kloczek@pld-linux.org>
Fri, 16 Jun 2000 16:01:06 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized.

Changed files:
    txt2html.spec -> 1.13

txt2html.spec

index c259337475e49e922fb94fce38a2e9f5c0491861..b8cf9782ed46afa4d4135a17f32e20bf0a542673 100644 (file)
@@ -1,37 +1,36 @@
 Summary:       Convert raw text to something with a little HTML formatting
 Summary(pl):   Konwersja czystego tekstu na HTML, rozpoznaj±c trochê sformatowania
 Name:          txt2html
-Version:       1.27
+Version:       1.28
 Release:       1
 Copyright:     Modified BSD
 Group:         Utilities/Text
-Source:                http://www.aigeek.com/txt2html/%{name}-%{version}.tar.gz
+Group(fr):     Utilitaires/Texte
+Group(pl):     Narzêdzia/Tekst
+Source0:       http://www.aigeek.com/txt2html/%{name}-%{version}.tar.gz
 URL:           http://www.aigeek.com/txt2html/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildArch:     noarch
 
 %description
-My intent in writing this tool is to provide an easier way of converting
-existing text documents to HTML format. txt2html can also be used to aid in
-writing new HTML documents, but there are probably better ways of doing
-that.
+My intent in writing this tool is to provide an easier way of
+converting existing text documents to HTML format. txt2html can also
+be used to aid in writing new HTML documents, but there are probably
+better ways of doing that.
 
 %description -l pl
-Narzêdzie u³atwia konwersjê dokumentów tekstowych na HTML. txt2html mo¿e te¿
-byæ u¿yty do pisania nowych dokumentów HTML, chocia¿ na to pewnie istniej±
-lepsze sposoby.
+Narzêdzie u³atwia konwersjê dokumentów tekstowych na HTML. txt2html
+mo¿e te¿ byæ u¿yty do pisania nowych dokumentów HTML, chocia¿ na to
+pewnie istniej± lepsze sposoby.
 
 %prep
 %setup -n txt2html -q
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/misc}
-{
-    echo '#!%{_bindir}/perl'
-    sed  -e's#/usr/local/lib#%{_datadir}/misc#' txt2html.pl
+{ echo '#!%{_bindir}/perl'
+  sed -e's#%{_prefix}/local/lib#%{_datadir}/misc#' txt2html.pl
 } >$RPM_BUILD_ROOT%{_bindir}/txt2html
 
 install txt2html.dict $RPM_BUILD_ROOT%{_datadir}/misc/txt2html-linkdict
This page took 0.02886 seconds and 4 git commands to generate.