Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'icu52' into 'icu52'
Fix build in OBS when .spec Version gets modified

Building from untagged git results in custom value in Version.
Files, however, still installed to 52.1 dir -> fail.

-- 
Coming from tatar pull request having experienced problems with building. Not planning on tagging this since resulting package is the same.

@Sage

See merge request !3
  • Loading branch information
pvuorela committed Jan 17, 2017
2 parents b9d3082 + e7b2b59 commit 863dc8c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions rpm/icu.spec
@@ -1,5 +1,6 @@
%define upstream_version 52.1
Name: icu52
Version: 52.1
Version: %{upstream_version}
Release: 10%{?dist}
Summary: International Components for Unicode
Group: Development/Tools
Expand Down Expand Up @@ -141,11 +142,11 @@ make %{?_smp_mflags} -C source check
%{_libdir}/pkgconfig/*.pc
%{_libdir}/icu
%dir %{_datadir}/icu
%dir %{_datadir}/icu/%{version}
%{_datadir}/icu/%{version}/install-sh
%{_datadir}/icu/%{version}/mkinstalldirs
%{_datadir}/icu/%{version}/config
%doc %{_datadir}/icu/%{version}/license.html
%dir %{_datadir}/icu/%{upstream_version}
%{_datadir}/icu/%{upstream_version}/install-sh
%{_datadir}/icu/%{upstream_version}/mkinstalldirs
%{_datadir}/icu/%{upstream_version}/config
%doc %{_datadir}/icu/%{upstream_version}/license.html

%files -n lib%{name}-doc
%defattr(-,root,root,-)
Expand Down

0 comments on commit 863dc8c

Please sign in to comment.