]> git.pld-linux.org Git - packages/python-mutagen.git/commitdiff
- updated to 1.4 auto/th/python-mutagen-1_4-1
authorArtur Frysiak <artur@frysiak.net>
Mon, 5 Jun 2006 17:15:22 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added tools subpackage

Changed files:
    python-mutagen.spec -> 1.5

python-mutagen.spec

index 2eac4f827666b318fccb59c82cf46164cdfa4c07..98d1854a06c539b708cbf697a7787d83e28ef3de 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       Audio metadata reader/writer
 Summary(pl):   Modu³ do odczytu i zapisu metadanych d¼wiêkowych
 Name:          python-%{module}
-Version:       1.2
+Version:       1.4
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Multimedia
 Source0:       http://www.sacredchao.net/~piman/software/%{module}-%{version}.tar.gz
-# Source0-md5: a9b6434d90fe080bcc754cf0d255f9ba
+# Source0-md5: 4a5f656d803ea371e06eaff3fbc1dfbb
 URL:           http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
 BuildRequires: intltool
 BuildRequires: pkgconfig
@@ -28,6 +28,14 @@ zaimplementowany w czystym Pythonie. Obs
 ID3v2.2, ID3v2.3, ID3v2.4, APEv2 i FLAC oraz zapis ID3v1.1, ID3v2.4,
 APEv2 i FLAC.
 
+%package tools
+Summary:       Simple tools for reading and writing audio metadata
+Group:         Application/Multimedia
+Requires:      %{name} = %{version}-%{release}
+
+%description tools
+Simple tools for reading and writting audio metadata.
+
 %prep
 %setup -q -n %{module}-%{version}
 
@@ -50,3 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc NEWS README TODO
 %{py_sitescriptdir}/%{module}
+
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.105614 seconds and 4 git commands to generate.