rpms/hunspell-is/devel hunspell-is.spec,1.1,1.2

Caolan McNamara caolanm at fedoraproject.org
Sun Nov 2 16:14:32 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-is/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1657

Modified Files:
	hunspell-is.spec 
Log Message:
duplicate dictionaries installed


Index: hunspell-is.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-is/devel/hunspell-is.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hunspell-is.spec	8 Sep 2008 16:16:28 -0000	1.1
+++ hunspell-is.spec	2 Nov 2008 16:14:01 -0000	1.2
@@ -2,7 +2,7 @@
 Summary: Icelandic hunspell dictionaries
 %define upstreamid 20060928
 Version: 0.%{upstreamid}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source: http://hunspell.sourceforge.net/is_IS.zip
 Group: Applications/Text
 URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Icelandic_.28Iceland.29
@@ -26,7 +26,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
+cp -p is_IS.dic is_IS.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -37,5 +37,8 @@
 %{_datadir}/myspell/*
 
 %changelog
+* Sun Nov 02 2008 Caolan McNamara <caolanm at redhat.com> - 0.20060928-2
+- Duplicate dictionaries installed
+
 * Wed Sep 03 2006 Caolan McNamara <caolanm at redhat.com> - 0.20060928-1
 - initial version




More information about the fedora-extras-commits mailing list