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 294463 Details for
Bug 191492
Review Request: unuran - Universal Non-Uniform Random number generator
[?]
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]
spec file fixes
unuran.spec.diff (text/plain), 1.69 KB, created by
Patrice Dumas
on 2008-02-09 11:45:09 UTC
(
hide
)
Description:
spec file fixes
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2008-02-09 11:45:09 UTC
Size:
1.69 KB
patch
obsolete
>--- unuran.spec-orig 2008-02-09 12:25:46.000000000 +0100 >+++ unuran.spec 2008-02-09 12:40:11.000000000 +0100 >@@ -34,33 +34,41 @@ > License: GPLv2+ > > %description devel >-Header and object files for unuran, and pdf docs >+Header and object files for unuran, and pdf docs. > > %prep > %setup -q > > > %build >-INSTALL='install -p' %configure --enable-shared --disable-static --enable-logging >+%configure --enable-shared --disable-static --enable-logging > make %{?_smp_mflags} > > > %install > rm -rf $RPM_BUILD_ROOT >-make install DESTDIR=$RPM_BUILD_ROOT >+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' > #mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} > #cp doc/unuran.pdf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} >-rm -f $RPM_BUILD_ROOT/%{_libdir}/libunuran.la >-rm -f $RPM_BUILD_ROOT/%{_includedir}/unuran_tests.h >-rm -f $RPM_BUILD_ROOT/%{_infodir}/unuran_win32* >+rm $RPM_BUILD_ROOT/%{_libdir}/libunuran.la >+rm $RPM_BUILD_ROOT/%{_includedir}/unuran_tests.h >+rm $RPM_BUILD_ROOT/%{_infodir}/unuran_win32* > rm -f $RPM_BUILD_ROOT/%{_infodir}/dir > >+# clean examples >+rm -rf __dist_examples __clean_examples >+cp -a examples __clean_examples >+make -C __clean_examples distclean >+rm __clean_examples/Makefile* >+mkdir __dist_examples >+mv __clean_examples __dist_examples/examples >+ > %clean > rm -rf $RPM_BUILD_ROOT > > %post > /sbin/ldconfig >-/sbin/install-info %{_infodir}/unuran.info %{_infodir}/dir >+/sbin/install-info %{_infodir}/unuran.info %{_infodir}/dir || : > > %preun > if [ $1 = 0 ]; then >@@ -81,7 +89,7 @@ > %defattr(-,root,root,-) > %{_includedir}/unuran*.h > %{_libdir}/libunuran.so >-%doc doc/unuran.pdf examples >+%doc doc/unuran.pdf __dist_examples/examples > > #%check # enable if you want - takes a long time > #make check
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 191492
: 294463