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