xmmsctrl/xmmsctrl-no-strip.patch
Orcan Ogetbil 4a4f674178 - Changed the type of RPM_OPT_FLAGS from CFLAGS to WARN
Sat Sep 27 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8-3
- Added DistTag
- Removed ExclusiveArch
- Changed 0444 file permissions to 0644
- Changed %%defattr to (-,root,root,-)
- Honored Fedora specific compilation flags
- Support parallel make
Mon Sep 22 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8-2
- Repack for Fedora
- Don't strip the binary patch
Mon Feb 18 2002 Jan IVEN <jan.iven@cern.ch> - 1.8-1
- Initial build.
2008-09-28 19:44:15 +00:00

11 lines
403 B
Diff

diff -rupN old/xmmsctrl-1.8/Makefile new/xmmsctrl-1.8/Makefile
--- old/xmmsctrl-1.8/Makefile 2004-04-02 08:00:12.000000000 -0500
+++ new/xmmsctrl-1.8/Makefile 2008-09-23 00:48:36.000000000 -0400
@@ -16,7 +16,6 @@ all : $(TARGET) HELP
$(TARGET) : xmmsctrl.c removefile.c
$(CC) -o $(TARGET) xmmsctrl.c removefile.c $(CFLAGS) $(LDFLAGS)
- strip xmmsctrl
HELP : xmmsctrl
./xmmsctrl > HELP || true