From a6cef46d8e633c803f44faf05a865803f08141e9 Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Sat, 26 Nov 2016 21:04:20 -0800 Subject: Initial package --- .gitignore | 1 + faba-icon-theme.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 46 insertions(+) create mode 100644 .gitignore create mode 100644 faba-icon-theme.spec create mode 100644 sources 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 - 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 -- cgit