rpms/notecase/FC-3 notecase-1.0.0-paths.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 notecase.spec, 1.9, 1.10 sources, 1.3, 1.4 notecase-0.8.9-paths.patch, 1.1, NONE

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Sat Jul 23 07:53:26 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/notecase/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6584/FC-3

Modified Files:
	.cvsignore notecase.spec sources 
Added Files:
	notecase-1.0.0-paths.patch 
Removed Files:
	notecase-0.8.9-paths.patch 
Log Message:
Upstream update

notecase-1.0.0-paths.patch:

--- NEW FILE notecase-1.0.0-paths.patch ---
--- notecase/Makefile.paths	2005-07-23 03:40:28.000000000 -0400
+++ notecase/Makefile	2005-07-23 03:41:07.000000000 -0400
@@ -44,7 +44,7 @@
 
 # define compile/link command line with flags
 CC=$(CXX) $(DEBUG) $(PROFILE) -DENABLE_NLS
-LD=$(CXX) $(DEBUG) $(PROFILE) -L/usr/lib -L/usr/X11R6/lib -ldl -export-dynamic $(LOPTIMIZE)
+LD=$(CXX) $(DEBUG) $(PROFILE) -L$(libdir) -L$(prefix)/X11R6/lib -ldl -export-dynamic $(LOPTIMIZE)
 
 #
 # define default project to build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/notecase/FC-3/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 May 2005 13:33:39 -0000	1.3
+++ .cvsignore	23 Jul 2005 07:53:24 -0000	1.4
@@ -1 +1 @@
-notecase-0.8.9_src.zip
+notecase-1.0.0_src.zip


Index: notecase.spec
===================================================================
RCS file: /cvs/extras/rpms/notecase/FC-3/notecase.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- notecase.spec	29 May 2005 13:37:47 -0000	1.9
+++ notecase.spec	23 Jul 2005 07:53:24 -0000	1.10
@@ -1,12 +1,12 @@
 Name:           notecase
-Version:        0.8.9
+Version:        1.0.0
 Release:        1%{?dist}
 Summary:        A hierarchical note manager
 
 Group:          Applications/Productivity
 License:        BSD
 URL:            http://notecase.sourceforge.net/
-Source0:        http://osdn.dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.zip
+Source0:        http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.zip
 Patch:          notecase-0.8.9-unix2dos.patch
 Patch1:         notecase-0.8.9-paths.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -32,14 +32,13 @@
 s!\(#define LOCALE_DIR\).*!\1 "%{_datadir}/locale/"!' src/config.h
 
 %build
-make LD="$(CXX) $(DEBUG) $(PROFILE) -L%{_libdir} -L%{_prefix}/X11R6/%{_lib} -ldl -export-dynamic" CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make LD="$CXX $DEBUG $PROFILE -L%{_libdir} -L%{_prefix}/X11R6/%{_lib} -ldl -export-dynamic" CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
 %find_lang %{name}
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
-echo "GenericName=Hierarchical Note Manager" >> $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 desktop-file-install --vendor=fedora \
   --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
   --add-category X-Fedora \
@@ -67,6 +66,9 @@
 %{_datadir}/mime/packages/%{name}.xml
 
 %changelog
+* Sat Jul 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.0-1
+- Upstream update
+
 * Sun May 29 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.9-1
 - Upstream update
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/notecase/FC-3/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 May 2005 13:33:39 -0000	1.3
+++ sources	23 Jul 2005 07:53:24 -0000	1.4
@@ -1 +1 @@
-a88b8b75c70939ebfd95307a926d38d1  notecase-0.8.9_src.zip
+702e508340c736e47ee8ec7e0cbb669a  notecase-1.0.0_src.zip


--- notecase-0.8.9-paths.patch DELETED ---




More information about the fedora-extras-commits mailing list