]> git.pld-linux.org Git - packages/easytag.git/blobdiff - easytag.spec
- updated to 1.0
[packages/easytag.git] / easytag.spec
index 23911b7fe6ce787fda4bae38ed10e423ec53b5fa..5ca34119491df5c22a946ba2b8e7292840b7d6d3 100644 (file)
@@ -1,33 +1,33 @@
-Summary:       Tag editor for MP3 and OGG files
-Summary(pl):   Edytor etykiet plików MP3 i OGG
+Summary:       ID3 tag editor
+Summary(pl):   Edytor etykiet ID3
 Name:          easytag
-Version:       0.20
-Release:       2
-License:       GPL
-Vendor:                Jerome Couderc <j.couderc@ifrance.com>
-Group:         X11/Applications
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/easytag/%{name}-%{version}.tar.gz
-Patch0:                %{name}-no_inclusion_patch_in_configurein.patch
+Version:       1.0
+Release:       1
+License:       GPL v2
+Group:         X11/Applications/Sound
+Source0:       http://dl.sourceforge.net/easytag/%{name}-%{version}.tar.bz2
+# Source0-md5: 2edda10af47a52c7f74c77fa0b45cd38
+Patch0:                %{name}-desktop.patch
 URL:           http://easytag.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: flac-devel >= 1.1.0
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel      >= 1.2.7
-BuildRequires: id3lib-devel    >= 3.7.13
+BuildRequires: id3lib-devel    >= 3.8.2
 BuildRequires: libogg-devel    >= 1.0
+BuildRequires: libtool
 BuildRequires: libvorbis-devel >= 1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-
 %description
 EasyTAG is an utility for viewing, editing and writing tags of your
-MP3, MP2, FLAC and OGG files. Its simple and nice GTK+ interface makes
-tagging easier.
+MP3, MP2, FLAC, Ogg, MusePack and Monkey's Audio files. Its simple
+and nice GTK+ interface makes tagging easier.
 
 Features:
   - View, edit, write tags of MP3, MP2, FLAC files (supporting ID3v2 and
-    ID3v1.x specifications) and OGG files,
+    ID3v1.x specifications), Ogg files, MusePack and Monkey's Audio
   - Auto tagging: parse filename and directory to complete automatically
     the fields (using masks),
   - Ability to rename files from the tag (using masks) or by loading a
@@ -44,13 +44,14 @@ Features:
   - A file searching window.
 
 %description -l pl
-EasyTAG to narzêdzie do przegl±dania, modyfikownia i zapisywania
-etykiet (tagów) w plikach MP3, MP2, FLAC i OGG. Prosty i mi³y
-interfejs GTK+ u³atwia to zadanie.
+EasyTAG to narzêdzie do przegl±dania, modyfikowania i zapisywania
+etykiet (tagów) w plikach MP3, MP2, FLAC, Ogg, MusePack i Monkey's
+Audio. Prosty i mi³y interfejs GTK+ u³atwia to zadanie.
 
 Mo¿liwo¶ci:
  - przegl±danie, modyfikowanie, zapisywanie etykiet w plikach MP3,
-   MP2, FLAC (z obs³ug± formatów ID3v2 i ID3v1.x) i OGG
+   MP2, FLAC (z obs³ug± formatów ID3v2 i ID3v1.x), Ogg, MusePack
+   i Monkey's Audio
  - automatyczne etykietowanie: tworzenie pól na podstawie nazwy pliku
    i katalogu (przy u¿yciu masek)
  - mo¿liwo¶æ zmiany nazw plików na podstawie etykiet (przy u¿yciu
@@ -63,7 +64,7 @@ Mo
  - wczytywanie i wy¶wietlanie informacji z nag³ówka (czas, jako¶æ)
  - przegl±darka bazuj±ca na drzewie
  - lista z wyborem plików
- - prosty inferfejs
+ - prosty interfejs
  - generowanie playlist
  - wyszukiwanie plików.
 
@@ -71,13 +72,12 @@ Mo
 %setup -q
 %patch0 -p1
 
-
 %build
-rm -f missing
 %{__gettextize}
-%{__autoheader}
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -85,10 +85,9 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       gnome_menudir=%{_applnkdir}/Multimedia
+       DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
+%find_lang %{name} --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -96,7 +95,8 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO THANKS USERS-GUIDE
-%attr(755,root,root) %{_bindir}/easytag
-%{_applnkdir}/Multimedia/easytag.desktop
-%{_pixmapsdir}/*
+%attr(755,root,root) %{_bindir}/*
 %{_datadir}/easytag
+%{_desktopdir}/*.desktop
+%{_mandir}/man1/*.1*
+%{_pixmapsdir}/*
This page took 0.229382 seconds and 4 git commands to generate.