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

Changes of Revision 4

[-] Changed libharu.spec
x
 
1
@@ -1,3 +1,4 @@
2
+%define    libname libhpdf
3
 Name:      libharu
4
 Version:   2.1.0
5
 Release:   1
6
@@ -52,14 +53,14 @@
7
 %files
8
 %defattr(-,root,root)
9
 %doc README CHANGES
10
-%{_libdir}/%{name}-%{version}.so
11
+%{_libdir}/%{libname}-%{version}.so
12
 
13
 %files devel
14
 %defattr(-,root,root)
15
 %{_includedir}/hpdf*
16
-%{_libdir}/%{name}.a
17
-%{_libdir}/%{name}.la
18
-%{_libdir}/%{name}.so
19
+%{_libdir}/%{libname}.a
20
+%{_libdir}/%{libname}.la
21
+%{_libdir}/%{libname}.so
22
 
23
 %changelog
24
 * Wed Nov 19 2008 Carsten Schoene <cs@linux-administrator.com>
25