diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8221f4a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/thes_cs_CZ_v2.zip diff --git a/.mythes-cs.metadata b/.mythes-cs.metadata new file mode 100644 index 0000000..4440790 --- /dev/null +++ b/.mythes-cs.metadata @@ -0,0 +1 @@ +9629a4326b6f10a6ae274513a4adee53e48cc0f7 SOURCES/thes_cs_CZ_v2.zip diff --git a/SPECS/mythes-cs.spec b/SPECS/mythes-cs.spec new file mode 100644 index 0000000..96b5342 --- /dev/null +++ b/SPECS/mythes-cs.spec @@ -0,0 +1,65 @@ +Name: mythes-cs +Summary: Czech thesaurus +%define upstreamid 20070926 +Version: 0.%{upstreamid} +Release: 10%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/thes_cs_CZ_v2.zip +Group: Applications/Text +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python, perl +License: MIT +BuildArch: noarch +Requires: mythes + +%description +Czech thesaurus. + +%prep +%setup -q -c + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes +cp -p th_cs_CZ_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc th_cs_CZ_license.txt +%{_datadir}/mythes/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 0.20070926-10 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20070926-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Nov 06 2012 Caolán McNamara - 0.20070926-8 +- mythes now owns /usr/share/mythes + +* Fri Jul 20 2012 Fedora Release Engineering - 0.20070926-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20070926-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.20070926-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sat Apr 03 2010 Caolán McNamara - 0.20070926-4 +- mythes now owns /usr/share/mythes + +* Sat Jul 25 2009 Fedora Release Engineering - 0.20070926-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0.20070926-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Nov 28 2007 Caolán McNamara - 0.20070926-1 +- initial version