Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:FunkyM
pxlib0
pxlib.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pxlib.spec of Package pxlib0
# # spec file for pxlib (Version 0.6.3) # # Copyright (c) 2008 FloHimself # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # norootforbuild Name: pxlib Version: 0.6.3 Release: 1 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: Development/Libraries Summary: Library to read and write Paradox files Source: %{name}-%{version}.tar.gz BuildRequires: intltool gtk2-devel %description pxlib is a simply and still small C library to read and write Paradox DB files. It supports all versions starting from 3.0. It currently has a very limited set of functions like to open a DB file, read its header and read every single record. It can read and write blob data. The write support is still a bit experimental. %package devel Group: Development/Libraries Summary: Library to read and write Paradox files Requires: libpx = %{version} glibc-devel %description devel pxlib is a simply and still small C library to read and write Paradox DB files. It supports all versions starting from 3.0. It currently has a very limited set of functions like to open a DB file, read its header and read every single record. It can read and write blob data. The write support is still a bit experimental. %prep %setup -q %build CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" %if 0%{?suse_version} > 1000 CFLAGS="$CFLAGS -fstack-protector" CXXFLAGS="$CXXFLAGS -fstack-protector" %endif export CFLAGS export CXXFLAGS %configure --disable-static --with-pic %{__make} %{?jobs:-j%jobs} %install %makeinstall %find_lang %{name} %clean rm -rf "$RPM_BUILD_ROOT" %post -n pxlib -p /sbin/ldconfig %postun -n pxlib -p /sbin/ldconfig %files -n pxlib -f %{name}.lang %defattr(-,root,root) %{_libdir}/libpx.so.0* %files devel %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/libpx.so %{_libdir}/pkgconfig/pxlib.pc %exclude %{_libdir}/*.la %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor