78 lines
2.2 KiB
RPMSpec
78 lines
2.2 KiB
RPMSpec
|
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 <michiamophil@libero.it>
|
||
|
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 <autodist@mambasoft.it> 1.24.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Apr 14 2014 Automatic Build System <autodist@mambasoft.it> 1.24-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue May 21 2013 Automatic Build System <autodist@mambasoft.it> 1.23.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Thu Mar 14 2013 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Oct 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 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 <michiamophil@libero.it> 0.21-1mamba
|
||
|
- package created by autospec
|