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 305799 Details for
Bug 446837
New native version is available
[?]
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.
Suggested specfile.
libwfut.spec (text/plain), 2.30 KB, created by
Alexey Torkhov
on 2008-05-17 12:30:56 UTC
(
hide
)
Description:
Suggested specfile.
Filename:
MIME Type:
Creator:
Alexey Torkhov
Created:
2008-05-17 12:30:56 UTC
Size:
2.30 KB
patch
obsolete
># Architecture dependent python packages dir >%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} > >Name: libwfut >Version: 0.2.0 >Release: 1%{?dist} >Summary: Software updater tool for WorldForge applications > ># Replace wfut package >Provides: wfut = 1.1.0-6 >Obsoletes: wfut < 1.1.0-6 > >Group: Development/Libraries >License: LGPLv2+ >URL: http://worldforge.org/ >Source0: http://downloads.sourceforge.net/worldforge/%{name}-%{version}.tar.gz >Patch0: libwfut-0.2.0-gcc43.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: libsigc++20-devel curl-devel zlib-devel > >%description >libwfut is the WorldForge Update Tool (WFUT) client side implementation in C++ >for use directly by WorldForge clients. > > >%package devel >Summary: Development files for libwfut library >Group: Development/Libraries >Requires: pkgconfig %{name} = %{version}-%{release} > > >%description devel >Development libraries and headers for linking against the libwfut library. > > >%package python >Summary: Python interface for libwfut library >Group: Development/Libraries > > >%description python >Python interface for libwfut library. > > >%prep >%setup -q >%patch0 -p1 > > >%build >%configure >make %{?_smp_mflags} > > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT > >rm -f $RPM_BUILD_ROOT%{_libdir}/*.a >rm -f $RPM_BUILD_ROOT%{_libdir}/*.la > >rm -f $RPM_BUILD_ROOT%{python_sitelib}/%{name}/*.a >rm -f $RPM_BUILD_ROOT%{python_sitelib}/%{name}/*.la > >## cleaning up redundant docs >rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} > >%check >make check > >%clean >rm -rf $RPM_BUILD_ROOT > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > > >%files >%defattr(-,root,root,-) >%doc AUTHORS COPYING ChangeLog NEWS README TODO >%{_bindir}/wfut >%{_mandir}/man1/wfut.1.gz >%{_libdir}/libwfut-0.2.so.* > > >%files devel >%defattr(-,root,root,-) >%{_includedir}/%{name}-0.2 >%{_libdir}/libwfut-0.2.so >%{_libdir}/pkgconfig/*.pc > >%files python >%defattr(-,root,root,-) >%{python_sitelib}/%{name} > > >%changelog >* Wed May 17 2008 Alexey Torkhov <atorkhov@gmail.com> 0.2.0-1 >- Modified spec file for Fedora like other WF packages. > >* Tue Mar 25 2008 Simon Goodall <simon@worldforge.org> >- Initial spec file.
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 446837
: 305799 |
305800