xavierb pushed to websvn (f20). "Add missing javascript directory (RHBZ#1218590)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 6 22:32:25 UTC 2015


From 83149cf2b97c8f478ef218b29b6812b1db9d6376 Mon Sep 17 00:00:00 2001
From: Xavier Bachelot <xavier at bachelot.org>
Date: Thu, 7 May 2015 00:14:04 +0200
Subject: Add missing javascript directory (RHBZ#1218590)


diff --git a/websvn.spec b/websvn.spec
index 3e1ec76..6560a67 100644
--- a/websvn.spec
+++ b/websvn.spec
@@ -1,6 +1,6 @@
 Name:           websvn
 Version:        2.3.3
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Online subversion repository browser
 
 Group:          Applications/System
@@ -73,7 +73,8 @@ rm -rf $RPM_BUILD_ROOT
 
 # Install the code
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
-cp -a *.php include languages templates $RPM_BUILD_ROOT/%{_datadir}/%{name}
+cp -a *.php include javascript languages templates \
+   $RPM_BUILD_ROOT/%{_datadir}/%{name}
 
 # Move the conf to the proper place
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
@@ -126,6 +127,9 @@ fi
 
 
 %changelog
+* Wed May 07 2015 Xavier Bachelot <xavier at bachelot.org> 2.3.3-9
+- Add missing javascript directory (RHBZ#1218590).
+
 * Wed Jan 21 2015 Xavier Bachelot <xavier at bachelot.org> 2.3.3-8
 - Add patch for CVE-2013-6892 (RHBZ#1183632).
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/websvn.git/commit/?h=f20&id=83149cf2b97c8f478ef218b29b6812b1db9d6376


More information about the scm-commits mailing list