rpms/lxmusic/F-9 lxmusic.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Mon Apr 13 10:27:33 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/lxmusic/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30026

Modified Files:
	.cvsignore sources 
Added Files:
	lxmusic.spec 
Log Message:
initial build for F9


--- NEW FILE lxmusic.spec ---
Name:           lxmusic
Version:        0.2.3
Release:        2%{?dist}
Summary:        Lightweight XMMS2 client with simple user interface

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://lxde.org
Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel >= 2.12.0 xmms2-devel >= 0.5 
BuildRequires:  desktop-file-utils gettext intltool
Requires:       xmms2 >= 0.5

%description
LXMusic is a very simple gtk+ XMMS2 client written in pure C. It has very few 
functionality, and can do nothing more than play the music. The UI is very 
clean and simple. This is currently aimed to be used as the default music 
player of LXDE (Lightweight X11 Desktop Environment) project.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install                                       \
  --delete-original                                        \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/lxmusic.desktop
%{_datadir}/lxmusic
%{_datadir}/pixmaps/lxmusic.png


%changelog
* Sun Mar 01 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.3-2
- Build Require gtk2-devel

* Sat Dec 20 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.3-1
- Initial Fedora Package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxmusic/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2009 18:21:25 -0000	1.1
+++ .cvsignore	13 Apr 2009 10:27:03 -0000	1.2
@@ -0,0 +1 @@
+lxmusic-0.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxmusic/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2009 18:21:25 -0000	1.1
+++ sources	13 Apr 2009 10:27:03 -0000	1.2
@@ -0,0 +1 @@
+10d6fbbb7053afd338c0e0674f09949e  lxmusic-0.2.3.tar.gz




More information about the fedora-extras-commits mailing list