]> git.pld-linux.org Git - packages/writerperfect.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Oct 2003 22:26:24 +0000 (22:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wpd2sxw.spec -> 1.1

wpd2sxw.spec [new file with mode: 0644]

diff --git a/wpd2sxw.spec b/wpd2sxw.spec
new file mode 100644 (file)
index 0000000..3f6e7db
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Converting WordPerfect(TM) documents into OpenOffice.org Writer format
+Summary(pl):   Konwersja dokumentów WordPerfecta(TM) na format OpenOffice.org Writera
+Name:          wpd2sxw
+Version:       0.5.2.1
+Release:       1
+License:       LGPL
+Group:         Applications/Publishing
+Source0:       http://dl.sourceforge.net/libwpd/%{name}-%{version}.tar.gz
+# Source0-md5: df46d0892b6e292565cc3cf4c8709ad3
+URL:           http://libwpd.sourceforge.net/
+BuildRequires: libwpd-devel >= 0.6.1
+BuildRequires: pkgconfig
+Requires:      libwpd >= 0.6.1
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tool for converting WordPerfect documents into OpenOffice.org Writer
+format.
+
+%description -l pl
+Narzêdzie do konwertowania dokumentów WordPerfecta do formatu
+OpenOffice.org Writera.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%attr(755,root,root) %{_bindir}/*
This page took 0.077531 seconds and 4 git commands to generate.