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 304573 Details for
Bug 445153
Review Request: libacpi - General purpose library for ACPI
[?]
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.
modified spec; I was to lazy to add the mandatory changelog entry
libacpi.spec (text/plain), 2.08 KB, created by
manuel wolfshant
on 2008-05-05 22:47:40 UTC
(
hide
)
Description:
modified spec; I was to lazy to add the mandatory changelog entry
Filename:
MIME Type:
Creator:
manuel wolfshant
Created:
2008-05-05 22:47:40 UTC
Size:
2.08 KB
patch
obsolete
>Name: libacpi >Version: 0.2 >Release: 7%{?dist} >Summary: General purpose library for ACPI > >Group: System Environment/Libraries >License: MIT >URL: http://www.ngolde.de/libacpi.html >Source0: http://www.ngolde.de/download/libacpi-%{version}.tar.gz >Patch0: %{name}-%{version}.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%description >libacpi is a general purpose shared library for programs gathering >ACPI data on Linux. Features: Thermal zones support, Battery support, >Fan support, AC support > >Note: This is no portable code, it will just run on a Linux system. > >%package devel >Summary: Development files for %{name} >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} > >%description devel >The %{name}-devel package contains libraries and header files for >developing applications that use %{name}. > > >%prep >%setup -q >sed -i "s/CFLAGS += .*/CFLAGS += -fPIC $RPM_OPT_FLAGS/;s&usr/local&usr&" config.mk >%patch -p1 > >%build >make %{?_smp_mflags} > > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%_libdir >chmod +x $RPM_BUILD_ROOT%{_libdir}/libacpi.so.* >find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' >#find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';' > > >%clean >rm -rf $RPM_BUILD_ROOT > > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > > >%files >%defattr(-,root,root,-) >%doc %{_mandir}/man3/* >%doc %{_defaultdocdir}/libacpi/AUTHORS >%doc %{_defaultdocdir}/libacpi/CHANGES >%doc %{_defaultdocdir}/libacpi/README >%doc %{_defaultdocdir}/libacpi/LICENSE >%_libdir/*.so.* > >%files devel >%defattr(-,root,root,-) >%doc %{_defaultdocdir}/libacpi/doc/* >%{_bindir}/test-libacpi >%{_includedir}/* >%_libdir/*.so > > >%changelog >* Mon May 5 2008 slankes <sven@lank.es> - 0.2-6 >- Mark library as executable so that rpmbuild will strip it >- replace upstream CFLAGS > >* Mon May 5 2008 slankes <sven@lank.es> - 0.2-5 >- Various SPECFILE cleanups >- Remove .a >- do not strip library > >* Sat May 3 2008 slankes <sven@lank.es> - 0.2-4 >- First version of the 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 445153
: 304573 |
304574