87 lines
2.2 KiB
RPMSpec
87 lines
2.2 KiB
RPMSpec
Name: libburn
|
|
Version: 1.5.0
|
|
Release: 1mamba
|
|
Summary: A project for reading, mastering and writing optical discs
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://dev.lovelyhq.com/libburnia/web/wikis/home
|
|
## GITSOURCE https://dev.lovelyhq.com/libburnia/libburn.git 1.4.6
|
|
Source: https://dev.lovelyhq.com/libburnia/libburn.git/release-%{version}/libburn-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
a project for reading, mastering and writing optical discs.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package -n cdrskin
|
|
Group: Applications/Multimedia
|
|
Summary: Utility applications for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n cdrskin
|
|
This package contains utility applications for %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
./bootstrap
|
|
%configure
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libburn.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/libburn/libburn.h
|
|
%{_libdir}/libburn.a
|
|
%{_libdir}/libburn.la
|
|
%{_libdir}/libburn.so
|
|
%{_libdir}/pkgconfig/libburn-1.pc
|
|
%doc ChangeLog NEWS README
|
|
|
|
%files -n cdrskin
|
|
%defattr(-,root,root)
|
|
%{_bindir}/cdrskin
|
|
%{_mandir}/man1/cdrskin.1*
|
|
|
|
%changelog
|
|
* Sun Oct 07 2018 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.8-1mamba
|
|
- update to 1.4.8
|
|
|
|
* Thu Aug 17 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.6-1mamba
|
|
- package created using the webbuild interface
|