From f948a76e8e317eae0d3c2ea895f4bce4e47b547e Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 22:14:38 +0000 Subject: import hunspell-ur-0.64-6.el7.src.rpm --- diff --git a/.hunspell-ur.metadata b/.hunspell-ur.metadata new file mode 100644 index 0000000..0944d24 --- /dev/null +++ b/.hunspell-ur.metadata @@ -0,0 +1 @@ +2cd96480746054da3b189f53b67a522e55bdd310 SOURCES/UrduDictionary.xpi diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/hunspell-ur.spec b/SPECS/hunspell-ur.spec new file mode 100644 index 0000000..16f0544 --- /dev/null +++ b/SPECS/hunspell-ur.spec @@ -0,0 +1,74 @@ +Name: hunspell-ur +Summary: Urdu hunspell dictionaries +Version: 0.64 +Release: 6%{?dist} +#http://urdudictionary.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30004#DownloadId=74761 +#and click yes to agree to LGPLv2+, which stinks as a download-url :-( +Source: UrduDictionary.xpi +Group: Applications/Text +URL: http://urdudictionary.codeplex.com +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch +BuildRequires: redland + +Requires: hunspell + +%description +Urdu hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-ur + +%build +rdfproc hunspell-ur parse install.rdf +rdfproc hunspell-ur print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p dictionaries/ur.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ur_PK.aff +cp -p dictionaries/ur.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ur_PK.dic +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +ur_PK_aliases="ur_IN" +for lang in $ur_PK_aliases; do + ln -s ur_PK.aff $lang.aff + ln -s ur_PK.dic $lang.dic +done +popd + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc CREDITS +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.64-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.64-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.64-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.64-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.64-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 09 2009 Caolan McNamara - 0.64-1 +- latest version + +* Thu Apr 30 2009 Caolan McNamara - 0.61-1 +- latest version + +* Tue Feb 24 2009 Fedora Release Engineering - 0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Sep 17 2006 Caolan McNamara - 0.6-1 +- initial version