summaryrefslogtreecommitdiffstats
path: root/php-tcpdf.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-15 17:31:35 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-15 17:31:35 +0200
commit048d660c75fd0cc59d8229f52ac8c7c192d585d0 (patch)
treed071053609e1293c7201d78c6b07b4000e4da18c /php-tcpdf.spec
parent58212245d297d15a5c937bd0f8dba71cbcb11db7 (diff)
php-tcpdf: drop .php suffix from tools
Diffstat (limited to 'php-tcpdf.spec')
-rw-r--r--php-tcpdf.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index 0d2c63b..c6cf9ed 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -150,8 +150,8 @@ install -m 0644 config/*.php \
# Tools
install -d %{buildroot}%{_bindir}
-install -m 0755 tools/*php \
- %{buildroot}%{_bindir}/
+install -m 0755 tools/%{real_name}_addfont.php \
+ %{buildroot}%{_bindir}/%{real_name}_addfont
# Fonts
list=""
@@ -179,7 +179,7 @@ rm -rf %{buildroot}
%files -f corefonts.lst
%defattr(-,root,root,-)
%doc LICENSE.TXT README.TXT CHANGELOG.TXT examples
-%{_bindir}/%{real_name}_addfont.php
+%{_bindir}/%{real_name}_addfont
%dir %{_datadir}/php/%{real_name}
%dir %{_datadir}/php/%{real_name}/fonts
%{_datadir}/php/%{real_name}/include
@@ -198,8 +198,9 @@ rm -rf %{buildroot}
%changelog
* Wed May 15 2013 Remi Collet <remi@fedoraproject.org> - 6.0.015-1
-- update to 6.0.014
+- update to 6.0.015
- clean spec (upstream changes for packaging)
+- drop .php suffix from tools
* Tue May 14 2013 Remi Collet <remi@fedoraproject.org> - 6.0.014-1
- update to 6.0.014