Changes of Revision 2
[-] | Changed | hudson-jabber.spec |
x 1
2 Prefix: %{_prefix} 3 BuildArch: noarch 4 Provides: hudson-plugin-jabber = %{version}-%{release} 5 +BuildRequires: hudson >= 1.111 6 7 %description 8 Jabber notification plugin for Hudson. 9
10 11 %files 12 %defattr(-,root,root) 13 -%attr(0644,hudson,hudson) %dir %{_prefix}/plugins 14 +%attr(0755,hudson,hudson) %dir %{_prefix}/plugins 15 %attr(0644,hudson,hudson) %{_prefix}/plugins/jabber.hpi 16 17 %changelog 18 |