66 lines
1.7 KiB
RPMSpec
66 lines
1.7 KiB
RPMSpec
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
|
|
|