diff --git a/README.md b/README.md index 5c52f2f..7183746 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libburn +a project for reading, mastering and writing optical discs. + diff --git a/libburn.spec b/libburn.spec new file mode 100644 index 0000000..f57b9ee --- /dev/null +++ b/libburn.spec @@ -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 +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 1.4.6-1mamba +- package created using the webbuild interface