Revise the .spec file to use %{name}, and remove a few unneded statements

This commit is contained in:
Jeremy White 2013-02-20 11:06:43 -06:00
parent 762225ef99
commit b09d7170ea

View File

@ -5,12 +5,12 @@ Summary: Pure Javascript SPICE client
License: LGPLv3
URL: http://www.spice-space.org
Source0: http://www.spice-space.org/download/spice-html5/spice-html5-VERSION.tar.gz
Source0: http://www.spice-space.org/download/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
spice-html5 is a Javascript SPICE client. This includes a simple HTML
%{name} is a Javascript SPICE client. This includes a simple HTML
page to initiate a session, and the client itself. It includes a configuration
file for Apache, but should work with any web server.
@ -21,18 +21,19 @@ file for Apache, but should work with any web server.
%build
%install
rm -rf $RPM_BUILD_ROOT
%make_install
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
%{_datadir}/spice-html5
%{_datadir}/%{name}
%doc COPYING COPYING.LESSER README TODO
%changelog
* Wed Feb 20 2013 Jeremy White <jwhite@codeweavers.com> 0.1.2-1
- Revise the .spec file to use %{name}, and remove a few unneded statements
* Wed Feb 13 2013 Jeremy White <jwhite@codeweavers.com> 0.1.1-1
- Correct the license to LGPL
- Revise the Apache configuration file to allow access more broadly