]> git.pld-linux.org Git - packages/aspell-gv.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Nov 2004 20:56:08 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-gv.spec -> 1.1

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

diff --git a/aspell-gv.spec b/aspell-gv.spec
new file mode 100644 (file)
index 0000000..055d829
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Manx Gaelic dictionary for aspell
+Summary(pl):   S³ownik manx dla aspella
+Name:          aspell-gv
+Version:       0.50
+%define        subv    0
+Release:       1
+License:       GPL v2+
+Group:         Applications/Text
+Source0:       ftp://ftp.gnu.org/gnu/aspell/dict/gv/%{name}-%{version}-%{subv}.tar.bz2
+# Source0-md5: 139b5aa1f5ea85fb7a4be0338039e959
+URL:           http://aspell.sourceforge.net/
+BuildRequires: aspell >= 2:0.50.0
+Requires:      aspell >= 2:0.50.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Manx Gaelic dictionary (i.e. word list) for aspell.
+
+%description -l pl
+S³ownik manx (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 doc/Crawler.txt
+%{_libdir}/aspell/*
+%{_datadir}/aspell/*
This page took 0.089842 seconds and 4 git commands to generate.