adwaita-icon-theme/adwaita-icon-theme.spec

69 lines
1.7 KiB
RPMSpec

Name: adwaita-icon-theme
Version: 3.14.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/3.14/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
* 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