diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0031ba --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hyphen-as-0.7.0.tar.bz2 diff --git a/.hyphen-as.metadata b/.hyphen-as.metadata new file mode 100644 index 0000000..14d45b6 --- /dev/null +++ b/.hyphen-as.metadata @@ -0,0 +1 @@ +69252d3c5ea1fb7d7ecc2d0a761ccfee2ceeac1e SOURCES/hyphen-as-0.7.0.tar.bz2 diff --git a/SPECS/hyphen-as.spec b/SPECS/hyphen-as.spec new file mode 100644 index 0000000..eeb6421 --- /dev/null +++ b/SPECS/hyphen-as.spec @@ -0,0 +1,61 @@ +Name: hyphen-as +Summary: Assamese hyphenation rules +Version: 0.7.0 +Release: 4%{?dist} +Epoch: 1 +Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{version}.tar.bz2 +Group: Applications/Text +URL: http://wiki.smc.org.in +License: LGPLv3+ +BuildArch: noarch +Requires: hyphen + +%description +Assamese hyphenation rules. + +%prep +%setup -q + +%build + +%install +mkdir -p %{buildroot}/%{_datadir}/hyphen +install -m644 -p *.dic %{buildroot}/%{_datadir}/hyphen + +%files +%doc README COPYING ChangeLog +%{_datadir}/hyphen/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1:0.7.0-4 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 1:0.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Nov 29 2012 Parag - 1:0.7.0-2 +- Correct the changelog entry + +* Tue Nov 27 2012 Parag - 1:0.7.0-1 +- Resolves:rh#880093- package does not follow naming guidelines + +* Thu Aug 02 2012 Parag - 0.20111229-1 +- Update to new upstream 0.7.0 + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20100204-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20100204-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20100204-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Feb 08 2010 Parag - 0.20100204-1 +- update to 20100204 + +* Thu Sep 24 2009 Parag - 0.20090924-1 +- update to 20090924 + +* Thu Aug 20 2009 Parag - 0.20090820-1 +- initial version