rpms/dalston/devel dalston.spec,1.6,1.7

Peter Robinson pbrobinson at fedoraproject.org
Sat Oct 31 10:34:47 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/dalston/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26248

Modified Files:
	dalston.spec 
Log Message:
- fix build.


Index: dalston.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dalston/devel/dalston.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- dalston.spec	31 Oct 2009 10:24:27 -0000	1.6
+++ dalston.spec	31 Oct 2009 10:34:47 -0000	1.7
@@ -7,13 +7,13 @@
 
 Name:          dalston
 Version:       0.1.11
-Release:       1%{?dist}
+Release:       3%{?dist}
 Summary:       Moblin System Information Icons
 
 Group:         System Environment/Libraries
 License:       LGPLv2 and GPLv2+
 URL:           http://www.moblin.org/
-Source0:       %{name}-%{version}.tar.gz
+Source0:       %{name}-%{version}.tar.bz2
 # Patches are applied during creation of 'make dist' tarball above. Are included here for reference
 Patch0:        0001-Update-to-latest-gnome-volume-control-code.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -40,6 +40,8 @@ management applets.
 %setup -q
 %patch0 -p1 -b .gnome-vol
 
+./autogen.sh 
+
 %build
 %configure --disable-static
 make %{?_smp_mflags} V=1
@@ -64,6 +66,9 @@ rm -rf %{buildroot}
 %{_datadir}/dbus-1/services/org.moblin.UX.Shell.Panels.volume.service
 
 %changelog
+* Thu Oct 29 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.11-3
+- fix build.
+
 * Thu Oct 29 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.11-1
 - new upstream 0.1.11 release
 




More information about the fedora-extras-commits mailing list