rpms/musicbox/devel musicbox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand (splinux) fedora-extras-commits at redhat.com
Sun May 21 20:22:18 UTC 2006


Author: splinux

Update of /cvs/extras/rpms/musicbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5466/devel

Modified Files:
	.cvsignore sources 
Added Files:
	musicbox.spec 
Log Message:
auto-import musicbox-0.2.3-3.fc6 on branch devel from musicbox-0.2.3-3.fc6.src.rpm


--- NEW FILE musicbox.spec ---
Name:           musicbox
Version:	0.2.3        
Release:        3%{?dist}
Summary:        A simple one-file-at-a-time audio tag editor

Group:          Applications/Multimedia
License:        GPL
URL:            http://subpop.net/?q=node/102
Source0:        http://superb-east.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libglade2-devel, taglib-devel, desktop-file-utils  

%description
Musicbox is a simple one-file-at-a-time audio tag editor. It can edit 
ID3, Vorbis and FLAC tags via the TagLib library.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}/edit.pl

desktop-file-install --vendor fedora --delete-original \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications      \
  --add-category X-Fedora                              \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc TODO README NEWS COPYING AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png

%changelog
* Sun Apr 21 2006 Damien Durand <splinux at fedoraproject.org> - 0.2.3-3
- Remove gtk2-devel, remove INSTALL in files section

* Fri Apr 19 2006 Damien Durand <splinux at fedoraproject.org> - 0.2.3-2
- Add desktop-file-utils to BuildRequires

* Wed Apr 17 2006 Damien Durand <splinux at fedoraproject.org> - 0.2.3-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/musicbox/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 May 2006 20:21:38 -0000	1.1
+++ .cvsignore	21 May 2006 20:22:18 -0000	1.2
@@ -0,0 +1 @@
+musicbox-0.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/musicbox/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 May 2006 20:21:38 -0000	1.1
+++ sources	21 May 2006 20:22:18 -0000	1.2
@@ -0,0 +1 @@
+03f9eb2c446debd1e187d472c05dcad8  musicbox-0.2.3.tar.gz




More information about the fedora-extras-commits mailing list