Shawn Iwinski 2ebb0e9
%{?drupal7_find_provides_and_requires}
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
%global module_name potx
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Name:          drupal7-%{module_name}
Shawn Iwinski 2ebb0e9
Version:       1.0
2c88f92
Release:       6%{?dist}
Shawn Iwinski 2ebb0e9
Summary:       Translation template extractor
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Group:         Applications/Publishing
Shawn Iwinski 2ebb0e9
License:       GPLv2+
Shawn Iwinski 2ebb0e9
URL:           http://drupal.org/project/%{module_name}
Shawn Iwinski 2ebb0e9
Source0:       http://ftp.drupal.org/files/projects/%{module_name}-7.x-%{version}.tar.gz
Shawn Iwinski 2ebb0e9
Source1:       %{name}-RPM-README.txt
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
BuildArch:     noarch
Shawn Iwinski 2ebb0e9
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Shawn Iwinski 2ebb0e9
BuildRequires: drupal7-rpmbuild >= 7.22-5
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Requires:      drupal7(locale)
Shawn Iwinski 2ebb0e9
# phpci
Shawn Iwinski 2ebb0e9
Requires:      php-date
Shawn Iwinski 2ebb0e9
Requires:      php-pcre
Shawn Iwinski 2ebb0e9
Requires:      php-tokenizer
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
%description
Shawn Iwinski 2ebb0e9
The Translation template extractor provides a web based and a command line
Shawn Iwinski 2ebb0e9
Gettext translation template extractor interface for Drupal as well as a
Shawn Iwinski 2ebb0e9
reusable API to look for translatable strings and translatability errors.
Shawn Iwinski 2ebb0e9
This tool is used under the hood at http://localize.drupal.org/ as well to
Shawn Iwinski 2ebb0e9
serve as a parsing machine for Drupal.org project releases.
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
This package provides the following Drupal module:
Shawn Iwinski 2ebb0e9
* %{module_name}
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
%prep
Shawn Iwinski 2ebb0e9
%setup -q -n %{module_name}
Shawn Iwinski 2ebb0e9
cp -p %{SOURCE1} .
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
# Remove executable bits
Shawn Iwinski 2ebb0e9
chmod a-x translations/*
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
%build
Shawn Iwinski 2ebb0e9
# Empty build section, nothing to build
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
%install
Shawn Iwinski 2ebb0e9
rm -rf %{buildroot}
Shawn Iwinski 2ebb0e9
mkdir -p -m 0755 %{buildroot}%{drupal7_modules}/%{module_name}
Shawn Iwinski 2ebb0e9
cp -pr * %{buildroot}%{drupal7_modules}/%{module_name}/
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
%clean
Shawn Iwinski 2ebb0e9
rm -rf %{buildroot}
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
%files
Shawn Iwinski 2ebb0e9
%defattr(-,root,root,-)
Shawn Iwinski 2ebb0e9
%doc *.txt
Shawn Iwinski 2ebb0e9
%{drupal7_modules}/%{module_name}
Shawn Iwinski 2ebb0e9
%exclude %{drupal7_modules}/%{module_name}/*.txt
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
%changelog
2c88f92
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6
2c88f92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2c88f92
c7d953e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
c7d953e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c7d953e
7e72bb4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
7e72bb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7e72bb4
70127a3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
70127a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
70127a3
Shawn Iwinski 2ebb0e9
* Sun Jun 16 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.0-2
Shawn Iwinski 2ebb0e9
- Updated for drupal7-rpmbuild 7.22-5
Shawn Iwinski 2ebb0e9
Shawn Iwinski 2ebb0e9
* Fri May 03 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.0-1
Shawn Iwinski 2ebb0e9
- Initial package