rpms/tagtool/devel tagtool-contents.patch, NONE, 1.1 tagtool.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sat Sep 24 12:09:46 UTC 2005


Author: bpepple

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

Modified Files:
	.cvsignore sources 
Added Files:
	tagtool-contents.patch tagtool.spec 
Log Message:
auto-import tagtool-0.12.2-2 on branch devel from tagtool-0.12.2-2.src.rpm

tagtool-contents.patch:

--- NEW FILE tagtool-contents.patch ---
diff -ur tagtool-0.12.2.OLD/src/main_win.c tagtool-0.12.2/src/main_win.c
--- tagtool-0.12.2.OLD/src/main_win.c	2005-05-26 05:44:21.000000000 -0400
+++ tagtool-0.12.2/src/main_win.c	2005-09-16 15:08:45.000000000 -0400
@@ -61,15 +61,6 @@
 	prefs_display();
 }
 
-void cb_help_contents(GtkWidget *widget, GdkEvent *event)
-{
-	GError *err = NULL;        
-
-	// XXX - should check with g_find_program_in_path()
-
-	g_spawn_command_line_async ("yelp "HELPDIR"tagtool.xml", &err);
-}
-
 void cb_help_about(GtkWidget *widget, GdkEvent *event)
 {
 	about_display();
diff -ur tagtool-0.12.2.OLD/src/tagtool.glade tagtool-0.12.2/src/tagtool.glade
--- tagtool-0.12.2.OLD/src/tagtool.glade	2005-05-26 11:12:54.000000000 -0400
+++ tagtool-0.12.2/src/tagtool.glade	2005-09-16 16:08:50.000000000 -0400
@@ -274,27 +274,6 @@
 		<widget class="GtkMenu" id="m_help_menu">
 
 		  <child>
-		    <widget class="GtkImageMenuItem" id="m_help_contents">
-		      <property name="visible">True</property>
-		      <property name="label" translatable="yes">Contents...</property>
-		      <property name="use_underline">True</property>
-		      <signal name="activate" handler="cb_help_contents" last_modification_time="Fri, 02 Apr 2004 20:36:08 GMT"/>
-
-		      <child internal-child="image">
-			<widget class="GtkImage" id="image126">
-			  <property name="visible">True</property>
-			  <property name="stock">gtk-help</property>
-			  <property name="icon_size">1</property>
-			  <property name="xalign">0.5</property>
-			  <property name="yalign">0.5</property>
-			  <property name="xpad">0</property>
-			  <property name="ypad">0</property>
-			</widget>
-		      </child>
-		    </widget>
-		  </child>
-
-		  <child>
 		    <widget class="GtkImageMenuItem" id="m_help_about">
 		      <property name="visible">True</property>
 		      <property name="label" translatable="yes">About...</property>


--- NEW FILE tagtool.spec ---
Name:		tagtool
Version:	0.12.2
Release:	2
Summary:	Ogg Vorbis and MP3 tag manager

Group:		Applications/Multimedia
License:	GPL
URL:		http://pwp.netcabo.pt/paol/tagtool/
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch1:		%{name}-contents.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libglade2-devel
BuildRequires:	libvorbis-devel
BuildRequires:	id3lib-devel
BuildRequires:  desktop-file-utils
BuildRequires:  gettext

Requires(post):	desktop-file-utils
Requires(postun):desktop-file-utils
       

%description
Audio Tag Tool is a program to manage the information fields in MP3 and 
Ogg Vorbis files.

It can be used to edit tags one by one, but the most useful features are 
mass tag and mass rename. These are designed to tag or rename hundreds of 
files at once, in any desired format. 


%prep
%setup -q
%patch1 -p1 -b .contents


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}

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


%clean
rm -rf $RPM_BUILD_ROOT


%post
update-desktop-database &> /dev/null ||:


%postun
update-desktop-database &> /dev/null ||:


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


%changelog
* Fri Sep 23 2005 Brian Pepple <bdpepple at ameritech.net> - 0.12.2-2
- Drop redundant BR's: gtk2-devel, libxml2-devel.
- Add missing scriplets for desktop-database.
- Merge directories.

* Fri Sep 16 2005 Brian Pepple <bdpepple at ameritech.net> - 0.12.2-1
- Initial Fedora Extras spec.
- Add patch to remove content from menu, since no help file is provided.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tagtool/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Sep 2005 12:09:11 -0000	1.1
+++ .cvsignore	24 Sep 2005 12:09:44 -0000	1.2
@@ -0,0 +1 @@
+tagtool-0.12.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tagtool/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Sep 2005 12:09:11 -0000	1.1
+++ sources	24 Sep 2005 12:09:44 -0000	1.2
@@ -0,0 +1 @@
+4d688dbbe7cd8a08a9f9faef4d1c5b27  tagtool-0.12.2.tar.gz




More information about the fedora-extras-commits mailing list