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

Revision 7786, 4.5 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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