- fix dir ownership
This commit is contained in:
parent
af63088d6e
commit
e7555f5f48
@ -102,6 +102,7 @@ for i in gettext-runtime/man/*.html; do
|
|||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/gettext/`basename $i`
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/gettext/`basename $i`
|
||||||
done
|
done
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gettext/javadoc*
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gettext/javadoc*
|
||||||
|
rmdir $RPM_BUILD_ROOT%{_datadir}/doc/gettext
|
||||||
|
|
||||||
rm -rf htmldoc examples
|
rm -rf htmldoc examples
|
||||||
mkdir htmldoc
|
mkdir htmldoc
|
||||||
@ -174,6 +175,8 @@ fi
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc gettext-runtime/man/*.3.html examples
|
%doc gettext-runtime/man/*.3.html examples
|
||||||
|
%dir %{_datadir}/%{name}
|
||||||
|
%dir %{_datadir}/%{name}/projects
|
||||||
%{_bindir}/gettextize
|
%{_bindir}/gettextize
|
||||||
%{_datadir}/%{name}/ABOUT-NLS
|
%{_datadir}/%{name}/ABOUT-NLS
|
||||||
%{_datadir}/%{name}/projects/*
|
%{_datadir}/%{name}/projects/*
|
||||||
@ -200,6 +203,7 @@ fi
|
|||||||
- move java stuff to gettext-devel (#132239)
|
- move java stuff to gettext-devel (#132239)
|
||||||
- add BuildRequires: gcc-c++ (#132518)
|
- add BuildRequires: gcc-c++ (#132518)
|
||||||
- add some missing install-info and ldconfig (#131272)
|
- add some missing install-info and ldconfig (#131272)
|
||||||
|
- fix dir ownership (#133696)
|
||||||
- run autotools for 1.9
|
- run autotools for 1.9
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user