rpms/noip/devel noip.spec,1.5,1.6

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Jan 10 17:59:04 UTC 2010


Author: jussilehtola

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

Modified Files:
	noip.spec 
Log Message:
Fix %setup dir name.


Index: noip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/noip/devel/noip.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- noip.spec	10 Jan 2010 17:50:20 -0000	1.5
+++ noip.spec	10 Jan 2010 17:59:03 -0000	1.6
@@ -28,7 +28,7 @@ N.B. You need to run
 before starting the service.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-1
 %patch0 -p1
 sed -i 's|@OPTFLAGS@|%{optflags}|g;s|@SBINDIR@|%{buildroot}%{_sbindir}|g;s|@SYSCONFDIR@|%{buildroot}%{_sysconfdir}|g' Makefile
 



More information about the scm-commits mailing list