Skip to content

Commit

Permalink
[packaging] remove fedora's icu-config wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Islam Amer committed Mar 24, 2014
1 parent 39a649a commit 03f5c2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
11 changes: 0 additions & 11 deletions rpm/icu-config.sh

This file was deleted.

8 changes: 0 additions & 8 deletions rpm/icu.spec
Expand Up @@ -6,7 +6,6 @@ Group: Development/Tools
License: MIT and UCD and Public Domain
URL: http://www.icu-project.org/
Source0: %{name}-%{version}.tar.gz
Source1: icu-config.sh
BuildRequires: autoconf, python
Requires: lib%{name}%{?_isa} = %{version}-%{release}

Expand Down Expand Up @@ -90,11 +89,6 @@ rm -rf $RPM_BUILD_ROOT source/__docs
make %{?_smp_mflags} -C source install DESTDIR=$RPM_BUILD_ROOT
make %{?_smp_mflags} -C source install-doc docdir=__docs
chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*
(
cd $RPM_BUILD_ROOT%{_bindir}
mv icu-config icu-config-%{__isa_bits}
)
install -p -m755 -D %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/icu-config

%check
# test to ensure that -j(X>1) didn't "break" man pages. b.f.u #2357
Expand Down Expand Up @@ -140,7 +134,6 @@ make %{?_smp_mflags} -C source check
%{_bindir}/%{name}-config*
%{_bindir}/icuinfo
%{_mandir}/man1/%{name}-config.1*
%{_mandir}/man1/icuinfo.1*
%{_includedir}/layout
%{_includedir}/unicode
%{_libdir}/*.so
Expand All @@ -156,4 +149,3 @@ make %{?_smp_mflags} -C source check
%files -n lib%{name}-doc
%defattr(-,root,root,-)
%doc license.html readme.html
%doc source/__docs/%{name}/html/*

0 comments on commit 03f5c2d

Please sign in to comment.