]> git.pld-linux.org Git - packages/icu.git/commitdiff
- moved all binaries from _sbindir to _bindir
authorSzymon Siwek <sls@pld-linux.org>
Tue, 24 Oct 2006 21:56:12 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- icu-config moved to libicu-devel subpackage

Changed files:
    icu.spec -> 1.21

icu.spec

index 0c1be51e81b6e7d06eafef08a653f085d2e600a2..a1b7d63d732c2f9b834564997e4642f64e09e58e 100644 (file)
--- a/icu.spec
+++ b/icu.spec
@@ -78,6 +78,7 @@ programistyczne ICU.
 cd source
 cp -f /usr/share/automake/config.* .
 %configure2_13 \
+       --sbindir=%{_bindir} \
        --disable-samples
 
 %{__make}
@@ -101,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc license.html readme.html
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_sbindir}/*
+%exclude %{_bindir}/icu-config
 %{_datadir}/%{name}/%{version}/mkinstalldirs
 %{_mandir}/man1/*
 %{_mandir}/man8/*
@@ -125,3 +126,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/Makefile.inc
 %{_libdir}/%{name}/%{version}/Makefile.inc
 %{_datadir}/%{name}/%{version}/config
+%attr(755,root,root) %{_bindir}/icu-config
This page took 0.118204 seconds and 4 git commands to generate.