SPECS: last-exit.spec (NEW) - new spec

jajcus jajcus at pld-linux.org
Fri Jul 21 12:40:28 CEST 2006


Author: jajcus                       Date: Fri Jul 21 10:40:28 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec

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

---- Diffs:

================================================================
Index: SPECS/last-exit.spec
diff -u /dev/null SPECS/last-exit.spec:1.1
--- /dev/null	Fri Jul 21 12:40:28 2006
+++ SPECS/last-exit.spec	Fri Jul 21 12:40:22 2006
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+#
+#
+Summary:	GTK Last.fm player
+Name:		last-exit
+Version:	1.0
+Release:	0.1
+License:	GPL v2+
+Group:		X11/Applications/Multimedia
+Source0:	http://www.o-hand.com/~iain/last-exit/%{name}-%{version}.tar.bz2
+# Source0-md5:	ed579d0358624ebee677d24f25be0273
+Patch0:		%{name}-exec.patch
+URL:		http://www.o-hand.com/~iain/last-exit/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	intltool
+BuildRequires:	libtool
+BuildRequires:	mono-csharp
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Last Exit is a player for Last.fm.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+#%%{__intltoolize}
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.a
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+%gconf_schema_install last-exit.schemas
+%gconf_schema_install lastfm.schemas
+
+%preun
+%gconf_schema_uninstall last-exit.schemas
+%gconf_schema_uninstall lastfm.schemas
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*.exe*
+%attr(755,root,root) %{_libdir}/%{name}/*.so*
+%{_libdir}/%{name}/*.la
+%{_sysconfdir}/gconf/schemas/*
+%{_desktopdir}/*.desktop
+%{_iconsdir}/*/*/apps/last-exit*
+
+%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  2006/07/21 10:40:22  jajcus
+- new spec
+
================================================================


More information about the pld-cvs-commit mailing list