automatic version update by autodist [release 0.2.3.1-1mamba;Wed Mar 26 2014]
This commit is contained in:
parent
79a1a567f3
commit
74ea88786d
15
granite.spec
15
granite.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: granite
|
Name: granite
|
||||||
Version: 0.2.2
|
Version: 0.2.3.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
|
||||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
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.gz
|
Source: https://launchpad.net/granite/%{majver}/%{version}/+download/granite-%{version}.tgz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -52,7 +52,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
%make
|
%make \
|
||||||
|
%ifarch x86_64
|
||||||
|
-j1
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -88,5 +91,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 26 2014 Automatic Build System <autodist@mambasoft.it> 0.2.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 02 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.3-1mamba
|
||||||
|
- update to 0.2.3
|
||||||
|
|
||||||
* Sat Nov 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
* Sat Nov 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user