source: projects/specs/branches/6/g/geany-plugin-latex/geany-plugin-latex-vl.spec @ 521

Revision 521, 2.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define __name geanylatex
2
3Summary:       GeanyLaTeX is a plugin to improve support of LaTeX at Geany
4Summary(ja):       Geany で LaTeX のサポートを改善するためのプラグイン
5Name:          geany-plugin-latex
6Version:       0.4
7Release: 2%{?_dist_release}
8License:       GPLv2
9Group:         Development/Tools
10Source:   http://frank.uvena.de/files/geany/%{__name}-%{version}.tar.gz
11URL:           http://frank.uvena.de/en/Geany/%{__name}/
12BuildRoot:     %{_tmppath}/%{__name}-%{version}-root
13Requires:      geany >= 0.16
14BuildRequires: geany-devel
15BuildRequires: gtk2, gtk2-devel
16
17%description
18GeanyLaTeX is a little plugin to improve support of LaTeX at Geany.
19
20%description -l ja
21GeanyLaTeX は Geany で LaTeX のサポートを改善するための小さなプラグインです。
22
23%prep
24%setup -q -n geanylatex-%{version}
25
26%build
27%configure CC=c99 CFLAGS=-g
28make %{?_smp_mflags}
29
30%install
31%__rm -Rf $RPM_BUILD_ROOT
32
33install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/geany/
34install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/locale/
35
36./libtool --silent --mode=install /usr/bin/install -c ./src/geanylatex.la \
37        $RPM_BUILD_ROOT%{_libdir}/geany/geanylatex.la
38mv ./po/de.gmo ./po/geanylatex_de.mo
39
40install -m 0755 ./po/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/
41
42#remove .la file before packaging
43rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/geanylatex.la
44
45%clean
46%__rm -Rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-, root, root, -)
50%doc AUTHORS COPYING ChangeLog NEWS README
51%{_libdir}/geany/geanylatex.so
52%{_datadir}/locale/*
53
54%changelog
55* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4-2vl5
56- rebuilt with geany-0.18
57
58* Fri Jun 5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4-1vl5
59- new upstream release
60
61* Mon May 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-6vl5
62- added document in %files
63
64* Sun May 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-5vl5
65- rebuilt with geany-0.17
66- spec in UTF-8
67
68* Wed Apr 08 2009 Shu KONNO <owa@bg.wakwak.com> - 0.3-4vl5
69- fixed library path for lib64
70
71* Sun Mar 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-3vl5
72- fixed %changelog (fixed in Mar 13 2009 changelog)
73- modified Summary(ja)
74
75* Fri Mar 13 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-2vl5
76- modified %configure option
77
78* Sat Feb 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3-1vl5
79- new upstream release
80- changed Requires: geany >= 0.16
81
82* Mon Feb 16 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-3vl5
83- fixed %changlog typo
84
85* Mon Feb 16 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-2vl5
86- rebuilt with geany-0.16
87
88* Wed Feb 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1vl5
89- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.