diff --git a/.libquvi-scripts.metadata b/.libquvi-scripts.metadata new file mode 100644 index 0000000..e10385a --- /dev/null +++ b/.libquvi-scripts.metadata @@ -0,0 +1 @@ +598ab8a793e07a32e60e76a97cd02d596277e50a SOURCES/libquvi-scripts-0.4.10.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libquvi-scripts.spec b/SPECS/libquvi-scripts.spec new file mode 100644 index 0000000..291b636 --- /dev/null +++ b/SPECS/libquvi-scripts.spec @@ -0,0 +1,72 @@ +%define debug_package %{nil} + +Name: libquvi-scripts +Version: 0.4.10 +Release: 2%{?dist} +Summary: Embedded lua scripts that libquvi uses for parsing the media details + +Group: Applications/Internet +License: LGPLv2+ +URL: http://quvi.sourceforge.net/ +Source0: http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz + +BuildArch: noarch + +%description +libquvi-scripts contains the embedded lua scripts that libquvi +uses for parsing the media details. Some additional utility +scripts are also included. + + +%prep +%setup -q + +%build +%configure --with-nsfw --with-nlfy + +%install +make install DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_datadir}/pkgconfig/ + +%files +%doc ChangeLog COPYING README AUTHORS NEWS +%{_datadir}/%{name}/ +%{_mandir}/man7/%{name}.7.* +%{_datadir}/pkgconfig/%{name}.pc + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.4.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jan 18 2013 Nicoleau Fabien 0.4.10-1 +- Update to 0.4.10 + +* Sun Oct 28 2012 Nicoleau Fabien 0.4.9-1 +- Update to 0.4.9 + +* Fri Aug 10 2012 Nicoleau Fabien 0.4.7-1 +- Update to 0.4.7 + +* Sun Jul 15 2012 Nicoleau Fabien 0.4.6-1 +- Update to 0.4.6 + +* Thu Mar 29 2012 Nicoleau Fabien 0.4.4-1 +- Update to 0.4.4 + +* Sun Mar 11 2012 Nicoleau Fabien 0.4.3-1 +- Update to 0.4.3 + +* Fri Dec 2 2011 Nicoleau Fabien 0.4.2-1 +- Update to 0.4.2 + +* Thu Nov 10 2011 Nicoleau Fabien 0.4.1-1 +- Update to 0.4.1 + +* Tue Oct 11 2011 Nicoleau Fabien 0.4.0-3 +- Remove the devel subpackage +- The package is now noarch + +* Sun Oct 9 2011 Nicoleau Fabien 0.4.0-2 +- Create the devel subpackage + +* Sat Oct 8 2011 Nicoleau Fabien 0.4.0-1 +- Initial build