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

Revision 8447, 4.7 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

Line 
1Name:           latexila
2Version:        2.12.1
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}/2.12/%{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:  libgee06-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* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.1-1
99- new upstream release
100- change BuildRequires: gtkspell3-devel instead of gtkspell-devel
101
102* Fri Sep 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.3-1
103- new upstream release
104
105* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-1
106- new upstream release
107
108* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.1-1
109- new upstream release
110
111* Mon May 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
112- new upstream release
113
114* Sun Oct 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
115- new upstream release
116
117* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
118- new upstream release
119- change BuildRequires: gtksourceview3-devel instead of gtksourceview2-devel
120- change BuildRequires: libgee06-devel instead of libgee-devel
121- add BuildRequires: gsettings-desktop-schemas-devel
122
123* Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
124- new upstream release
125
126* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
127- new upstream release
128- add BuildRequires: gtkspell-devel
129
130* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.3-1
131- new upstream release
132
133* Mon Oct 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
134- initial build for Vine Linux
135
136
137* Tue Jul 12 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.8-1
138- Update to 2.0.8
139
140* Thu Apr 7 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.7-1
141- Update to 2.0.7
142
143* Sun Mar 20 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.6-1
144- Update to 2.0.6
145
146* Tue Feb 15 2011 Thibault North <tnorth@fedoraproject.org> - 2.0.5-1
147- Update to 2.0.5, thanks Sébastien Wilmet
148
149* Thu Nov 25 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-4
150- A few more fixes
151
152* Mon Nov 22 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-3
153- Use %%find_lang, fixes by Mohamed El Morabity
154
155* Sun Nov 21 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.1-2
156- Small fixes
157
158* Sun Nov 21 2010 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 2.0.1-1
159- Release 2.0.1
160
161* Sun Nov 14 2010 Thibault North <tnorth@fedoraproject.org> - 2.0.0-1
162- Release 2.0
163
164* Mon Mar 1 2010 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 0.2-1
165- New upstream release
166- Icons support
167
168* Fri Dec 25 2009 Sébastien Wilmet <sebastien.wilmet@gmail.com> - 0.1-1
169- Initial package for Fedora
Note: See TracBrowser for help on using the repository browser.