Author: wiget                        Date: Mon Feb 28 16:27:07 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- another mp3info implementation

---- Files affected:
SPECS:
   mp3info-rmc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mp3info-rmc.spec
diff -u /dev/null SPECS/mp3info-rmc.spec:1.1
--- /dev/null   Mon Feb 28 17:27:07 2005
+++ SPECS/mp3info-rmc.spec      Mon Feb 28 17:27:02 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+# TODO:
+# - gtk subpackage
+# - gtk bcond
+Summary:       Utility for MP3 information and tag modification
+Summary(pl):   Program do manipulowania tagami ID3 plików w formacie MP3
+Summary(tr):   MP3 ses dosyasý bilgileri düzenleme aracý
+Name:          mp3info-rmc
+Version:       0.8.4
+Release:       1
+License:       GPL
+Group:         Applications/Sound
+Source0:       
ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-%{version}.tgz
+# Source0-md5: 879d0ced8ede5ec9fbaff4813851ea3f
+Patch0:                %{name}-multiline-strings.patch 
+URL:           http://www.ibiblio.org/mp3info/ 
+BuildRequires: gtk+-devel >= 1.2.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+mp3info is a command line utility to extract and manipulate TAG (ID3)
+info from MP3 files. It also has a VERY configurable output.
+
+%description -l pl
+mp3info jest programem do manipulowania tagami ID3 plików w formacie
+MP3. Umożliwia dowolne skonfigurowanie wyświetlanych przez to
+narzędzie informacji.
+
+%description -l tr
+mp3info, MP3 ses dosyalarýndan TAG (ID3) bilgilerini okumanýzý ve
+deđiţtirmenizi sađlayan bir komut satýrý aracýdýr. Çeţitli ţekillerde
+çýktýlar verebilir.
+
+%prep
+%setup -q -n mp3info-%{version}
+%patch0 -p1
+
+%build
+%{__make} CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses" \
+       mp3info gmp3info
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+%{__make} install \
+       bindir=$RPM_BUILD_ROOT%{_bindir} \
+       mandir=$RPM_BUILD_ROOT%{_mandir}/man1 \
+       STRIP=/bin/true
+
+mv -f $RPM_BUILD_ROOT%{_bindir}/mp3info{,-rmc}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog
+%attr(755,root,root) %{_bindir}/mp3info-rmc
+%attr(755,root,root) %{_bindir}/gmp3info
+%{_mandir}/*/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/02/28 16:27:02  wiget
+- another mp3info implementation
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to