diff --git a/granite.spec b/granite.spec index 852c184..e754de1 100644 --- a/granite.spec +++ b/granite.spec @@ -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 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 0.3.0-1mamba +- update to 0.3.0 + * Wed Mar 26 2014 Automatic Build System 0.2.3.1-1mamba - automatic version update by autodist