rpms/xwxapt/F-12 Makefile, 1.2, 1.3 sources, 1.2, 1.3 xwxapt.desktop, 1.1, 1.2 xwxapt.spec, 1.3, 1.4

Randall 'Randy' Berry dp67 at fedoraproject.org
Fri Apr 30 05:22:54 UTC 2010


Author: dp67

Update of /cvs/pkgs/rpms/xwxapt/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15068

Modified Files:
	Makefile sources xwxapt.desktop xwxapt.spec 
Log Message:

* Fri Apr 30 2010 Randall J. Berry 'Dp67' <dp67 at fedoraproject.org> 2.0-1
- Upstream upgrade 2.0.Beta
- Fix .desktop file incude Network;
- BZ 525292 Audio setup error.





Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xwxapt/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	16 Jan 2009 02:42:40 -0000	1.2
+++ sources	30 Apr 2010 05:22:54 -0000	1.3
@@ -1 +1 @@
-c2ffcd25fc79a64266e52c558d96521f  xwxapt-1.2.tar.gz
+778a5da3af70d95312f2dc8ab02799a7  xwxapt-2.0-beta.tar.bz2


Index: xwxapt.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/xwxapt/F-12/xwxapt.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xwxapt.desktop	16 Jan 2009 02:42:40 -0000	1.1
+++ xwxapt.desktop	30 Apr 2010 05:22:54 -0000	1.2
@@ -1,3 +1,4 @@
+
 [Desktop Entry]
 Encoding=UTF-8
 Name=xwxapt
@@ -7,5 +8,6 @@ Exec=xwxapt
 Icon=xwxapt.png
 Terminal=false
 Type=Application
-Categories=HamRadio;
+Categories=Network;HamRadio;
 Version=1.0
+X-Desktop-File-Install-Version=0.15


Index: xwxapt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xwxapt/F-12/xwxapt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xwxapt.spec	27 Jul 2009 08:49:24 -0000	1.3
+++ xwxapt.spec	30 Apr 2010 05:22:54 -0000	1.4
@@ -1,12 +1,12 @@
 Name:           xwxapt
-Version:        1.2
-Release:        3%{?dist}
+Version:        2.0
+#Beta
+Release:        1.beta%{?dist}
 Summary:        GTK+ graphical application for decoding and saving weather images
-
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://5b4az.chronos.org.uk/pages/apt.html
-Source0:        http://5b4az.chronos.org.uk/pkg/apt/xwxapt/%{name}-%{version}.tar.gz
+Source0:        http://5b4az.chronos.org.uk/pkg/apt/xwxapt/%{name}-%{version}-beta.tar.bz2
 #add .desktop file
 Source1:        %{name}.desktop
 #temporary Icon
@@ -15,8 +15,13 @@ Source2:        %{name}.png
 Source3:        %{name}.sh.in
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  automake, autoconf, gtk2-devel, desktop-file-utils
-#Requires:       
+BuildRequires:  automake
+BuildRequires:  autoconf
+BuildRequires:  gtk2-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:	alsa-lib-devel
+
+Requires:	alsa-lib
 
 %description
 xwxapt is a GTK+ graphical version of wxapt. It uses the same decoding
@@ -29,12 +34,10 @@ sync status etc) and text messages as it
 %prep
 %setup -qn %{name}
 
-
 %build
 ./autogen.sh
-%configure
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" 
-
+%configure LDFLAGS="-lm"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" PACKAGE_LIBS="$PACKAGE_LIBS -lm"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,7 +53,6 @@ mv $RPM_BUILD_ROOT%{_bindir}/%{name} $RP
 #install wrapper script 
 install -p -D -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/xwxapt
 
-
 # no upstream .desktop or icon yet so we'll use a temporary one
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/
 cp %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png
@@ -61,41 +63,37 @@ desktop-file-install  \
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS README
 %doc doc/xwxapt.html
 %{_bindir}/*
 %{_libexecdir}/*
-%{_datadir}/%{name}
+%{_datadir}/%{name}/*
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/*%{name}.desktop
 
-
-
 %changelog
+* Fri Apr 30 2010 Randall J. Berry 'Dp67' <dp67 at fedoraproject.org> 2.0-1
+- Upstream upgrade 2.0.Beta
+- Fix .desktop file incude Network;
+- BZ 525292 Audio setup error.
+* Thu Apr 22 2010 Jon Ciesla <limb at jcomserv.net> - 1.2-4
+- Fix for libm DSO Linking FTBFS, BZ 564864.
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
 * Wed Jan 14 2009 Randall J. Berry 'Dp67' <dp67 at fedoraproject.org> 1.2-1
 - Upstream upgrade to 1.2
 - Mock build f9/f10/devel
 - check rpmlint 3 packages and 1 specfiles checked; 0 errors, 0 warnings.
 - submit for review
-
-
 * Mon Jan 12 2009 Randall J. Berry 'Dp67' <dp67 at fedoraproject.org> 1.1-2
 - Mock build f9/f10/devel
 - check rpmlint
-
-
 * Sun Sep 21 2008 Randall J. Berry 'Dp67' <dp67 at fedoraproject.org> 1.1-1
 - Upstream upgrade to 1.1
 - Build test for f9
-
 * Sun Mar 02 2008 Sindre Pedersen Bjordal <sindrepb at fedoraproject.org> - 0.9-1
 - Initial build



More information about the scm-commits mailing list