Update to new upstream 0.7.0
This commit is contained in:
parent
64d03a06dc
commit
3019409965
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
hyph_mr_IN.dic
|
hyph_mr_IN.dic
|
||||||
|
/hyphen-mr-0.7.0.tar.bz2
|
||||||
|
@ -1,39 +1,36 @@
|
|||||||
|
%global upstreamid 20111229
|
||||||
|
%global upstream_version 0.7.0
|
||||||
|
|
||||||
Name: hyphen-mr
|
Name: hyphen-mr
|
||||||
Summary: Marathi hyphenation rules
|
Summary: Marathi hyphenation rules
|
||||||
%define upstreamid 20100204
|
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://git.savannah.gnu.org/cgit/smc.git/plain/hyphenation/hyph_mr_IN.dic
|
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{upstream_version}.tar.bz2
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://wiki.smc.org.in
|
URL: http://wiki.smc.org.in
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hyphen
|
Requires: hyphen
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Marathi hyphenation rules.
|
Marathi hyphenation rules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -T -q -c
|
%setup -q -n %{name}-%{upstream_version}
|
||||||
cp -p %{SOURCE0} .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
install -m644 -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user