diff --git a/README.md b/README.md index 03cea70..62fd211 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # adwaita-icon-theme +Adwaita icon theme for the Gnome Desktop Environment. + diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec new file mode 100644 index 0000000..bf7c2be --- /dev/null +++ b/adwaita-icon-theme.spec @@ -0,0 +1,68 @@ +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 +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 3.14.1-1mamba +- automatic version update by autodist + +* Sat Oct 11 2014 Silvan Calarco 3.14.0-1mamba +- package created using the webbuild interface