update to 0.4.0.1 [release 0.4.0.1-1mamba;Tue Aug 23 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 23:25:50 +01:00
parent a9c2c4eb0c
commit ceece1a18d

View File

@ -1,7 +1,7 @@
### AUTOUPDATE-OFF: 1
%define majver %(echo %version | cut -d. -f1-2)
Name: granite
Version: 0.3.1
Version: 0.4.0.1
Release: 1mamba
Summary: An extension to GTK that provides several useful widgets and classes for Graphical User Interfaces
Group: System/Libraries
@ -10,6 +10,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://launchpad.net/granite
Source: https://launchpad.net/granite/%{majver}/%{version}/+download/granite-%{version}.tar.xz
#Source: https://launchpad.net/granite/%{majver}/loki-alpha1/+download/granite-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -22,6 +23,7 @@ BuildRequires: libgtk-devel
BuildRequires: libpango-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildConflicts: libgranite <= 0.3.1
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -53,10 +55,8 @@ This package contains libraries and header files for developing applications tha
%build
%cmake -d build
%make \
%ifarch x86_64
-j1
%endif
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -94,6 +94,12 @@ This package contains libraries and header files for developing applications tha
%doc README
%changelog
* Tue Aug 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0.1-1mamba
- update to 0.4.0.1
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-1mamba
- update to 0.4
* Tue Oct 06 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1mamba
- update to 0.3.1