package created using the webbuild interface [release 1.4.6-1mamba;Thu Aug 17 2017]
This commit is contained in:
parent
7856121493
commit
8bf4f6e33d
@ -1,2 +1,4 @@
|
|||||||
# libburn
|
# libburn
|
||||||
|
|
||||||
|
a project for reading, mastering and writing optical discs.
|
||||||
|
|
||||||
|
80
libburn.spec
Normal file
80
libburn.spec
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
Name: libburn
|
||||||
|
Version: 1.4.6
|
||||||
|
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/%{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
|
||||||
|
* Thu Aug 17 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.6-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user