[rodent-icon-theme] Initial import (#1016803).

Antonio Trande sagitter at fedoraproject.org
Fri Dec 6 17:10:42 UTC 2013


commit 951bdcf9d1d339265d98134c30e7b9a69d4d0f11
Author: sagitter <anto.trande at gmail.com>
Date:   Fri Dec 6 18:10:19 2013 +0100

    Initial import (#1016803).

 .gitignore             |    1 +
 rodent-icon-theme.spec |   67 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..37d4df8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/rodent-icon-theme-5.0.tar.gz
diff --git a/rodent-icon-theme.spec b/rodent-icon-theme.spec
new file mode 100644
index 0000000..edab96c
--- /dev/null
+++ b/rodent-icon-theme.spec
@@ -0,0 +1,67 @@
+Name:  rodent-icon-theme
+Summary:    SVG scalable icon theme by Rodent
+Version:    5.0
+Release:    3%{?dist}
+
+## This package replaces xfce4-icon-theme in Fedora >= 20
+Provides: xfce4-icon-theme = %{version}-%{release}
+Obsoletes: xfce4-icon-theme < 4.4.3-10
+
+License:    GPLv2+
+URL:        http://sourceforge.net/projects/xffm/files/%{name}/
+Source0:    http://sourceforge.net/projects/xffm/files/%{name}/%{name}-%{version}.tar.gz
+BuildArch:  noarch 
+
+%description
+Rodent-icon-theme (was xfce4-icon-theme) is a free-desktop 
+compatible svg (scalable) icon theme which can work with 
+most mayor Linux desktop environments.
+
+%prep
+%setup -q
+
+## Fix file-not-utf8 warning
+iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS > AUTHORS.new && \
+touch -r AUTHORS AUTHORS.new && \
+mv AUTHORS.new AUTHORS
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+
+%post
+touch --no-create %{_datadir}/icons/Rodent &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/Rodent &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/Rodent &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/Rodent &>/dev/null || :
+
+%files
+%doc README COPYING AUTHORS
+%{_datadir}/icons/Rodent/
+%ghost %{_datadir}/icons/Rodent/icon-theme.cache
+
+%changelog
+* Thu Dec 05 2013 Antonio Trande <sagitter at fedoraproject.org> 5.0-3
+- Added Provides/Obsoletes tags
+- Changed %%install section to preserve timestamps
+- Package now owns all %%{_datadir}/icons/Rodent/ directory
+- Added %%ghost line to own the 'icon-theme.cache' file
+
+* Sat Oct 12 2013 Antonio Trande <sagitter at fedoraproject.org> 5.0-2
+- Main directory renamed 'rodent' to avoid conflicts with 
+  'xfce4-icon-theme' package
+- %%description and %%setup improved
+
+* Tue Oct 08 2013 Antonio Trande <sagitter at fedoraproject.org> 5.0-1
+- First package
+
diff --git a/sources b/sources
index e69de29..ccd6ecd 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4b097d344a160d6497c6498985c8df15  rodent-icon-theme-5.0.tar.gz


More information about the scm-commits mailing list