Search
j0ke.net Open Build Service
>
Projects
>
devel
:
libs
>
arts++
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Changed
arts++.spec
@@ -25,12 +25,19 @@ The C++ class library is used by the CAIDA packages cflowd and skitter. In addition to the class library, CAIDA distributes some simple applications for viewing and manipulating ARTS data. The entire package is called arts++. +%package devel +Group: Development +Summary: libs and includes + +%description devel +This package contains the header files and development libraries of ARTS + %prep %setup %patch0 -p1 -%configure +%configure --enable-shared=yes %build %__make @@ -52,12 +59,17 @@ %files %defattr(-,root,root) %doc ChangeLog INSTALL WishList -%{_bindir}/* -%{_libdir}/* +%{_bindir}/arts* +%{_libdir}/*.so* %{_mandir}/manl -%{_includedir}/*.h* %{_docroot} +%files devel +%defattr(-,root,root) +%{_libdir}/*.a +%{_libdir}/*.la +%{_includedir}/*.h* + %changelog * Sat Aug 30 2008 Carsten Schoene <cs@linux-administrator.com> - initial build