fix file lists
This commit is contained in:
parent
89456a93cd
commit
2dcfbf4a6a
1 changed files with 12 additions and 11 deletions
23
vte.spec
23
vte.spec
|
|
@ -20,7 +20,7 @@ BuildRequires: libXt-devel
|
|||
BuildRequires: intltool
|
||||
|
||||
# initscripts creates the utmp group
|
||||
Prereq: initscripts
|
||||
Requires: initscripts
|
||||
|
||||
%description
|
||||
VTE is a terminal emulator widget for use with GTK+ 2.0.
|
||||
|
|
@ -67,36 +67,37 @@ rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.la
|
|||
rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.la
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang vte-0.0
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files -f vte-0.0.lang
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING HACKING NEWS README
|
||||
%doc src/iso2022.txt
|
||||
%doc doc/utmpwtmp.txt doc/boxes.txt doc/openi18n/UTF-8.txt doc/openi18n/wrap.txt
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_libdir}/%{name}
|
||||
%attr(2711,root,utmp) %{_libdir}/%{name}/gnome-pty-helper
|
||||
%dir %{_libdir}/vte
|
||||
%attr(2711,root,utmp) %{_libdir}/vte/gnome-pty-helper
|
||||
%{_datadir}/%{name}
|
||||
%{_libdir}/python*/site-packages/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/%{name}/decset
|
||||
%{_libdir}/%{name}/interpret
|
||||
%{_libdir}/%{name}/osc
|
||||
%{_libdir}/%{name}/slowcat
|
||||
%{_libdir}/%{name}/window
|
||||
%dir %{_libdir}/vte-0.0
|
||||
%{_libdir}/vte-0.0/decset
|
||||
%{_libdir}/vte-0.0/interpret
|
||||
%{_libdir}/vte-0.0/osc
|
||||
%{_libdir}/vte-0.0/slowcat
|
||||
%{_libdir}/vte-0.0/window
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/pygtk/2.0/defs/vte.defs
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||
%doc %{_datadir}/gtk-doc/html/vte-0.0
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> 0.25.90-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue