latexila-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. Name: latexila
  2. Version: 2.8.3
  3. Release: 1%{?_dist_release}
  4. Summary: Integrated LaTeX Environment for the GNOME desktop
  5. Group: Applications/Publishing
  6. License: GPLv3+
  7. URL: http://projects.gnome.org/latexila/
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.8/%{name}-%{version}.tar.xz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildRequires: gettext
  11. BuildRequires: gtksourceview3-devel
  12. BuildRequires: desktop-file-utils
  13. BuildRequires: libgee06-devel
  14. BuildRequires: unique-devel
  15. BuildRequires: gtkspell-devel
  16. BuildRequires: gsettings-desktop-schemas-devel
  17. BuildRequires: itstool
  18. Requires: hicolor-icon-theme
  19. Requires: itstool
  20. Requires: latexmk
  21. Requires: rubber
  22. Requires: gsettings-desktop-schemas
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. Packager: Takemikaduchi
  26. %description
  27. LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
  28. * Configurable buttons to compile, convert and view a document in one click
  29. * LaTeX commands auto-completion
  30. * Symbol tables (Greek letters, arrows, ...)
  31. * File browser integrated
  32. * Template managing
  33. * Menus with the most commonly used LaTeX commands
  34. * Easy projects management
  35. %prep
  36. %setup -q
  37. %build
  38. %configure --disable-static
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf %{buildroot}
  42. make install DESTDIR=%{buildroot}
  43. %find_lang %{name} --all-name --with-gnome
  44. desktop-file-install \
  45. --dir %{buildroot}%{_datadir}/applications \
  46. %{buildroot}%{_datadir}/applications/%{name}.desktop
  47. %clean
  48. rm -rf %{buildroot}
  49. %post
  50. update-desktop-database &> /dev/null || :
  51. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  52. if [ $1 -eq 1 ] ; then
  53. glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
  54. fi
  55. %postun
  56. update-desktop-database &> /dev/null || :
  57. if [ $1 -eq 0 ] ; then
  58. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  59. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  60. glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
  61. fi
  62. %posttrans
  63. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  64. %files -f %{name}.lang
  65. %defattr(-,root,root,-)
  66. %doc AUTHORS COPYING README NEWS HACKING TODO
  67. %{_mandir}/man1/%{name}.1.*
  68. %{_bindir}/*
  69. %{_datadir}/%{name}/
  70. %{_datadir}/applications/%{name}.desktop
  71. %{_datadir}/icons/hicolor/*/apps/%{name}.*
  72. %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
  73. %changelog
  74. * Fri Sep 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.3-1
  75. - new upstream release
  76. * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-1
  77. - new upstream release
  78. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.1-1
  79. - new upstream release
  80. * Mon May 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
  81. - new upstream release
  82. * Sun Oct 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
  83. - new upstream release
  84. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
  85. - new upstream release
  86. - change BuildRequires: gtksourceview3-devel instead of gtksourceview2-devel
  87. - change BuildRequires: libgee06-devel instead of libgee-devel
  88. - add BuildRequires: gsettings-desktop-schemas-devel
  89. * Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
  90. - new upstream release
  91. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
  92. - new upstream release
  93. - add BuildRequires: gtkspell-devel
  94. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.3-1
  95. - new upstream release
  96. * Mon Oct 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
  97. - initial build for Vine Linux
  98. * Tue Jul 12 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.8-1
  99. - Update to 2.0.8
  100. * Thu Apr 7 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.7-1
  101. - Update to 2.0.7
  102. * Sun Mar 20 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.6-1
  103. - Update to 2.0.6
  104. * Tue Feb 15 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.5-1
  105. - Update to 2.0.5, thanks Sébastien Wilmet
  106. * Thu Nov 25 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-4
  107. - A few more fixes
  108. * Mon Nov 22 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-3
  109. - Use %%find_lang, fixes by Mohamed El Morabity
  110. * Sun Nov 21 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-2
  111. - Small fixes
  112. * Sun Nov 21 2010 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 2.0.1-1
  113. - Release 2.0.1
  114. * Sun Nov 14 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.0-1
  115. - Release 2.0
  116. * Mon Mar 1 2010 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 0.2-1
  117. - New upstream release
  118. - Icons support
  119. * Fri Dec 25 2009 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 0.1-1
  120. - Initial package for Fedora