Shawn Iwinski 07573f0
%{?drupal7_find_provides_and_requires}
Shawn Iwinski 07573f0
15a8bef
%global module entity_translation
Shawn Iwinski 07573f0
15a8bef
Name:          drupal7-%{module}
Shawn Iwinski 07573f0
Version:       1.0
791b601
Release:       1%{?pre_release:.%{pre_release}}%{?dist}
Shawn Iwinski 07573f0
Summary:       Allows entities to be translated into different languages
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
License:       GPLv2+
15a8bef
URL:           http://drupal.org/project/%{module}
15a8bef
Source0:       http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}%{?pre_release:-%{pre_release}}.tar.gz
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
BuildArch:     noarch
Shawn Iwinski 22d3361
BuildRequires: drupal7-rpmbuild >= 7.23-3
Shawn Iwinski 07573f0
791b601
# entity_translation.info
15a8bef
Requires:      drupal7(locale) > 7.14
791b601
# phpcompatinfo (computed from version 1.0)
Shawn Iwinski 07573f0
Requires:      php-date
Shawn Iwinski 07573f0
Requires:      php-pcre
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
%description
Shawn Iwinski 07573f0
Allows (fieldable) entities to be translated into different languages,
Shawn Iwinski 07573f0
by introducing entity/field translation for the new translatable fields
Shawn Iwinski 07573f0
capability in Drupal 7. Maintained by the Drupal core i18n team.
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
This project does not replace the Internationalization
Shawn Iwinski 07573f0
(http://drupal.org/project/i18n) project, which focuses on enabling a full
Shawn Iwinski 07573f0
multilingual workflow for site admins/builders. Some features, e.g. content
Shawn Iwinski 07573f0
language negotiation or taxonomy translation, might overlap but most of them
Shawn Iwinski 07573f0
are unrelated.
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
This package provides the following Drupal modules:
15a8bef
* %{module}
15a8bef
* %{module}_i18n_menu (requires install of drupal7-i18n)
15a8bef
* %{module}_upgrade
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
%prep
15a8bef
%setup -qn %{module}
Shawn Iwinski 22d3361
15a8bef
: Licenses and docs
15a8bef
mkdir -p .rpm/{licenses,docs}
15a8bef
mv LICENSE.txt .rpm/licenses/
15a8bef
mv *.txt .rpm/docs/
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
%build
Shawn Iwinski 07573f0
# Empty build section, nothing to build
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
%install
Shawn Iwinski 07573f0
rm -rf %{buildroot}
15a8bef
mkdir -p %{buildroot}%{drupal7_modules}/%{module}
15a8bef
cp -pr * %{buildroot}%{drupal7_modules}/%{module}/
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
%files
Shawn Iwinski 22d3361
%{!?_licensedir:%global license %%doc}
15a8bef
%license .rpm/licenses/*
15a8bef
%doc .rpm/docs/*
15a8bef
%{drupal7_modules}/%{module}
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
Shawn Iwinski 07573f0
%changelog
791b601
* Thu May 23 2019 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0-1
791b601
- Update to 1.0 (RHBZ #1558957)
791b601
43b47d7
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.16.beta7
43b47d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
43b47d7
faf8d90
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.15.beta7
faf8d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
faf8d90
f283595
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.14.beta7
f283595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f283595
89c4531
* Sun Sep 10 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0-0.13.beta7
89c4531
- Updated to 1.0-beta7 (RHBZ #1483772)
89c4531
ffb1165
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.12.beta6
ffb1165
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ffb1165
bed7d37
* Fri Mar 10 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0-0.11.beta6
bed7d37
- Updated to 1.0-beta6 (RHBZ #1428809)
bed7d37
fb27011
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.10.beta5
fb27011
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fb27011
15a8bef
* Thu Aug 04 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0-0.9.beta5
15a8bef
- Updated to 1.0-beta5 (RHBZ #1335331)
15a8bef
- Minor spec cleanup
15a8bef
aea4829
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.8.beta4
aea4829
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
aea4829
b0d5fb4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.7.beta4
b0d5fb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b0d5fb4
Shawn Iwinski 22d3361
* Tue Jan 27 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0-0.6.beta4
Shawn Iwinski 22d3361
- Updated to 1.0-beta4 (BZ #1185294)
Shawn Iwinski 22d3361
- Moved RPM README inside spec
Shawn Iwinski 22d3361
- %%license usage
Shawn Iwinski 22d3361
bf5bdae
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.5.beta3
bf5bdae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bf5bdae
Peter Borsa 79fd32f
* Thu Aug 08 2013 Peter Borsa <peter.borsa@gmail.com> - 1.0-0.4.beta3
Peter Borsa 79fd32f
- Update to upstream 1.0-beta3 release for bug fixes
Peter Borsa 79fd32f
- Upstream changelog for this release is available at https://drupal.org/node/2048665
Peter Borsa 79fd32f
076baed
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.3.beta2
076baed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
076baed
Shawn Iwinski 22d3361
* Sun Jun 16 2013 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0-0.2.beta2
Shawn Iwinski 07573f0
- Updated for drupal7-rpmbuild 7.22-5
Shawn Iwinski 07573f0
Shawn Iwinski 22d3361
* Fri May 03 2013 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0-0.1.beta2
Shawn Iwinski 07573f0
- Initial package