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

Revision 7651, 4.2 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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