]> git.pld-linux.org Git - packages/docfrac.git/commitdiff
- new
authorduddits <duddits@pld-linux.org>
Mon, 15 Feb 2010 11:42:19 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docfrac.spec -> 1.1

docfrac.spec [new file with mode: 0644]

diff --git a/docfrac.spec b/docfrac.spec
new file mode 100644 (file)
index 0000000..b466a3a
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Convert between RTF, HTML and text format       
+Summary(pl.UTF-8):     Prosty konwerter RTF/HTML/txt
+Name:          docfrac 
+Version:       3.1.5
+Release:       0.1
+License:       LGPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/docfrac/%{name}-%{version}.src.tar.gz
+URL:           http://www.docfrac.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DocFrac is a document converter that can convert between RTF, HTML and
+ASCII text. This includes RTF to HTML and HTML to RTF.Supports text
+formatting (e.g. bold); tables; and most European languages.Available
+for Windows; Linux; ActiveX and DLL.
+
+%description -l pl.UTF-8
+DocFrac potrafi konwertować pliki w formatach RTF, HTML i tekstowym
+ASCII. Konwersja RTF i HTML działa w obie strony. Program obsługuje
+formatowanie tekstu (np. pogrubianie), tabele oraz wspiera większość
+języków europejskich. Dostępny na platformy Linux i Windows (jako
+kontrolka ActiveX i biblioteka DLL).
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install docfrac $RPM_BUILD_ROOT%{_bindir}
+install doc/docfrac.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/docfrac
+%{_mandir}/man1/docfrac.1*
This page took 0.115737 seconds and 4 git commands to generate.