Compare commits
No commits in common. "rawhide" and "f20" have entirely different histories.
4 changed files with 71 additions and 1 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
*~
|
||||
*.rpm
|
||||
*.tar*
|
||||
results_*/
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
457c286dae9ec4870f3349bf7cbff0f7 vicious-2.1.3.tar.xz
|
||||
66
vicious.spec
Normal file
66
vicious.spec
Normal file
|
|
@ -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 <erat.simon@gmail.com> - 2.1.3-1
|
||||
- new upstream release (#1048834)
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Sep 12 2013 Simon Erat <erat.simon@gmail.com> - 2.1.1-4
|
||||
- Changed: Summarytext
|
||||
|
||||
* Tue Sep 03 2013 Simon Erat <sea@fedorapeople.org> - 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 <sea@fedorapeople.org> - 2.1.1-2
|
||||
- Got it working with original upstream and changed %%summary
|
||||
|
||||
* Mon Sep 02 2013 Simon Erat <sea@fedorapeople.org> - 2.1.1-1
|
||||
- Updated %%summary and %%description
|
||||
|
||||
* Mon Sep 02 2013 Simon Erat <sea@fedorapeople.org> - 2.1.1-0
|
||||
- Initial rpm release
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue