summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-16 18:08:24 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-16 18:08:24 +0200
commit4e9741e136716fa054a8896694ed0f01be6aa163 (patch)
tree7ab6e384b18ad5fb4f2f9f6bc7053ae846639d60
parented075b50466995c59d2114cfcd76f21c206fac89 (diff)
php-horde-nag: preserve package.xml timestamp
-rw-r--r--php-horde-nag.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-horde-nag.spec b/php-horde-nag.spec
index a28f95e..5b25500 100644
--- a/php-horde-nag.spec
+++ b/php-horde-nag.spec
@@ -12,13 +12,13 @@
%global pear_channel pear.horde.org
# TODO
-# Tests are not ready
+# Tests are not ready (need Framework 5.2)
# config: provides one ?
# "horde-nag" sub package with apache stuff
Name: php-horde-nag
Version: 4.1.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A web based task list manager
Group: Development/Libraries
@@ -130,6 +130,7 @@ sed -e '/%{pear_name}.po/d' \
-e '/htaccess/d' \
-e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \
../package.xml >%{name}.xml
+touch -r ../package.xml %{name}.xml
%build
@@ -210,6 +211,9 @@ fi
%changelog
+* Fri May 16 2014 Remi Collet <remi@fedoraproject.org> - 4.1.4-3
+- preserve package.xml timestamp
+
* Fri May 16 2014 Remi Collet <remi@fedoraproject.org> - 4.1.4-2
- cleanup from review #1087740
- license is GPLv2