SPECS: asunder.spec (NEW) - init - stolen from FC - needs someones...

czarny czarny at pld-linux.org
Mon Sep 24 14:51:06 CEST 2007


Author: czarny                       Date: Mon Sep 24 12:51:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init
- stolen from FC
- needs someones™ checking

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

---- Diffs:

================================================================
Index: SPECS/asunder.spec
diff -u /dev/null SPECS/asunder.spec:1.1
--- /dev/null	Mon Sep 24 14:51:06 2007
+++ SPECS/asunder.spec	Mon Sep 24 14:51:01 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - check BR-s and R-s
+# - translations
+#
+Summary:	A graphical Audio CD ripper and encoder
+Summary(pl.UTF-8):Graficzny ripper płyt Audio CD
+Name:		asunder
+Version:	0.8.1
+Release:	0.1
+License:	GPLv2
+Group:		Applications/File
+Source0:	http://littlesvr.ca/asunder/releases/%{name}-%{version}.tar.gz
+# Source0-md5:	75cbd3c99db2bc977b53e39946f8ea86
+URL:		http://littlesvr.ca/asunder/
+BuildRequires:	desktop-file-utils
+BuildRequires:	gettext
+BuildRequires:	gtk+2-devel >= 2.4
+BuildRequires:	libcddb-devel >= 0.9.5
+Requires:	cdparanoia
+Requires:	libcddb >= 0.9.5
+Suggests:	vorbis-tools
+Suggests:	flac
+Suggests:	lame
+Buildroot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+It allows to save tracks from an Audio CD as WAV, MP3, OGG, and/or
+FLAC.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README TODO NEWS
+%attr(755,root,root) %{_bindir}/asunder
+%{_desktopdir}/asunder.desktop
+%{_pixmapsdir}/asunder.png
+#man page is not currently available
+#%{_mandir}/man1/asunder.1*
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/09/24 12:51:01  czarny
+- init
+- stolen from FC
+- needs someones™ checking
+
================================================================


More information about the pld-cvs-commit mailing list