]> git.pld-linux.org Git - packages/aspell-uz.git/commitdiff
- new
authorankry <ankry@pld-linux.org>
Mon, 29 Nov 2004 02:45:34 +0000 (02:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-uz.spec -> 1.1

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

diff --git a/aspell-uz.spec b/aspell-uz.spec
new file mode 100644 (file)
index 0000000..e658941
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       Uzbek dictionary for aspell
+Summary(pl):   S³ownik uzbecki dla aspella
+Name:          aspell-uz
+Version:       0.02
+%define        subv    1
+Release:       1
+Epoch:         1
+License:       GPL v2+
+Group:         Applications/Text
+Source0:       ftp://ftp.gnu.org/gnu/aspell/dict/uz/aspell6-uz-%{version}-%{subv}.tar.bz2
+# Source0-md5: 02145328b6839d62d8f2e62e6a620a69
+URL:           http://aspell.sourceforge.net/
+BuildRequires: aspell >= 0.60.0
+Requires:      aspell >= 0.60.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Uzbek dictionary (i.e. word list) for aspell.
+
+%description -l pl
+S³ownik uzbecki (lista 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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Copyright README
+%{_libdir}/aspell/*
+%{_datadir}/aspell/*
This page took 0.112797 seconds and 4 git commands to generate.