rpms/frysk/devel Makefile,1.4,1.5 frysk.spec,1.142,1.143

Andrew Cagney cagney at fedoraproject.org
Tue Feb 10 03:45:01 UTC 2009


Author: cagney

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

Modified Files:
	Makefile frysk.spec 
Log Message:
* Mon Feb 9 2009 Andrew Cagney <cagney [at] fedoraproject org> - 0.4-7
- Delete funit-stacks-nodebug and funit-exec-alias; confuses install.



Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/frysk/devel/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	24 Dec 2008 17:03:08 -0000	1.4
+++ Makefile	10 Feb 2009 03:44:31 -0000	1.5
@@ -19,3 +19,6 @@
 endif
 
 include $(MAKEFILE_COMMON)
+
+force-tag: $(SPECFILE) $(COMMON_DIR)/branches
+	@$(MAKE) tag TAG_OPTS="-F $(TAG_OPTS)"


Index: frysk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/frysk/devel/frysk.spec,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- frysk.spec	9 Feb 2009 23:54:31 -0000	1.142
+++ frysk.spec	10 Feb 2009 03:44:31 -0000	1.143
@@ -171,6 +171,10 @@
 # We are not yet ready to be in the menu:
 echo "Hidden=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/frysk.desktop
 
+# Remove some duplicates; that confuse some tools.
+rm -f %{_libdir}/%{name}/funit-exec-alias
+rm -f %{_libdir}/%{name}/funit-stacks-nodebug
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -273,6 +277,7 @@
 %changelog
 * Mon Feb 9 2009 Andrew Cagney <cagney [at] fedoraproject org> - 0.4-7
 - Add frysk-0.4-gcc-warnings.patch; fix warnings from newer gcc.
+- Delete funit-stacks-nodebug and funit-exec-alias; confuses install.
 
 * Sun Feb 08 2009 Andrew Cagney <cagney [at] fedoraproject org> - 0.4-6
 - Add frysk-0.4-batch-dollar-star.patch; avoid empty "$*" and "$@" in




More information about the fedora-extras-commits mailing list