diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4a406bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +*.rpm +*.tar* +results_*/ diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..4e8d701 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +457c286dae9ec4870f3349bf7cbff0f7 vicious-2.1.3.tar.xz diff --git a/vicious.spec b/vicious.spec new file mode 100644 index 0000000..e2540a4 --- /dev/null +++ b/vicious.spec @@ -0,0 +1,66 @@ +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 +