rpms/aspell-br/devel aspell-br.spec,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 23 11:17:54 UTC 2007


Author: varekova

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

Modified Files:
	aspell-br.spec 
Log Message:
- spec file cleanup



Index: aspell-br.spec
===================================================================
RCS file: /cvs/dist/rpms/aspell-br/devel/aspell-br.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- aspell-br.spec	12 Jul 2006 05:15:07 -0000	1.8
+++ aspell-br.spec	23 Feb 2007 11:17:52 -0000	1.9
@@ -1,17 +1,17 @@
 %define lang br
 %define langrelease 2
-Summary: Breton dictionaries for Aspell.
+Summary: Breton dictionaries for Aspell
 Name: aspell-%{lang}
 Epoch: 50
 Version: 0.50
-Release: 4.2.2
+Release: 5%{?dist}
 License: GPL
 Group: Applications/Text
 URL: http://aspell.net/
 Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2
 Buildrequires: aspell >= 12:0.60
 Requires: aspell >= 12:0.60
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define debug_package %{nil}
 
@@ -19,31 +19,31 @@
 Provides the word list/dictionaries for the following: Breton
 
 %prep
-rm -rf $RPM_BUILD_ROOT
 %setup -q -n aspell-%{lang}-%{version}-%{langrelease}
 
 %build
 echo "ASPELL = aspell" > Makefile
-echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile
 echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile
-echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile
-echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile
 cat Makefile.pre >> Makefile
 make
 
 %install
-make install
+rm -rf $RPM_BUILD_ROOT
+make install DEST_DIR=$RPM_BUILD_ROOT \
+     dictdir=${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60 datadir=${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
-
+%defattr(-,root,root,-)
+%doc COPYING Copyright
 %{_libdir}/aspell-0.60/*
-#%{_datadir}/aspell/*
 
 %changelog
+* Thu Feb 22 2007 Ivana Varekova <varekova redhat com> - 50:0.50-5
+- spec file cleanup
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 50:0.50-4.2.2
 - rebuild
 




More information about the fedora-cvs-commits mailing list