Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
cego
>
lfcxml
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
lfcxml.spec
@@ -19,6 +19,13 @@ a XML document can be parsed, traced and generated by the provided methods. Furthermore, this library is a good example for the usage of the dragon parser generator. +%package devel +Group: Productivity/Databases +Summary: Development files for lfcxml + +%description devel +This package contains development files for lfcxml. + %prep %setup %patch0 @@ -34,8 +41,15 @@ %clean rm -rf %{buildroot} +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(-,root,root) +%{_libdir}/liblfcxml.so.1 + +%files devel +%defattr(-,root,root) %{_includedir}/lfc/Attribute.h %{_includedir}/lfc/Document.h %{_includedir}/lfc/Element.h @@ -45,6 +59,5 @@ %{_includedir}/lfc/XMLOutStream.h %{_includedir}/lfc/XMLSuite.h %{_libdir}/liblfcxml.a -%{_libdir}/liblfcxml.so.1 %changelog