Shawn Iwinski eb0ce2e
%{?drupal7_find_provides_and_requires}
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
%global module_name transliteration
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
Name:          drupal7-%{module_name}
Peter Borsa 75629b6
Version:       3.2
5d66519
Release:       13%{?dist}
Shawn Iwinski eb0ce2e
Summary:       Converts non-Latin text to US-ASCII and sanitizes file names
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
License:       GPLv2+
Shawn Iwinski eb0ce2e
URL:           http://drupal.org/project/%{module_name}
Shawn Iwinski eb0ce2e
Source0:       http://ftp.drupal.org/files/projects/%{module_name}-7.x-%{version}.tar.gz
Shawn Iwinski eb0ce2e
Source1:       %{name}-RPM-README.txt
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
BuildArch:     noarch
0ff860e
BuildRequires: drupal7-rpmbuild >= 7.70-2
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
# phpci
Shawn Iwinski eb0ce2e
Requires:      php-pcre
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
%description
Shawn Iwinski eb0ce2e
Provides one-way string transliteration (romanization) and cleans file names
Shawn Iwinski eb0ce2e
during upload by replacing unwanted characters.
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
Generally spoken, it takes Unicode text and tries to represent it in US-ASCII
Shawn Iwinski eb0ce2e
characters (universally displayable, unaccented characters) by attempting to
Shawn Iwinski eb0ce2e
transliterate the pronunciation expressed by the text in some other writing
Shawn Iwinski eb0ce2e
system to Roman letters.
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
This package provides the following Drupal module:
Shawn Iwinski eb0ce2e
* %{module_name}
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
%prep
Shawn Iwinski eb0ce2e
%setup -q -n %{module_name}
Shawn Iwinski eb0ce2e
cp -p %{SOURCE1} .
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
%build
Shawn Iwinski eb0ce2e
# Empty build section, nothing to build
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
%install
Shawn Iwinski eb0ce2e
rm -rf %{buildroot}
Shawn Iwinski eb0ce2e
mkdir -p -m 0755 %{buildroot}%{drupal7_modules}/%{module_name}
Shawn Iwinski eb0ce2e
cp -pr * %{buildroot}%{drupal7_modules}/%{module_name}/
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
%files
Shawn Iwinski eb0ce2e
%doc *.txt
Shawn Iwinski eb0ce2e
%{drupal7_modules}/%{module_name}
Shawn Iwinski eb0ce2e
%exclude %{drupal7_modules}/%{module_name}/*.txt
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
%changelog
5d66519
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-13
5d66519
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5d66519
0ff860e
* Fri Jun 05 2020 Shawn Iwinski <shawn.iwinski@gmail.com> - 3.2-12
0ff860e
- Bump build requires drupal7-rpmbuild to ">= 7.70-2" to fix F32+ auto provides
0ff860e
1ee78d6
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-11
1ee78d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1ee78d6
a83ddbe
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-10
a83ddbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a83ddbe
1bfed9e
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-9
1bfed9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1bfed9e
9c51c2d
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-8
9c51c2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9c51c2d
ff28b3e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-7
ff28b3e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ff28b3e
0925177
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-6
0925177
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0925177
68efce5
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-5
68efce5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
68efce5
8cdb688
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-4
8cdb688
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8cdb688
029dcbe
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-3
029dcbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
029dcbe
e965693
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2
e965693
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e965693
Peter Borsa 75629b6
* Sun May 11 2014 Peter Borsa <peter.borsa@gmail.com> - 3.2-1
Peter Borsa 75629b6
- Update to upstream 3.2 release for bug fixes
Peter Borsa 75629b6
- Upstream changelog for this release is available at https://drupal.org/node/2219695
Peter Borsa 75629b6
d65ab00
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-3
d65ab00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d65ab00
Shawn Iwinski eb0ce2e
* Sun Jun 16 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 3.1-2
Shawn Iwinski eb0ce2e
- Updated for drupal7-rpmbuild 7.22-5
Shawn Iwinski eb0ce2e
Shawn Iwinski eb0ce2e
* Fri May 03 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 3.1-1
Shawn Iwinski eb0ce2e
- Initial package