Projects
Multimedia
xcfa
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
xcfa.spec
Changed
@@ -27,6 +27,7 @@ Source0: http://download.tuxfamily.org/xcfaudio/xcfa_download/src/%{name}-%{version}.tar.gz Patch0: deskop_file_valid.patch Patch1: manpage.patch +Patch2: xcfa-no-buildtime.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ pkg-config glib2-devel gtk2-devel alsa-devel libcurl-devel %if 0%{?suse_version} == 1140 @@ -53,6 +54,7 @@ gunzip man/xcfa.gz %patch1 -p1 gzip man/xcfa +%patch2 -p1 %build export CXXFLAGS="%{optflags}"
View file
xcfa-no-buildtime.patch
Added
@@ -0,0 +1,17 @@ +--- + src/main.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: xcfa-4.2.8/src/main.c +=================================================================== +--- xcfa-4.2.8.orig/src/main.c ++++ xcfa-4.2.8/src/main.c +@@ -467,7 +467,7 @@ gint main (gint argc, gchar *argv[], gch + g_print ("***************************\n"); + g_print ("%s %s\n", PACKAGE, VERSION); + g_print ("***************************\n"); +- g_print ("%s %s compiled at %s %s\n", PACKAGE_NAME, VERSION, __DATE__, __TIME__); ++ g_print ("%s %s\n", PACKAGE_NAME, VERSION); + g_print ("Compiler: gcc %s\n", __VERSION__); + g_print ("***************************\n"); + g_print ("Gtk version = %d.%d.%d\n", GTK_MAJOR_VERSION, GTK_MICRO_VERSION, GTK_MINOR_VERSION);
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.