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

Dan Kenigsberg (danken) fedora-extras-commits at redhat.com
Mon Apr 2 07:24:42 UTC 2007


Author: danken

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

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


--- NEW FILE aspell-ar.spec ---
%define lang ar
%define langrelease 0
Summary: Arabic dictionary for Aspell
Name: aspell-%{lang}
Version: 1.2
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 Arabic.

# Note that this package, like other aspell's language packs, does not come up
# cleanly through rpmlint, but with the following errors:
# E: aspell-ar no-binary
# E: aspell-ar 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
./configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}


%clean
rm -rf %{buildroot}


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

%changelog
* Wed Mar 28 2007 Dan Kenigsberg <danken at cs.technion.ac.il> 1.2-2
- Clean spec file according to Parag AN <panemade at gmail.com>. Note that now
  rpmlint of the SRPM cries about configure-without-libdir-spec
* Sun Oct 30 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.2-1
- First formal upstream version
- Taken from the Hebrew spec file 1.0-2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aspell-ar/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Apr 2007 00:59:54 -0000	1.1
+++ .cvsignore	2 Apr 2007 07:24:09 -0000	1.2
@@ -0,0 +1 @@
+aspell6-ar-1.2-0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aspell-ar/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Apr 2007 00:59:54 -0000	1.1
+++ sources	2 Apr 2007 07:24:09 -0000	1.2
@@ -0,0 +1 @@
+154cf762bafdd02db419b62191138738  aspell6-ar-1.2-0.tar.bz2




More information about the scm-commits mailing list