/[packages]/cauldron/abrt/current/SPECS/abrt.spec
ViewVC logotype

Diff of /cauldron/abrt/current/SPECS/abrt.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 110025 by dmorgan, Sun Jun 19 18:32:18 2011 UTC revision 110058 by dmorgan, Sun Jun 19 18:54:34 2011 UTC
# Line 3  Line 3 
3    
4  %define lib_major 0  %define lib_major 0
5  %define lib_name %mklibname %{name} %{lib_major}  %define lib_name %mklibname %{name} %{lib_major}
6    %define libreport %mklibname report %{lib_major}
7    %define libreportgtk %mklibname report-gtk %{lib_major}
8    
9  %define lib_name_devel %mklibname %{name} -d  %define lib_name_devel %mklibname %{name} -d
10    %define lib_report_devel %mklibname report -d
11    
12  %define _disable_ld_no_undefined 1  %define _disable_ld_no_undefined 1
13    
# Line 455  Virtual package to make easy default ins Line 459  Virtual package to make easy default ins
459    
460  #--------------------------------------------------------------------  #--------------------------------------------------------------------
461    
462  %package -n libreport  %package %libreport
463  Summary: Libraries for reporting crashes to different targets.  Summary: Libraries for reporting crashes to different targets.
464  Group: System Environment/Libraries  Group: System Environment/Libraries
465    
466  %description -n libreport  %description %libreport
467  Libraries providing API for reporting different problems in applications  Libraries providing API for reporting different problems in applications
468  to different bug targets like bugzilla, ftp, trac, etc...  to different bug targets like bugzilla, ftp, trac, etc...
469    
470  %files -n libreport  %files %libreport
471  %defattr(-,root,root,-)  %defattr(-,root,root,-)
472  %{_libdir}/libreport.so.*  %{_libdir}/libreport.so.%{lib_major}*
473    
474  #--------------------------------------------------------------------  #--------------------------------------------------------------------
475    
476  %package -n libreport-devel  %package %lib_report_devel
477  Summary: Development libraries and headers for libreport.  Summary: Development libraries and headers for libreport.
478  Group: Development/Libraries  Group: Development/Libraries
479    
480  %description -n libreport-devel  %description %lib_report_devel
481  Development libraries and headers for libreport.  Development libraries and headers for libreport.
482    
483  %files -n libreport-devel  %files %lib_report_devel
484  %defattr(-,root,root,-)  %defattr(-,root,root,-)
485  %{_includedir}/report/*  %{_includedir}/report/*
486  %{_libdir}/libreport.so  %{_libdir}/libreport.so
# Line 496  Python bindings for report-libs. Line 500  Python bindings for report-libs.
500    
501  #--------------------------------------------------------------------  #--------------------------------------------------------------------
502    
503  %package -n libreport-gtk  %package %libreportgtk
504  Summary: GTK frontend for libreport  Summary: GTK frontend for libreport
505  Group:   System/Libraries  Group:   System/Libraries
506    
507  %description -n libreport-gtk  %description %libreportgtk
508  Applications for reporting bugs using libreport backend.  Applications for reporting bugs using libreport backend.
509    
510  %files -n libreport-gtk  %files %libreportgtk
511  %defattr(-,root,root,-)  %defattr(-,root,root,-)
512  %{_libdir}/libreportgtk.so.*  %{_libdir}/libreportgtk.so.%{lib_major}*
513    
514  #--------------------------------------------------------------------  #--------------------------------------------------------------------
515    

Legend:
Removed from v.110025  
changed lines
  Added in v.110058

  ViewVC Help
Powered by ViewVC 1.1.30