diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4a406bf..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*~ -*.rpm -*.tar* -results_*/ diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 4e8d701..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -457c286dae9ec4870f3349bf7cbff0f7 vicious-2.1.3.tar.xz diff --git a/vicious.spec b/vicious.spec deleted file mode 100644 index e2540a4..0000000 --- a/vicious.spec +++ /dev/null @@ -1,66 +0,0 @@ -Name: vicious -Version: 2.1.3 -Release: 1%{?dist} -Summary: Modular widget library for awesome - -License: GPLv2+ -URL: http://git.sysphere.org/%{name}/ -Source0: http://git.sysphere.org/%{name}/snapshot/%{name}-%{version}.tar.xz - -BuildArch: noarch - -Requires: alsa-utils -Requires: awesome -Requires: curl -Requires: hddtemp -Requires: lua -Requires: wireless-tools - -%description -Vicious widget types are a framework for creating your own awesome widgets. -Vicious contains modules that gather data about your system, and a few helper -functions that make it easier to register timers, suspend widgets and so on. - - -%prep -%setup -q -mv contrib/README README.contrib - -%build -# noop - - -%install -mkdir -p %{buildroot}%{_datadir}/awesome/lib/%{name} -cp -a */ *.lua %{buildroot}%{_datadir}/awesome/lib/%{name} - - -%files -%doc CHANGES LICENSE README* TODO -%{_datadir}/awesome/lib/%{name} - - -%changelog -* Wed Jun 11 2014 Simon Erat - 2.1.3-1 -- new upstream release (#1048834) - -* Sun Jun 08 2014 Fedora Release Engineering - 2.1.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Sep 12 2013 Simon Erat - 2.1.1-4 -- Changed: Summarytext - -* Tue Sep 03 2013 Simon Erat - 2.1.1-3 -- general cleanup, reordered/grouped tags -- added needed Requires, %%build, more files to %%doc -- improved %%install - -* Mon Sep 02 2013 Simon Erat - 2.1.1-2 -- Got it working with original upstream and changed %%summary - -* Mon Sep 02 2013 Simon Erat - 2.1.1-1 -- Updated %%summary and %%description - -* Mon Sep 02 2013 Simon Erat - 2.1.1-0 -- Initial rpm release -