Author: arvenil                      Date: Tue Nov 11 14:31:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

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

---- Diffs:

================================================================
Index: SPECS/id3tool.spec
diff -u /dev/null SPECS/id3tool.spec:1.1
--- /dev/null   Tue Nov 11 15:31:11 2008
+++ SPECS/id3tool.spec  Tue Nov 11 15:31:06 2008
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+%define        subver  a
+Summary:       Command line utility for easy manipulation of the ID3 tags 
present in MPEG Layer 3 audio files
+Name:          id3tool
+Version:       1.2
+Release:       0.%{subver}.1
+License:       GPL
+Group:         Applications/Sound
+Source0:       
http://nekohako.xware.cx/id3tool/%{name}-%{version}%{subver}.tar.gz
+# Source0-md5: 061185562c0d0e6327406d9fc2f194b2
+URL:           http://nekohako.xware.cx/id3tool/
+#BuildRequires:        libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Command line utility for easy manipulation of the ID3 tags present in
+MPEG Layer 3 audio files.
+
+%prep
+%setup -q -n %{name}-%{version}%{subver}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+%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  2008/11/11 14:31:06  arvenil
+- init
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to