Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
libxmlrow
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
libxmlrow.spec
@@ -9,7 +9,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Packager: Carsten Schoene <cs@linux-administrator.com> Vendor: linux-administrator.com -BuildRequires: glibc-devel libgcc gcc gcc-c++ pkgconfig libxml2-devel +BuildRequires: glibc-devel libgcc gcc gcc-c++ +BuildRequires: pkgconfig +BuildRequires: libxml2-devel >= 2.6.29 + %description libxmlrow is library written to represent database rows. It uses a very simple XML format. It was designed to create a @@ -29,7 +32,7 @@ cd $RPM_BUILD_ROOT find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.5{name} +find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} %clean rm -rf $RPM_BUILD_ROOT/*