rpms/aspell-he/devel aspell-he.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dan Kenigsberg (danken) fedora-extras-commits at redhat.com
Sun Apr 23 22:08:10 UTC 2006


Author: danken

Update of /cvs/extras/rpms/aspell-he/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19538/devel

Modified Files:
	.cvsignore sources 
Added Files:
	aspell-he.spec 
Log Message:
auto-import aspell-he-0.9-2 on branch devel from aspell-he-0.9-2.src.rpm


--- NEW FILE aspell-he.spec ---
%define lang he
%define langrelease 0
Summary: Hebrew dictionary for Aspell
Name: aspell-%{lang}
Version: 0.9
Release: 2%{?dist}
License: GPL
Group: Applications/Text
URL: http://aspell.net/
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2
Buildrequires: aspell >= 12:0.60
Requires: aspell >= 12:0.60
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%define debug_package %{nil}

%description
Provides the word list/dictionaries for Hebrew.

# Note that this package, like other aspell's language packs, does not come up
# cleanly through rpmlint, but with the following errors:
# E: aspell-he no-binary
# E: aspell-he only-non-binary-in-usr-lib
# This is because the package contains only data files which sit under /usr/lib.
# They have to stay there, as they are architecture-dependent (due to
# byte-ordering issues).

%prep
%setup -q -n aspell6-%{lang}-%{version}-%{langrelease}

%build
cat > Makefile <<EOF
ASPELL = aspell
DEST_DIR = $RPM_BUILD_ROOT
WORD_LIST_COMPRESS = word-list-compress
PREZIP = prezip
dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60
datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60
EOF
cat Makefile.pre >> Makefile
make

%install
make install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING Copyright
%{_libdir}/aspell-0.60/*

%changelog
* Sun Apr 23 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 0.9-2
- Cleaned the spec file according to Bug 189157.
- Added a comment explaining why the rpmlint gives Errors for this package.
* Sun Apr 16 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 0.9-1
- Stolen from the French spec file 50:0.50-9.2.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aspell-he/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2006 22:07:05 -0000	1.1
+++ .cvsignore	23 Apr 2006 22:08:10 -0000	1.2
@@ -0,0 +1 @@
+aspell6-he-0.9-0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aspell-he/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2006 22:07:05 -0000	1.1
+++ sources	23 Apr 2006 22:08:10 -0000	1.2
@@ -0,0 +1 @@
+f453989e1df364af9479e893c16ac9d8  aspell6-he-0.9-0.tar.bz2




More information about the fedora-extras-commits mailing list