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

Changes of Revision 3

[-] Changed libharu.spec
x
 
1
@@ -7,7 +7,6 @@
2
 Group:     Development/Libraries
3
 License:   ZLIB/LIBPNG
4
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
5
-
6
 BuildRequires: libpng-devel zlib-devel
7
 
8
 %description
9
@@ -28,6 +27,14 @@
10
 
11
 libHaru is written in ANSI C, so theoretically it supports most of the modern OSes.
12
 
13
+%package devel
14
+Summary:        %{name} development files
15
+Group:          Development/Libraries
16
+Requires:       %{name}
17
+
18
+%description devel
19
+%{name} development files (includes & extra libs)
20
+
21
 
22
 %prep
23
 %setup -n %{name}-%{version}
24
@@ -45,6 +52,14 @@
25
 %files
26
 %defattr(-,root,root)
27
 %doc README CHANGES
28
+%{_libdir}/%{name}-%{version}.so
29
+
30
+%files devel
31
+%defattr(-,root,root)
32
+%{_includedir}/hpdf*
33
+%{_libdir}/%{name}.a
34
+%{_libdir}/%{name}.la
35
+%{_libdir}/%{name}.so
36
 
37
 %changelog
38
 * Wed Nov 19 2008 Carsten Schoene <cs@linux-administrator.com>
39