rpms/bmp-flac2/devel bmp-flac2.desktop, NONE, 1.1 bmp-flac2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Sun Nov 27 15:07:38 UTC 2005


Author: ertzing

Update of /cvs/extras/rpms/bmp-flac2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17803/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bmp-flac2.desktop bmp-flac2.spec 
Log Message:
auto-import bmp-flac2-006-2.sky on branch devel from bmp-flac2-006-2.sky.src.rpm


--- NEW FILE bmp-flac2.desktop ---
[Desktop Entry]
Name=Beep Media Player
Exec=beep-media-player %U
MimeType=audio/x-flac
Type=Application
Encoding=UTF-8
NoDisplay=true


--- NEW FILE bmp-flac2.spec ---
%define bmp_input_plugin_dir %(pkg-config --variable=input_plugin_dir bmp 2>/dev/null || echo %{_libdir}/bmp/Input)

Name:           bmp-flac2
Version:        006
Release:        2%{?dist}
Summary:        Plugin to enable FLAC playback in the Beep Media Player

Group:          Applications/Multimedia
License:        GPL
URL:            http://www.skytale.net/projects/bmp-flac2/
Source0:        http://www.skytale.net/files/bmp-flac2/%{name}-%{version}.tar.gz
Source1:        bmp-flac2.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  bmp-devel flac-devel

%description
This plugin for the Beep Media Player enables playback of files encoded
with the Free Lossless Audio Codec (FLAC).


%prep
%setup -q


%build
CFLAGS="%{optflags} -fPIC" %configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor fedora \
    --dir $RPM_BUILD_ROOT%{_datadir}/applications \
    %{SOURCE1}


%post
update-desktop-database -q %{_datadir}/applications || :

%postun
update-desktop-database -q %{_datadir}/applications || :


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS README COPYING ChangeLog
%{bmp_input_plugin_dir}/libflac.so
%{_datadir}/applications/*


%changelog
* Mon Oct 17 2005 Ralf Ertzinger <ralf at skytale.net> 006-2%{?dist}
- Use %%{bmp_input_plugin_dir}
- Do not depend on desktop-file-utils

* Fri Oct 14 2005 Ralf Ertzinger <ralf at skytale.net> 006-1%{?dist}
- Update to 006

* Wed Aug 03 2005 Ralf Ertzinger <ralf at skytale.net> 003-1%{?dist}
- Initial RPM file



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bmp-flac2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Nov 2005 15:04:26 -0000	1.1
+++ .cvsignore	27 Nov 2005 15:07:36 -0000	1.2
@@ -0,0 +1 @@
+bmp-flac2-006.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bmp-flac2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Nov 2005 15:04:26 -0000	1.1
+++ sources	27 Nov 2005 15:07:36 -0000	1.2
@@ -0,0 +1 @@
+34898a4024832e9d68d9b53739c3fe94  bmp-flac2-006.tar.gz




More information about the fedora-extras-commits mailing list