Mageia Bugzilla – Attachment 4929 Details for
Bug 8856
There is no BASIC support in geany
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
spec with FreeBASIC template
spec.diff (text/plain), 842 bytes, created by
Alex Loginov
on 2014-02-04 21:45:17 CET
(
hide
)
Description:
spec with FreeBASIC template
Filename:
MIME Type:
Creator:
Alex Loginov
Created:
2014-02-04 21:45:17 CET
Size:
842 bytes
patch
obsolete
>Index: SPECS/geany.spec >=================================================================== >--- SPECS/geany.spec (revision 582093) >+++ SPECS/geany.spec (working copy) >@@ -3,7 +3,7 @@ > Summary: Small C editor using GTK2 > Name: geany > Version: 1.23.1 >-Release: %mkrel 2 >+Release: %mkrel 3 > License: GPLv2+ > Group: Development/C > URL: http://geany.uvena.de/ >@@ -68,6 +68,9 @@ > #we don't want these > rm -rf %{buildroot}%{_libdir}/geany/*.la > >+#FreeBASIC template >+touch %{buildroot}%{_datadir}/%{name}/templates/files/program.bas >+ > %files -f %{name}.lang > %doc %{_defaultdocdir}/%{name}/ > %{_bindir}/%{name} >@@ -82,3 +85,7 @@ > %doc HACKING TODO doc/reference > %{_includedir}/%{name} > %{_libdir}/pkgconfig/%{name}.pc >+ >+%changelog >+* Tue Feb 04 2014 AlexL <loginov.alex.valer@gmail.com> 1.23.1-3 >+- added FreeBASIC template (mga#8856)
Index: SPECS/geany.spec =================================================================== --- SPECS/geany.spec (revision 582093) +++ SPECS/geany.spec (working copy) @@ -3,7 +3,7 @@ Summary: Small C editor using GTK2 Name: geany Version: 1.23.1 -Release: %mkrel 2 +Release: %mkrel 3 License: GPLv2+ Group: Development/C URL: http://geany.uvena.de/ @@ -68,6 +68,9 @@ #we don't want these rm -rf %{buildroot}%{_libdir}/geany/*.la +#FreeBASIC template +touch %{buildroot}%{_datadir}/%{name}/templates/files/program.bas + %files -f %{name}.lang %doc %{_defaultdocdir}/%{name}/ %{_bindir}/%{name} @@ -82,3 +85,7 @@ %doc HACKING TODO doc/reference %{_includedir}/%{name} %{_libdir}/pkgconfig/%{name}.pc + +%changelog +* Tue Feb 04 2014 AlexL <loginov.alex.valer@gmail.com> 1.23.1-3 +- added FreeBASIC template (mga#8856)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8856
: 4929