Logoj0ke.net Open Build Service > Projects > devel:libs > arts++ > Changes
Sign Up | Log In

Changes of Revision 8

[-] Changed arts++.spec
x
 
1
@@ -25,12 +25,19 @@
2
 The C++ class library is used by the CAIDA packages cflowd and skitter. In addition to the class library, 
3
 CAIDA distributes some simple applications for viewing and manipulating ARTS data. The entire package is called arts++.
4
 
5
+%package devel
6
+Group:     Development
7
+Summary:   libs and includes
8
+
9
+%description devel
10
+This package contains the header files and development libraries of ARTS
11
+
12
  
13
 %prep
14
 %setup
15
 %patch0 -p1
16
 
17
-%configure
18
+%configure --enable-shared=yes
19
 
20
 %build
21
 %__make
22
@@ -52,12 +59,17 @@
23
 %files
24
 %defattr(-,root,root)
25
 %doc ChangeLog INSTALL WishList
26
-%{_bindir}/*
27
-%{_libdir}/*
28
+%{_bindir}/arts*
29
+%{_libdir}/*.so*
30
 %{_mandir}/manl
31
-%{_includedir}/*.h*
32
 %{_docroot}
33
 
34
+%files devel
35
+%defattr(-,root,root)
36
+%{_libdir}/*.a
37
+%{_libdir}/*.la
38
+%{_includedir}/*.h*
39
+
40
 %changelog
41
 * Sat Aug 30 2008 Carsten Schoene <cs@linux-administrator.com>
42
 - initial build
43