[drupal6-views_bulk_operations] Clog is added to .gitignore file, Version and Lang macro are added to spec file.

Peter Borsa asrob at fedoraproject.org
Fri Jan 28 13:34:36 UTC 2011


commit e058bfe95a7c4048afc72bc727ccdf2be67c9ece
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Fri Jan 28 14:07:19 2011 +0100

    Clog is added to .gitignore file, Version and Lang macro are added to spec file.

 .gitignore                         |    1 +
 drupal6-views_bulk_operations.spec |   11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0c1582..9c69f58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /views_bulk_operations-6.x-1.10.tar.gz
+clog
\ No newline at end of file
diff --git a/drupal6-views_bulk_operations.spec b/drupal6-views_bulk_operations.spec
index 4ab8002..b4b1596 100644
--- a/drupal6-views_bulk_operations.spec
+++ b/drupal6-views_bulk_operations.spec
@@ -1,13 +1,13 @@
 %global drupaldir %{_datadir}/drupal6
 Name:      drupal6-views_bulk_operations
 Version:   1.10
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   This module augments Views by allowing bulk operations to be executed
 
 Group:     Applications/Publishing
 License:   GPLv2+
 URL:       http://drupal.org/project/views_bulk_operations
-Source0:   http://ftp.drupal.org/files/projects/views_bulk_operations-6.x-1.10.tar.gz
+Source0:   http://ftp.drupal.org/files/projects/views_bulk_operations-6.x-%{version}.tar.gz
 Source1:   %{name}-fedora-README.txt
 
 BuildArch: noarch
@@ -42,8 +42,15 @@ rm -rf %{buildroot}
 %doc LICENSE.txt %{name}-fedora-README.txt README.txt
 %exclude %{drupaldir}/modules/views_bulk_operations/*.txt
 %{drupaldir}/modules/views_bulk_operations
+%lang(hu) %{drupaldir}/modules/ctools/translations/*.ja.po
+%lang(de) %{drupaldir}/modules/ctools/translations/*.sv.po
+%lang(fr) %{drupaldir}/modules/ctools/translations/*.fr.po
 
 %changelog
+* Fri Jan 28 2011 Peter Borsa <peter.borsa at gmail.com> - 1.10-4
+- Version macro is added to Source0 line.
+- Lang macro is added.
+
 * Wed Jan 26 2011 Peter Borsa <peter.borsa at gmail.com> - 1.10-3
 - Corrected alignment.
 - Chmod and cp lines are copied under prep section.


More information about the scm-commits mailing list