]> git.pld-linux.org Git - packages/txt2html.git/commitdiff
- updated to 2.50 (merged from HEAD)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 22 Dec 2007 20:42:25 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    txt2html.spec -> 1.40.2.1

txt2html.spec

index aa059afe52055c137b502de6cc9f455089e18283..e78b43fb7c856ef9d9694f16cc83e9a0e53d7d7e 100644 (file)
@@ -6,15 +6,20 @@
 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:       2.34
+Version:       2.50
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Applications/Text
 Source0:       http://dl.sourceforge.net/txt2html/%{name}-%{version}.tar.gz
-# Source0-md5: 587cd41f8876629d66644dd2b8d946df
+# Source0-md5: 533b2c4990c42b963f5e4fbcfac7abd1
 URL:           http://www.sourceforge.net/projects/txt2html/
 BuildRequires: perl-Module-Build >= 0.26
+%if %{with tests}
+BuildRequires:  perl-Getopt-ArgvFile
+BuildRequires: perl-Test-Distribution
+BuildRequires:  perl-YAML-Syck
+%endif
 Requires:      perl-Getopt-ArgvFile
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,15 +52,12 @@ install -d $RPM_BUILD_ROOT%{_datadir}/misc
 ./Build install \
        destdir=$RPM_BUILD_ROOT
 
-install txt2html.dict $RPM_BUILD_ROOT%{_datadir}/misc/txt2html-linkdict
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE README Changes DEVNOTES TODO
-%config %{_datadir}/misc/txt2html-linkdict
+%doc README Changes DEVNOTES TODO
 %attr(755,root,root) %{_bindir}/txt2html
 %{_mandir}/man*/*
 %{perl_vendorlib}/HTML/*.pm
This page took 0.128156 seconds and 4 git commands to generate.