[drupal7-tmgmt] Updated to 1.0-rc1 (BZ #1072782)

Shawn Iwinski siwinski at fedoraproject.org
Thu Mar 6 17:24:10 UTC 2014


commit 6b9dede7ab508d8dd7867dd18f7d7d2d6e7e2fdf
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Thu Mar 6 12:23:23 2014 -0500

    Updated to 1.0-rc1 (BZ #1072782)
    
    Release notes: https://drupal.org/node/2210721

 .gitignore         |    1 +
 drupal7-tmgmt.spec |   66 ++++++++++++++++++++++++++++-----------------------
 sources            |    1 +
 3 files changed, 38 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2995ba5..01b3333 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /tmgmt-7.x-1.0-alpha3.tar.gz
 /tmgmt-7.x-1.0-beta1.tar.gz
 /tmgmt-7.x-1.0-beta2.tar.gz
+/tmgmt-7.x-1.0-rc1.tar.gz
diff --git a/drupal7-tmgmt.spec b/drupal7-tmgmt.spec
index d6d99a9..eda4523 100644
--- a/drupal7-tmgmt.spec
+++ b/drupal7-tmgmt.spec
@@ -1,45 +1,44 @@
 %{?drupal7_find_provides_and_requires}
 
-%global module_name tmgmt
-%global pre_release beta2
+%global module      tmgmt
+%global pre_release rc1
 
-Name:          drupal7-%{module_name}
+Name:          drupal7-%{module}
 Version:       1.0
-Release:       0.5.%{pre_release}%{?dist}
+Release:       0.6.%{pre_release}%{?dist}
 Summary:       Translation Management Tool
 
 Group:         Applications/Publishing
 License:       GPLv2+
-URL:           http://drupal.org/project/%{module_name}
-Source0:       http://ftp.drupal.org/files/projects/%{module_name}-7.x-%{version}-%{pre_release}.tar.gz
+URL:           http://drupal.org/project/%{module}
+Source0:       http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}-%{pre_release}.tar.gz
 Source1:       %{name}-RPM-README.txt
 
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: drupal7-rpmbuild >= 7.22-5
+BuildRequires: drupal7-rpmbuild >= 7.23-3
 
-Requires:      drupal7-entity
 Requires:      drupal7-i18n
 Requires:      drupal7-rules
-Requires:      drupal7-variable
 Requires:      drupal7-views
 Requires:      drupal7-views_bulk_operations
+Requires:      drupal7(entity)
 Requires:      drupal7(entity_translation)
-#Requires:      drupal7(entity)
 #Requires:      drupal7(i18n)
 #Requires:      drupal7(i18n_string)
 Requires:      drupal7(locale)
 #Requires:      drupal7(rules)
 Requires:      drupal7(translation)
-#Requires:      drupal7(variable)
+Requires:      drupal7(variable)
 #Requires:      drupal7(views)
 #Requires:      drupal7(views_bulk_operations)
-# phpci
+# phpcompatinfo (computed from version 1.0-rc1)
 Requires:      php-date
 Requires:      php-dom
 Requires:      php-pcre
 Requires:      php-simplexml
 Requires:      php-spl
+Requires:      php-xmlreader
 Requires:      php-xmlwriter
 
 %description
@@ -61,23 +60,27 @@ Supertext) have been moved to separate projects. When any of these plugins,
 make sure to download them as well and then run update.php when updating.
 
 This package provides the following Drupal modules:
-* %{module_name}
-* %{module_name}_local
-* %{module_name}_skills
-* %{module_name}_file
-* %{module_name}_entity
-* %{module_name}_entity_ui
-* %{module_name}_node
-* %{module_name}_node_ui
-* %{module_name}_field
-* %{module_name}_i18n_string
-* %{module_name}_ui
+* %{module}
+* %{module}_entity
+* %{module}_entity_ui
+* %{module}_field
+* %{module}_file
+* %{module}_i18n_string
+* %{module}_language_combination
+* %{module}_local
+* %{module}_locale
+* %{module}_node
+* %{module}_node_ui
+* %{module}_ui
 
 
 %prep
-%setup -q -n %{module_name}
+%setup -qn %{module}
 cp -p %{SOURCE1} .
 
+# Remove executable bits
+chmod a-x LICENSE.txt ui/css/tmgmt_ui.admin.css
+
 
 %build
 # Empty build section, nothing to build
@@ -85,8 +88,8 @@ cp -p %{SOURCE1} .
 
 %install
 rm -rf %{buildroot}
-mkdir -p -m 0755 %{buildroot}%{drupal7_modules}/%{module_name}
-cp -pr * %{buildroot}%{drupal7_modules}/%{module_name}/
+mkdir -pm 0755 %{buildroot}%{drupal7_modules}/%{module}
+cp -pr * %{buildroot}%{drupal7_modules}/%{module}/
 
 
 %clean
@@ -96,11 +99,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc *.txt
-%{drupal7_modules}/%{module_name}
-%exclude %{drupal7_modules}/%{module_name}/*.txt
+%{drupal7_modules}/%{module}
+%exclude %{drupal7_modules}/%{module}/*.txt
 
 
 %changelog
+* Thu Mar 06 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.0-0.6.rc1
+- Updated to 1.0-rc1 (BZ #1072782; release notes https://drupal.org/node/2210721)
+
 * Fri Aug 16 2013 Peter Borsa <peter.borsa at gmail.com> - 1.0-0.5.beta2
 - Update to upstream 1.0-beta2 release for bug fixes
 - Upstream changelog for this release is avalble at https://drupal.org/node/2066361
@@ -112,8 +118,8 @@ rm -rf %{buildroot}
 - Update to upstream 1.0-beta1 release for bug fixes
 - Upstream changelog for this release is avalble at https://drupal.org/node/2045887
 
-* Sun Jun 16 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.0-0.2.alpha3
+* Sun Jun 16 2013 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.0-0.2.alpha3
 - Updated for drupal7-rpmbuild 7.22-5
 
-* Fri May 03 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.0-0.1.alpha3
+* Fri May 03 2013 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.0-0.1.alpha3
 - Initial package
diff --git a/sources b/sources
index 0dab74b..ffb5581 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 53eb63374a35d66a9ddc60dd4af10309  tmgmt-7.x-1.0-beta2.tar.gz
+d1e0ea1c7e94eafb82c4414f0a9e3d35  tmgmt-7.x-1.0-rc1.tar.gz


More information about the scm-commits mailing list