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 160808 Details for
Bug 249352
Review Request: popt - C library for parsing command line parameters
[?]
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.
[patch]
Suggested spec tweaks
popt.spec.patch (text/plain), 1.75 KB, created by
Panu Matilainen
on 2007-08-07 13:03:59 UTC
(
hide
)
Description:
Suggested spec tweaks
Filename:
MIME Type:
Creator:
Panu Matilainen
Created:
2007-08-07 13:03:59 UTC
Size:
1.75 KB
patch
obsolete
>--- popt.spec.orig 2007-08-07 15:52:01.000000000 +0300 >+++ popt.spec 2007-08-07 15:58:40.000000000 +0300 >@@ -6,7 +6,7 @@ > Group: System Environment/Libraries > URL: http://www.rpm5.org/ > Source: http://www.rpm5.org/files/%{name}/%{name}-%{version}.tar.gz >-BuildRequires: gettext >+BuildRequires: gettext doxygen > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > %description >@@ -37,17 +37,25 @@ > The popt-static package includes static libraries of the popt library. > Install it if you need to link statically with libpopt. > >+%package apidocs >+Summary: API documentation for the popt library >+Group: Documentation >+ >+%description apidocs >+The popt-apidocs package includes the API documentation of the popt library. >+ > %prep > %setup -q > > %build >-%configure >+%configure --libdir=/%{_lib} > make %{?_smp_mflags} >+doxygen > > %install > rm -rf $RPM_BUILD_ROOT > make DESTDIR=$RPM_BUILD_ROOT install >-rm -f $RPM_BUILD_ROOT%{_libdir}/libpopt.la >+rm -f $RPM_BUILD_ROOT/%{_lib}/libpopt.la > > %find_lang %{name} > >@@ -61,20 +69,29 @@ > %files -f %{name}.lang > %defattr(-,root,root) > %doc CHANGES COPYING >-%{_libdir}/libpopt.so.* >+/%{_lib}/libpopt.so.* > > %files devel > %defattr(-,root,root) > %doc README >-%{_libdir}/libpopt.so >+/%{_lib}/libpopt.so > %{_includedir}/popt.h > %{_mandir}/man3/popt.3* > > %files static > %defattr(-,root,root) >-%{_libdir}/libpopt.a >+/%{_lib}/libpopt.a >+ >+%files apidocs >+%defattr(-,root,root) >+%doc doxygen/html > > %changelog >+* Tue Aug 07 2007 Panu Matilainen <pmatilai@redhat.com> 1.12-2 >+- move libpopt to /lib[64] (#249814) >+- generate api documentation, put it to separate subpackage >+- buildrequire doxygen for the above >+ > * Mon Jul 23 2007 Robert Scheck <robert@fedoraproject.org> 1.12-1 > - Changes to match with Fedora Packaging Guidelines >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249352
: 160808