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 158629 Details for
Bug 246748
Review Request: ohm - open hardware manager (as to be used on OLPC)
[?]
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.
new spec file
ohm.spec (text/plain), 2.59 KB, created by
Richard Hughes
on 2007-07-05 23:30:39 UTC
(
hide
)
Description:
new spec file
Filename:
MIME Type:
Creator:
Richard Hughes
Created:
2007-07-05 23:30:39 UTC
Size:
2.59 KB
patch
obsolete
>%define glib2_version 2.10.0 >%define dbus_version 0.70 >%define gettext_version 0.14 > >Summary: Open Hardware Manager >Name: ohm >Version: 0.1.1 >Release: 0%{?dist} >URL: http://www.freedesktop.org/Software/ohm >Source0: http://people.freedesktop.org/~hughsient/temp/%{name}-%{version}.tar.gz >License: LGPL >Group: System Environment/Libraries >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: glib2-devel >= %{glib2_version} >BuildRequires: dbus-devel >= %{dbus_version} >BuildRequires: gettext >= %{gettext_version} >BuildRequires: perl(XML::Parser) >BuildRequires: dbus-glib-devel >BuildRequires: hal-devel >Requires: chkconfig >Requires: dbus >= %{dbus_version} >Requires: dbus-glib >= %{dbus_version} >Requires: glib2 >= %{glib2_version} >Requires(pre): shadow-utils >Requires(post): /sbin/ldconfig >Requires(post): /sbin/chkconfig >Requires(preun): /sbin/chkconfig >Requires(preun): /sbin/service >Requires(postun): /sbin/ldconfig > >%description >OHM stands for Open Hardware Manager which is a service that controls low level >hardware and exports preferences to the user session. > >%package devel >Summary: Libraries and headers for OHM >Group: Development/Libraries >Requires: %name = %{version}-%{release} >Requires: dbus-devel >= %{dbus_version} > >%description devel > >Headers, static libraries and API docs for OHM. > >%prep >%setup -q > >%build > >%configure --disable-docbook-docs --with-os-type=redhat --docdir=%{_datadir}/doc/%{name}-%{version} > >%install >make install DESTDIR=%{buildroot} > >rm -f %{buildroot}%{_libdir}/*.la >rm -f %{buildroot}%{_libdir}/*.a >rm -f %{buildroot}%{_libdir}/ohm/*.la >rm -f %{buildroot}%{_libdir}/ohm/*.a > >%find_lang %{name} > >%clean >rm -rf %{buildroot} > >%pre >groupadd -f -r ohmd >id ohmd >/dev/null 2>&1 || \ >useradd -r -g ohmd -d %{_sysconfdir}/ohm -s /sbin/nologin -c "OHM daemon" ohmd > >%post >/sbin/ldconfig >/sbin/chkconfig --add ohmd > >%preun >if [ $1 = 0 ]; then > service ohmd stop > /dev/null 2>&1 > /sbin/chkconfig --del ohmd >fi > >%postun >/sbin/ldconfig >if [ "$1" -ge "1" ]; then > service ohmd condrestart > /dev/null 2>&1 >fi > >%files -f %{name}.lang >%defattr(-,root,root) >%doc COPYING NEWS > >%config(noreplace) %{_sysconfdir}/dbus-1/system.d/ohm.conf >%{_sysconfdir}/rc.d/init.d/ohmd >%dir %{_sysconfdir}/ohm >%config(noreplace) %{_sysconfdir}/ohm/* > >%{_sbindir}/ohmd >%{_bindir}/lsohm >%{_libdir}/libohm*.so.* > >#plugins >%dir %{_libdir}/ohm >%{_libdir}/ohm/libohm*.so > >%files devel >%defattr(-,root,root) > >%{_libdir}/libohm*.so >%{_libdir}/pkgconfig/* >%{_includedir}/* > >%changelog >* Wed Jul 30 2007 Richard Hughes <richard@hughsie.com> 0.1.1-0.fc7.hughsie >- Initial package for Fedora >
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 246748
:
158616
| 158629