]> git.pld-linux.org Git - packages/aspell-pt.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 May 2002 19:35:30 +0000 (19:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-pt.spec -> 1.1

aspell-pt.spec [new file with mode: 0644]

diff --git a/aspell-pt.spec b/aspell-pt.spec
new file mode 100644 (file)
index 0000000..025c974
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       Portuguese dictionaries for aspell
+Summary(pl):   Portugalskie s³owniki dla aspella
+Name:          aspell-pt
+Version:       0.0
+%define        subv    3
+Release:       1
+License:       GPL
+Group:         Applications/Text
+Source0:       http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
+URL:           http://aspell.sourceforge.net/
+BuildRequires: aspell
+Requires:      aspell
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Portuguese dictionaries (i.e. word lists) for aspell.
+
+%description -l pl
+Portugalskie s³owniki (listy s³ów) dla aspella.
+
+%prep
+%setup -q -n %{name}-%{version}-%{subv}
+
+%build
+# note: configure is not autoconf-generated
+./configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+mv -f doc/README{,.dicts}
+mv -f doc/BR/README{,.pt_BR}
+
+gzip -9nf README Copyright doc/README.* doc/BR/README.*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz doc/*.gz doc/BR/*.gz
+%{_libdir}/aspell/*
+%{_datadir}/aspell/*
+%{_datadir}/pspell/*
This page took 0.033576 seconds and 4 git commands to generate.