Skip to content

Commit

Permalink
Copy language files to /usr
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Mar 18, 2015
1 parent 4bb4cbc commit 06a5fb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tracer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ BuildRequires: python2-devel
BuildRequires: asciidoc
BuildRequires: python-sphinx
BuildRequires: libxslt
BuildRequires: gettext
Requires: rpm-python
Requires: python
Requires: python-beautifulsoup4
Expand Down Expand Up @@ -47,9 +48,11 @@ cp -a bin/tracer.py %{buildroot}/%{_bindir}/tracer
cp -a data/* %{buildroot}/%{_datadir}/tracer/
cp -ar tracer/* tests %{buildroot}/%{python2_sitelib}/tracer/
install -m644 doc/build/man/tracer.8 %{buildroot}/%{_mandir}/man8/
make DESTDIR=%{buildroot}/usr/share/ mo
%find_lang %{name}


%files
%files -f %{name}.lang
%doc LICENSE README.md
%doc %{_mandir}/man8/tracer.8*
%{_bindir}/tracer
Expand Down

0 comments on commit 06a5fb7

Please sign in to comment.