Mass letter "t" update, one or more apply :
- Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs
This commit is contained in:
parent
e0f02f6671
commit
c42daf191a
19
taglib.spec
19
taglib.spec
@ -1,13 +1,12 @@
|
||||
Name: taglib
|
||||
Version: 1.3.1
|
||||
Release: 1
|
||||
Epoch: 0
|
||||
Summary: Audio Meta-Data Library
|
||||
Summary: Audio Meta-Data Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
URL: http://ktown.kde.org/~wheeler/taglib/
|
||||
Source: http://developer.kde.org/~wheeler/files/src/taglib-1.3.1.tar.gz
|
||||
Source: http://developer.kde.org/~wheeler/files/src/taglib-1.3.1.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires(post): /sbin/ldconfig
|
||||
@ -16,15 +15,15 @@ Requires(postun): /sbin/ldconfig
|
||||
BuildRequires: doxygen, graphviz
|
||||
|
||||
%description
|
||||
TagLib is a library for reading and editing the meta-data of several
|
||||
popular audio formats. Currently it supports both ID3v1 and ID3v2 for
|
||||
MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in
|
||||
TagLib is a library for reading and editing the meta-data of several
|
||||
popular audio formats. Currently it supports both ID3v1 and ID3v2 for
|
||||
MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in
|
||||
FLAC files.
|
||||
|
||||
%package devel
|
||||
Summary: Development tools for taglib
|
||||
Summary: Development tools for taglib
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description devel
|
||||
Development tools for taglib
|
||||
|
||||
@ -66,7 +65,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
%doc examples
|
||||
|
||||
|
||||
%clean
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
@ -117,4 +116,4 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- fix for rh73
|
||||
|
||||
* Fri Feb 06 2004 Rex Dieter <rexdieter at sf.net> 0:1.0-0.fdr.0
|
||||
- first try
|
||||
- first try
|
||||
|
Loading…
Reference in New Issue
Block a user