update to 0.3.0 [release 0.3.0-1mamba;Tue Jun 17 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 23:25:50 +01:00
parent 74ea88786d
commit d6931e7877

View File

@ -1,6 +1,7 @@
### AUTOUPDATE-OFF: 1
%define majver %(echo %version | cut -d. -f1-2)
Name: granite
Version: 0.2.3.1
Version: 0.3.0
Release: 1mamba
Summary: An extension to GTK that provides several useful widgets and classes for Graphical User Interfaces
Group: System/Libraries
@ -8,14 +9,14 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://launchpad.net/granite
Source: https://launchpad.net/granite/%{majver}/%{version}/+download/granite-%{version}.tgz
Source: https://launchpad.net/granite/%{majver}/%{majver}/+download/granite-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libgee1-devel
BuildRequires: libgee-devel
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libpango-devel
@ -73,6 +74,7 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root)
%{_libdir}/libgranite.so.*
%{_libdir}/girepository-1.0/Granite-1.0.typelib
%{_datadir}/icons/hicolor/*/actions/appointment.svg
%{_datadir}/icons/hicolor/*/actions/application-menu.svg
%{_datadir}/icons/hicolor/scalable/actions/application-menu-symbolic.svg
%doc AUTHORS COPYING
@ -91,6 +93,9 @@ This package contains libraries and header files for developing applications tha
%doc README
%changelog
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
- update to 0.3.0
* Wed Mar 26 2014 Automatic Build System <autodist@mambasoft.it> 0.2.3.1-1mamba
- automatic version update by autodist