automatic version update by autodist [release 0.38.0-1mamba;Thu Oct 09 2014]
This commit is contained in:
parent
c9b9cb6cda
commit
db10af67b7
24
libvte.spec
24
libvte.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libvte
|
Name: libvte
|
||||||
Version: 0.36.3
|
Version: 0.38.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An experimental terminal emulator
|
Summary: An experimental terminal emulator
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -100,7 +100,7 @@ install -d -m 0755 %{buildroot}%{_datadir}/vte/termcap
|
|||||||
ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xterm
|
ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xterm
|
||||||
|
|
||||||
|
|
||||||
%{find_lang} vte-2.90
|
%{find_lang} vte-2.91
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -108,15 +108,13 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte
|
|||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f vte-2.90.lang
|
%files -f vte-2.91.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/profile.d/vte.sh
|
%{_sysconfdir}/profile.d/vte.sh
|
||||||
%{_bindir}/vte2_90
|
%{_bindir}/vte-2.91
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libvte-2.91.so.*
|
||||||
%{_libdir}/girepository-1.0/Vte-2.90.typelib
|
%{_libdir}/girepository-1.0/Vte-2.91.typelib
|
||||||
#%{_libdir}/vte-*/
|
|
||||||
%{_datadir}/vte/termcap/xterm
|
%{_datadir}/vte/termcap/xterm
|
||||||
%{_libexecdir}/gnome-pty-helper
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
#%files -n python-vte
|
#%files -n python-vte
|
||||||
@ -127,10 +125,11 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/vte-*/
|
%{_includedir}/vte-*/
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libvte-2.91.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libvte-2.91.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gir-1.0/Vte-2.90.gir
|
%{_datadir}/vala/vapi/vte-2.91.vapi
|
||||||
|
%{_datadir}/gir-1.0/Vte-2.91.gir
|
||||||
%doc ChangeLog HACKING NEWS README
|
%doc ChangeLog HACKING NEWS README
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
@ -139,6 +138,9 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte
|
|||||||
%doc doc/{*.txt,openi18n/*.txt}
|
%doc doc/{*.txt,openi18n/*.txt}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2014 Automatic Build System <autodist@mambasoft.it> 0.38.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jun 24 2014 Automatic Build System <autodist@mambasoft.it> 0.36.3-1mamba
|
* Tue Jun 24 2014 Automatic Build System <autodist@mambasoft.it> 0.36.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user