summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLink Dupont <link@sub-pop.net>2016-11-26 21:04:20 -0800
committerLink Dupont <link@sub-pop.net>2016-11-26 21:04:20 -0800
commita6cef46d8e633c803f44faf05a865803f08141e9 (patch)
tree378bb60bcedbe246292d3846667cf6c88f317324
downloadfaba-icon-theme-a6cef46d8e633c803f44faf05a865803f08141e9.tar.gz
faba-icon-theme-a6cef46d8e633c803f44faf05a865803f08141e9.tar.xz
faba-icon-theme-a6cef46d8e633c803f44faf05a865803f08141e9.zip
Initial packageHEADmaster
-rw-r--r--.gitignore1
-rw-r--r--faba-icon-theme.spec44
-rw-r--r--sources1
3 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c8b02df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+faba-icon-theme-4.1.2.tar.gz
diff --git a/faba-icon-theme.spec b/faba-icon-theme.spec
new file mode 100644
index 0000000..60c0e64
--- /dev/null
+++ b/faba-icon-theme.spec
@@ -0,0 +1,44 @@
+%global debug_package %{nil}
+
+Name: faba-icon-theme
+Version: 4.1.2
+Release: 1%{?dist}
+Summary: Modern, elegant icon theme with Tango influences
+
+License: LGPLv3+ or CC-BY-SA
+URL: https://snwh.org/moka
+Source0: https://github.com/snwh/faba-icon-theme/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+
+BuildRequires: autoconf
+BuildRequires: automake
+
+BuildArch: noarch
+
+
+%description
+%{summary}.
+
+
+%prep
+%autosetup
+
+%build
+NOCONFIGURE=1 sh autogen.sh
+%configure
+%make_build
+chmod a-x README.md
+
+
+%install
+%make_install
+
+
+%files
+%license COPYING
+%doc README.md AUTHORS
+%{_datadir}/icons/Faba
+
+
+%changelog
+* Sat Nov 26 2016 Link Dupont <linkdupont@fedoraproject.org> - 4.1.2-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..3f2a37c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7966a99b8e9098e2474655229093e08c faba-icon-theme-4.1.2.tar.gz