diff --git a/.cvsignore b/.cvsignore index e69de29..6ee7bcc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +fbreader-sources-0.8.6d.tgz diff --git a/fbreader-debug.patch b/fbreader-debug.patch new file mode 100644 index 0000000..d3b98bb --- /dev/null +++ b/fbreader-debug.patch @@ -0,0 +1,11 @@ +--- makefiles/subdir.mk.orig 2007-09-07 15:05:39.000000000 -0400 ++++ makefiles/subdir.mk 2007-09-21 11:52:58.000000000 -0400 +@@ -9,7 +9,7 @@ + .SUFFIXES: .cpp .o .h + + .cpp.o: +- @echo -n "Compiling $@ ..." ++ @echo -n "Compiling $@ ... with $(CFLAGS)" + @$(CC) -MMD -c $(CFLAGS) $(INCLUDE) $< + @echo " OK" + diff --git a/fbreader-desktop.patch b/fbreader-desktop.patch new file mode 100644 index 0000000..e4aebfc --- /dev/null +++ b/fbreader-desktop.patch @@ -0,0 +1,10 @@ +--- fbreader/desktop/desktop.orig 2007-09-07 15:05:37.000000000 -0400 ++++ fbreader/desktop/desktop 2007-09-16 23:10:06.000000000 -0400 +@@ -11,5 +11,5 @@ + StartupNotify=true + Terminal=false + Type=Application +-Icon=FBReader.png +-Categories=Application;Office;Viewer; ++Icon=FBReader ++Categories=GTK;Office;Viewer; diff --git a/fbreader-optflags.patch b/fbreader-optflags.patch new file mode 100644 index 0000000..237bebd --- /dev/null +++ b/fbreader-optflags.patch @@ -0,0 +1,11 @@ +--- makefiles/config.mk.orig 2007-09-07 15:05:39.000000000 -0400 ++++ makefiles/config.mk 2007-09-21 11:51:53.000000000 -0400 +@@ -18,7 +18,7 @@ + endif + + ifeq "$(TARGET_STATUS)" "release" +- CFLAGS += -O3 ++ CFLAGS += $(RPM_OPT_FLAGS) + LDFLAGS += -s + endif + ifeq "$(TARGET_STATUS)" "debug" diff --git a/sources b/sources index e69de29..b18aee6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +816fc0f2322e23bdaf5968443b1cfab9 fbreader-sources-0.8.6d.tgz