automatic version update by autodist [release 6.0.0-1mamba;Sat Mar 27 2021]
This commit is contained in:
parent
8d1869a507
commit
564f52d49a
10
granite.spec
10
granite.spec
@ -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: 5.5.0
|
Version: 6.0.0
|
||||||
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
|
||||||
@ -25,7 +25,6 @@ BuildRequires: libpango-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildConflicts: libgranite <= 0.3.1
|
BuildConflicts: libgranite <= 0.3.1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Granite is an extension to GTK. Among other things, it provides several useful widgets for Graphical User Interfaces and classes that ease desktop applications development.
|
Granite is an extension to GTK. Among other things, it provides several useful widgets for Graphical User Interfaces and classes that ease desktop applications development.
|
||||||
@ -42,8 +41,6 @@ This package contains shared libraries for %{name}.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -87,7 +84,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_bindir}/granite-demo
|
%{_bindir}/granite-demo
|
||||||
%dir %{_includedir}/granite
|
%dir %{_includedir}/granite
|
||||||
%{_includedir}/granite/granite.h
|
%{_includedir}/granite/granite.h
|
||||||
%{_includedir}/granite/widgets-utils.h
|
#%{_includedir}/granite/widgets-utils.h
|
||||||
%{_libdir}/libgranite.so
|
%{_libdir}/libgranite.so
|
||||||
%{_libdir}/pkgconfig/granite.pc
|
%{_libdir}/pkgconfig/granite.pc
|
||||||
%{_datadir}/gir-1.0/Granite-1.0.gir
|
%{_datadir}/gir-1.0/Granite-1.0.gir
|
||||||
@ -95,6 +92,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_datadir}/vala/vapi/granite.vapi
|
%{_datadir}/vala/vapi/granite.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 6.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jul 04 2020 Automatic Build System <autodist@mambasoft.it> 5.5.0-1mamba
|
* Sat Jul 04 2020 Automatic Build System <autodist@mambasoft.it> 5.5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user