hyphen-mr/hyphen-mr.spec

51 lines
1.4 KiB
RPMSpec
Raw Normal View History

2012-08-14 17:27:09 +00:00
%global upstreamid 20111229
%global upstream_version 0.7.0
2009-08-20 05:30:42 +00:00
Name: hyphen-mr
Summary: Marathi hyphenation rules
Version: 0.%{upstreamid}
2012-08-14 17:27:09 +00:00
Release: 1%{?dist}
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{upstream_version}.tar.bz2
2009-08-20 05:30:42 +00:00
Group: Applications/Text
URL: http://wiki.smc.org.in
License: LGPLv3+
BuildArch: noarch
Requires: hyphen
%description
Marathi hyphenation rules.
%prep
2012-08-14 17:27:09 +00:00
%setup -q -n %{name}-%{upstream_version}
2009-08-20 05:30:42 +00:00
%build
%install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
2012-08-14 17:27:09 +00:00
install -m644 -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
2009-08-20 05:30:42 +00:00
%files
%{_datadir}/hyphen/*
%changelog
2012-08-14 17:27:09 +00:00
* Thu Aug 02 2012 Parag <pnemade AT redhat DOT com> - 0.20111229-1
- Update to new upstream 0.7.0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20100204-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20100204-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20100204-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-02-08 05:36:57 +00:00
* Mon Feb 08 2010 Parag <pnemade AT redhat.com> - 0.20100204-1
- update to 20100204
2009-09-25 04:19:20 +00:00
* Thu Sep 24 2009 Parag <pnemade@redhat.com> - 0.20090924-1
- update to 20090924
2009-08-20 05:30:42 +00:00
* Mon Aug 17 2009 Parag <pnemade@redhat.com> - 0.20090813-1
- initial version