From 19ac2313921d3df793e8d7775ea006e9fcf90f20 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:40:10 +0100 Subject: [PATCH] automatic version update by autodist [release 1.24.1-1mamba;Wed Apr 16 2014] --- README.md | 2 ++ geany.spec | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 geany.spec diff --git a/README.md b/README.md index b356eca..d1f1421 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # geany +Geany is a small and lightweight Integrated Development Environment. + diff --git a/geany.spec b/geany.spec new file mode 100644 index 0000000..c1a893d --- /dev/null +++ b/geany.spec @@ -0,0 +1,77 @@ +Name: geany +Version: 1.24.1 +Release: 1mamba +Summary: A small and lightweight Integrated Development Environment +Group: Graphical Desktop/Applications/Development +Vendor: openmamba +Distribution: openmamba +Packager: Filippo Bedendo Bordon +URL: http://www.geany.org +Source: http://download.geany.org/geany-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libgcc +BuildRequires: libgdk-pixbuf-devel +BuildRequires: libglib-devel +BuildRequires: libgtk2-devel +BuildRequires: libpango-devel +BuildRequires: libpng-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Geany is a small and lightweight Integrated Development Environment. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +## note: this list is just an example; modify as required +# %{_bindir}/%{name} +%{_bindir}/%{name} +/usr/include/* +/usr/lib/* +%{_datadir}/* +# %config(noreplace) %{_sysconfdir}/sysconfig/%{name} +# %{_mandir}/man?/* +%doc AUTHORS COPYING ChangeLog ChangeLog.pre-0-17 NEWS README README.I18N README.Packagers THANKS TODO + +%changelog +* Wed Apr 16 2014 Automatic Build System 1.24.1-1mamba +- automatic version update by autodist + +* Mon Apr 14 2014 Automatic Build System 1.24-1mamba +- automatic version update by autodist + +* Tue May 21 2013 Automatic Build System 1.23.1-1mamba +- automatic version update by autodist + +* Thu Mar 14 2013 Automatic Build System 1.23-1mamba +- automatic version update by autodist + +* Wed Oct 03 2012 Silvan Calarco 0.22-1mamba +- update to 1.22 +- fixed specfile file name, Group and Summary; make Source: parametric for version + +* Tue Nov 15 2011 Filippo Bedendo Bordon 0.21-1mamba +- package created by autospec