source: projects/specs/trunk/l/latexila/latexila-vl.spec @ 9249

Revision 9249, 4.9 KB checked in by Takemikaduchi, 9 years ago (diff)

python3-{pyatspi,pycairo,pygobject},gedit,accerciser,eog-plugins: rebuild with python3
others: new upstream release

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