|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: geany
|
|
|
|
Name: geany
|
|
|
|
Version: 0.16
|
|
|
|
Version: 0.16
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: A fast and lightweight IDE using GTK2
|
|
|
|
Summary: A fast and lightweight IDE using GTK2
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
@ -40,6 +40,7 @@ Some features:
|
|
|
|
Summary: Header files for building Geany plug-ins
|
|
|
|
Summary: Header files for building Geany plug-ins
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
|
Requires: geany = %{version}-%{release}
|
|
|
|
Requires: geany = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
This package contains the header files and pkg-config file needed for building
|
|
|
|
This package contains the header files and pkg-config file needed for building
|
|
|
@ -89,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/pkgconfig/geany.pc
|
|
|
|
%{_libdir}/pkgconfig/geany.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 2 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.16-2
|
|
|
|
|
|
|
|
- Add Requires for pkgconfig to geany-devel subpackage (BZ 493566)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 25 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.16-1
|
|
|
|
* Sun Feb 25 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.16-1
|
|
|
|
- Update to 0.16
|
|
|
|
- Update to 0.16
|
|
|
|
- Add tags files
|
|
|
|
- Add tags files
|
|
|
|