package created by autospec [release 0.9.2%2Bsvn49synce-1mamba;Fri May 09 2008]

This commit is contained in:
Silvan Calarco 2024-01-06 06:07:22 +01:00
parent ea4e4e2e6a
commit ce01599a88
2 changed files with 68 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# libwbxml2
wbxml2 library from the Synce project.

66
libwbxml2.spec Normal file
View File

@ -0,0 +1,66 @@
Name: libwbxml2
Version: 0.9.2
Release: 1mamba
Summary: wbxml2 library from the Synce project
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.synce.org
Source: http://downloads.sourceforge.net/synce/wbxml2-%{version}%2Bsvn49synce.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libexpat-devel
BuildRequires: libpopt-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
wbxml2 library from the Synce project.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
wbxml2 library from the Synce project.
This package contains static libraries and header files need for development.
%prep
%setup -q -n wbxml2-%{version}+svn49synce
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/wbxml2xml
%{_bindir}/xml2wbxml
%{_libdir}/libwbxml2.so.*
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
%files devel
%defattr(-,root,root)
%{_libdir}/libwbxml2.a
%{_libdir}/libwbxml2.la
%{_libdir}/libwbxml2.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc
%{_datadir}/doc/wbxml2-%{version}+svn49synce/*
%changelog
* Fri May 09 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2%2Bsvn49synce-1mamba
- package created by autospec