rpms/aspell-no/devel aspell-no.spec,1.20,1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 24 15:49:25 UTC 2007


Author: varekova

Update of /cvs/dist/rpms/aspell-no/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10894

Modified Files:
	aspell-no.spec 
Log Message:
- spec file cleanup
- fix 224147 - rawhide rebuild fails



Index: aspell-no.spec
===================================================================
RCS file: /cvs/dist/rpms/aspell-no/devel/aspell-no.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- aspell-no.spec	12 Jul 2006 05:20:30 -0000	1.20
+++ aspell-no.spec	24 Jan 2007 15:49:23 -0000	1.21
@@ -1,11 +1,11 @@
 %define lang nb
 %define langrelease 0
-Summary: Norwegian dictionaries for Aspell.
+Summary: Norwegian dictionaries for Aspell
 #Name: aspell-%{lang}
 Name: aspell-no
 Epoch: 50
 Version: 0.50.1
-Release: 9.2.2
+Release: 10%{?dist}
 License: GPL
 Group: Applications/Text
 URL: http://aspell.net/
@@ -21,10 +21,9 @@
 Provides the word list/dictionaries for the following: Norwegian
 
 %prep
-rm -rf $RPM_BUILD_ROOT
 %setup -q -n aspell-%{lang}-%{version}-%{langrelease}
 %patch -p1 -b .utf-filename
-mv $(echo -e 'bokm\345l.alias') $(echo -e 'bokm\303\245l.alias')
+cp bokmal.alias bokmål.alias
 
 %build
 echo "ASPELL = aspell" > Makefile
@@ -36,6 +35,7 @@
 make
 
 %install
+rm -rf $RPM_BUILD_ROOT 
 make install
 cp ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/nb.multi ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/no.multi
 
@@ -46,9 +46,12 @@
 %defattr(-,root,root)
 
 %{_libdir}/aspell-0.60/*
-#%{_datadir}/aspell/*
 
 %changelog
+* Wed Jan 24 2007 Ivana Varekova <varekova at redhat.com> - 50:0.50.1-10
+- spec file cleanup
+- fix 224147 - rawhide rebuild fails
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 50:0.50.1-9.2.2
 - rebuild
 




More information about the fedora-cvs-commits mailing list