Search
j0ke.net Open Build Service
>
Projects
>
devel
:
libs
>
libharu
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
libharu.spec
@@ -7,7 +7,6 @@ Group: Development/Libraries License: ZLIB/LIBPNG BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: libpng-devel zlib-devel %description @@ -28,6 +27,14 @@ libHaru is written in ANSI C, so theoretically it supports most of the modern OSes. +%package devel +Summary: %{name} development files +Group: Development/Libraries +Requires: %{name} + +%description devel +%{name} development files (includes & extra libs) + %prep %setup -n %{name}-%{version} @@ -45,6 +52,14 @@ %files %defattr(-,root,root) %doc README CHANGES +%{_libdir}/%{name}-%{version}.so + +%files devel +%defattr(-,root,root) +%{_includedir}/hpdf* +%{_libdir}/%{name}.a +%{_libdir}/%{name}.la +%{_libdir}/%{name}.so %changelog * Wed Nov 19 2008 Carsten Schoene <cs@linux-administrator.com>