Projects
home:TheBlackCat
libbml
bml.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bml.spec of Package libbml
# Copyright (c) 2006-2009 oc2pus # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments to toni@links2linux.de %define soname 0 Name: bml Version: 0.6.1 Release: 0 Summary: A library that loads buzz machines from the windows music composer buzz License: LGPL-2.0+ Group: System/Libraries Url: http://www.buzztard.org/ Source: http://downloads.sourceforge.net/project/buzztard/buzz%20machine%20loader/%{version}/bml-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The libbml is a library that loads buzz machines from the windows music composer buzz, so that Linux apps can use them. Note: You need to copy all *.dll libraries from a windows buzz installation, for details see README. %package -n libbml%{soname} Summary: A library that loads buzz machines from the windows music composer buzz Group: System/Libraries %description -n libbml%{soname} The libbml is a library that loads buzz machines from the windows music composer buzz, so that Linux apps can use them. Note: You need to copy all *.dll libraries from a windows buzz installation, for details see README. %package -n libbml-devel Summary: Include Files and Libraries mandatory for Development Group: Development/Languages/C and C++ Requires: libbml%{soname} = %{version} %description -n libbml-devel This package contains the files needed to compile programs that use the libbml library. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=%{?buildroot} rm %{buildroot}%{_libdir}/*.la rm %{buildroot}%{_libdir}/bml/*.la %post -n libbml%{soname} -p /sbin/ldconfig %postun -n libbml%{soname} -p /sbin/ldconfig %files -n libbml%{soname} %defattr(0644,root,root,0755) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_libdir}/libbml.so.%{soname}* %{_libdir}/bml %ifarch %ix86 %{_libdir}/win32 %endif %files -n libbml-devel %defattr(0644,root,root,0755) %{_libdir}/libbml.so %{_libdir}/pkgconfig/libbml.pc %{_includedir}/libbml %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.