Fix build errors
This commit is contained in:
parent
437f21d0db
commit
c0ad027d04
2 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
GenericName=Card Games
|
||||
GenericName[af]=Kaart Speletjie
|
||||
GenericName[ar]=لعبة ورق
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Summary: A collection of solitare card games
|
|||
Group: Amusements/Games
|
||||
License: GPLv2+
|
||||
URL: http://pysolfc.sourceforge.net
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
Source0: http://downloads.sourceforge.net/pysolfc/%{name}-%{version}.tar.bz2
|
||||
Source1: PySol.desktop
|
||||
Source2: pysol-start-script
|
||||
Patch0: pysolfc-setup.py-noglade.patch
|
||||
|
|
@ -64,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%dir %{_datadir}/%{name}
|
||||
%dir %{python_sitelib}/pysollib
|
||||
%{python_sitelib}/pysollib/*
|
||||
%{python_sitelib}/*egg-info
|
||||
%{_bindir}/pysol
|
||||
%{_datadir}/%{name}/*
|
||||
%{_datadir}/pixmaps/*
|
||||
|
|
@ -71,6 +72,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 4 2008 Stewart Adam <s.adam@diffingo.com> 1.1-6
|
||||
- Fix Source0 URL
|
||||
- Add egg-info file
|
||||
- Remove deprecated Encoding key from desktop file
|
||||
|
||||
* Sat Jan 19 2008 Stewart Adam <s.adam@diffingo.com> 1.1-5
|
||||
- Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue