rpms/aspell-he/devel sources,1.3,1.4 aspell-he.spec,1.3,1.4

Dan Kenigsberg (danken) fedora-extras-commits at redhat.com
Sat Sep 22 07:56:29 UTC 2007


Author: danken

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

Modified Files:
	sources aspell-he.spec 
Log Message:
Clean spec file according to bug #212974



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aspell-he/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 May 2006 07:08:23 -0000	1.3
+++ sources	22 Sep 2007 07:55:57 -0000	1.4
@@ -1,2 +1 @@
-f453989e1df364af9479e893c16ac9d8  aspell6-he-0.9-0.tar.bz2
 71791e0299787391d2ace1c850b5b434  aspell6-he-1.0-0.tar.bz2


Index: aspell-he.spec
===================================================================
RCS file: /cvs/extras/rpms/aspell-he/devel/aspell-he.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- aspell-he.spec	16 Sep 2006 17:13:40 -0000	1.3
+++ aspell-he.spec	22 Sep 2007 07:55:57 -0000	1.4
@@ -29,22 +29,15 @@
 %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
+./configure
+make %{?_smp_mflags}
 
 %install
-make install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -52,6 +45,8 @@
 %{_libdir}/aspell-0.60/*
 
 %changelog
+* Sun Apr  1 2007 Dan Kenigsberg <danken at cs.technion.ac.il> 1.0-3
+- Clean spec file according to lessons from Bug #212974.
 * Sat Sep 16 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.0-2
 - Rebuild for Fedora Extras 6
 * Mon May 15 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.0-1




More information about the scm-commits mailing list