Mageia Bugzilla – Attachment 1029 Details for
Bug 3229
kitsune, program to solve mathematical problems (e.g. for the "Les Chiffres et les Lettres" tv show)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file
kitsune.spec (text/x-rpm-spec), 1.49 KB, created by
Olivier Delaune
on 2011-10-30 19:35:30 CET
(
hide
)
Description:
spec file
Filename:
MIME Type:
Creator:
Olivier Delaune
Created:
2011-10-30 19:35:30 CET
Size:
1.49 KB
patch
obsolete
>Name: kitsune >Version: 2.0 >Release: 1 >Summary: Program to solve mathematical problems > >Group: Games/Other >License: GPLv2+ >URL: http://%{name}.tuxfamily.org/wiki/doku.php?id=homepage >Source0: http://%{name}.tuxfamily.org/%{name}/%{name}%{version}/%{name}%{version}.tar.gz >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: qt4-devel >BuildRequires: desktop-file-utils > >%description >Kitsune is a software aiming at solving digit problems >of a famous television game show called "Countdown" in England >and "Les chiffres et les lettres" in France. > >%prep >%setup -q -n %{name}%{version} > >iconv -f iso8859-1 -t utf-8 Changelog.txt > Changelog.txt.conv && /bin/mv -f Changelog.txt.conv Changelog.txt >/bin/sed -i -e "s/ISO-8859-1/UTF-8/" Changelog.txt > >%build >lrelease kitsune.pro >qmake >%make > > >%install >rm -rf $RPM_BUILD_ROOT > >#mga menu entry >mkdir -p %{buildroot}%{_datadir}/applications >cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF >[Desktop Entry] >#Encoding=UTF-8 >Name=Kitsune >Exec=%{_bindir}/%{name} >Terminal=false >Type=Application >Categories=Game; >EOF > >mkdir -p $RPM_BUILD_ROOT%{_bindir} >install -m 0755 bin/kitsune $RPM_BUILD_ROOT%{_bindir} > >%clean >rm -rf $RPM_BUILD_ROOT > > >%files >%defattr(-,root,root,-) >%doc Changelog.txt txt/* >%{_bindir}/%{name} >%{_datadir}/applications/%{name}.desktop > >%changelog >* Sun Oct 30 2011 Olivier Delaune <olivier.delaune@wanadoo.fr> 2.0-1 >- Package creation
Name: kitsune Version: 2.0 Release: 1 Summary: Program to solve mathematical problems Group: Games/Other License: GPLv2+ URL: http://%{name}.tuxfamily.org/wiki/doku.php?id=homepage Source0: http://%{name}.tuxfamily.org/%{name}/%{name}%{version}/%{name}%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt4-devel BuildRequires: desktop-file-utils %description Kitsune is a software aiming at solving digit problems of a famous television game show called "Countdown" in England and "Les chiffres et les lettres" in France. %prep %setup -q -n %{name}%{version} iconv -f iso8859-1 -t utf-8 Changelog.txt > Changelog.txt.conv && /bin/mv -f Changelog.txt.conv Changelog.txt /bin/sed -i -e "s/ISO-8859-1/UTF-8/" Changelog.txt %build lrelease kitsune.pro qmake %make %install rm -rf $RPM_BUILD_ROOT #mga menu entry mkdir -p %{buildroot}%{_datadir}/applications cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF [Desktop Entry] #Encoding=UTF-8 Name=Kitsune Exec=%{_bindir}/%{name} Terminal=false Type=Application Categories=Game; EOF mkdir -p $RPM_BUILD_ROOT%{_bindir} install -m 0755 bin/kitsune $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changelog.txt txt/* %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %changelog * Sun Oct 30 2011 Olivier Delaune <olivier.delaune@wanadoo.fr> 2.0-1 - Package creation
View Attachment As Raw
Actions:
View
Attachments on
bug 3229
: 1029