Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 712211 Details for
Bug 919867
Review Request: billiards - A free cue sports simulator
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
billiards.spec with modifications for moving the lc files to libdir
billiards.spec (text/plain), 3.45 KB, created by
Hans de Goede
on 2013-03-18 19:20:30 UTC
(
hide
)
Description:
billiards.spec with modifications for moving the lc files to libdir
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2013-03-18 19:20:30 UTC
Size:
3.45 KB
patch
obsolete
># The generation of debuginfo package is disabled since the only binary files ># that the package contains are Lua binary files (.lc) and no useful debuginfo ># can be extracted from them. >%global debug_package %{nil} > >Name: billiards >Version: 0.4.1 >Release: 2%{?dist} >Summary: A free cue sports simulator > ># The main part of the program is released under the terms of GNU General ># Public License, either version 3 of the License, or any later version. ># The manual is distributed under the terms of the GNU Free Documentation ># License. ># All Lua scripts found in the src/imagery, src/meshes and src/polyhedra ># directories and their subdirectories are image data or geometry data and ># are distributed under the terms of the GNU Free Documentation License. >License: GPLv3+ and GFDL >URL: http://www.nongnu.org/billiards/ >Source0: http://download.savannah.gnu.org/releases/billiards/%{name}-%{version}.tar.gz >Patch0: billiards-0.4.1-prefix.patch > >BuildRequires: techne >BuildRequires: lua-devel >BuildRequires: desktop-file-utils > >Requires: techne > >Requires(post): /sbin/install-info >Requires(preun): /sbin/install-info > > >%description >Billiards is a free cue sports simulator. It aims for physical accuracy and >simplicity and should hopefully be useful for practicing billiards on your >own and against your friends when a real pool table is not available. >Currently both a pool table and a billiards table (that is with and without >pockets) are implemented allowing you to play eightball, nineball and carom >billiards games. > > >%prep >%setup -q >%patch0 -p1 > > >%build ># byte-compiled lua (lc) files are arch dependent -> override --datadir >%configure --datadir=%{_libdir} >make %{?_smp_mflags} \ > desktopdir=%{_datadir}/applications \ > iconsvgdir=%{_datadir}/icons/hicolor/scalable/apps \ > icon48dir=%{_datadir}/icons/hicolor/48x48/apps > > >%install >make install DESTDIR=%{buildroot} \ > desktopdir=%{_datadir}/applications \ > iconsvgdir=%{_datadir}/icons/hicolor/scalable/apps \ > icon48dir=%{_datadir}/icons/hicolor/48x48/apps ># prevent the install of a useless, empty directory file generated by ># install-info command >rm -f %{buildroot}/%{_infodir}/dir ># remove a redundant README file in an unappropriate place >rm -f %{buildroot}/%{_docdir}/%{name}/README ># valide the installed .desktop file >desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop > > >%post >/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : >/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : > > >%preun >if [ $1 -eq 0 ] ; then > /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : >fi > > >%postun >if [ $1 -eq 0 ] ; then > /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null > /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : >fi > > >%posttrans >/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > > >%files >%doc AUTHORS ChangeLog COPYING NEWS README >%{_bindir}/%{name}* >%{_libdir}/techne/%{name} >%{_mandir}/man6/* >%{_infodir}/%{name}.info* >%{_datadir}/applications/%{name}.desktop >%{_datadir}/icons/hicolor/48x48/apps/%{name}.png >%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg > > >%changelog >* Mon Mar 18 2013 Tadej Janež <tadej.janez@tadej.hicsalta.si> 0.4.1-2 >- disabled the generation of the empty debuginfo package >- implemented fixes suggested by Hans de Goede: > - dropped assumption on the compression format (.gz) of info files > >* Sun Mar 10 2013 Tadej Janež <tadej.janez@tadej.hicsalta.si> 0.4.1-1 >- initial package >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 919867
: 712211 |
712212