94 lines
2.7 KiB
RPMSpec
94 lines
2.7 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
Name: adwaita-icon-theme
|
|
Version: 3.26.1
|
|
Release: 1mamba
|
|
Summary: Adwaita icon theme for the Gnome Desktop Environment
|
|
Group: Graphical Desktop/Look 'n' feel
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://live.gnome.org
|
|
Source: http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/%{majver}/adwaita-icon-theme-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Adwaita icon theme for the Gnome Desktop Environment.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%posttrans
|
|
update-desktop-database -q >/dev/null 2>&1
|
|
gtk-update-icon-cache %{_datadir}/icons/Adwaita >/dev/null 2>&1
|
|
:
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/icons/Adwaita
|
|
%{_datadir}/icons/Adwaita/*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_datadir}/pkgconfig/adwaita-icon-theme.pc
|
|
%doc NEWS README
|
|
|
|
%changelog
|
|
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 3.26.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 24 2017 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 3.22.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 3.20-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 09 2015 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 13 2015 Automatic Build System <autodist@mambasoft.it> 3.16.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.0-1mamba
|
|
- update to 3.16.0
|
|
|
|
* Fri Oct 31 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.14.0-1mamba
|
|
- package created using the webbuild interface
|