rpms/camcardsync/F-9 camcardsync-0.1.1-g++44.patch, NONE, 1.1 camcardsync.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

zarko pintar grof at fedoraproject.org
Mon Apr 27 13:06:43 UTC 2009


Author: grof

Update of /cvs/pkgs/rpms/camcardsync/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6329/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	camcardsync-0.1.1-g++44.patch camcardsync.spec import.log 
Log Message:


camcardsync-0.1.1-g++44.patch:

--- NEW FILE camcardsync-0.1.1-g++44.patch ---
--- camcardsync-0.1.1/daystamp.h.debug	2008-10-20 07:24:27.000000000 +0900
+++ camcardsync-0.1.1/daystamp.h	2009-04-19 01:39:54.000000000 +0900
@@ -1,6 +1,7 @@
 #ifndef DAYSTAMP_H
 #define DAYSTAMP_H
 
+#include <cstdio>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
--- camcardsync-0.1.1/imagefile.cpp.debug	2009-03-29 03:51:07.000000000 +0900
+++ camcardsync-0.1.1/imagefile.cpp	2009-04-19 01:40:53.000000000 +0900
@@ -1,5 +1,6 @@
 #include <iostream>
 
+#include <cstdio>
 #include <string.h>
 #include <stdlib.h>
 
--- camcardsync-0.1.1/pathsupport.cpp.debug	2009-03-29 03:53:18.000000000 +0900
+++ camcardsync-0.1.1/pathsupport.cpp	2009-04-19 01:41:28.000000000 +0900
@@ -1,3 +1,4 @@
+#include <cstdio>
 #include <cstdlib>
 #include <iostream>
 #include <string.h>


--- NEW FILE camcardsync.spec ---
Name:           camcardsync
Version:        0.1.1
Release:        2%{?dist}
Summary:        A tool for copying photos from a camera card

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://blackfiveimaging.co.uk/index.php?article=02Software%2F04CamCardSync
Source0:        http://www.blackfiveimaging.co.uk/camcardsync/%{name}-%{version}.tar.gz
Patch0:         camcardsync-0.1.1-g++44.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel
BuildRequires:  hal-devel
BuildRequires:  gettext
BuildRequires:  desktop-file-utils


%description
CamCardSync is a tool for copying photos from a camera card
Features:
* Keeping track of which photos have been copied onto the computer
  and which haven't.
* For speed and efficiency, automatically figure out which ones need 
  copying.
* Allows that photos copied into a folder grouped neatly and conveniently 
  by date.
* To selectively  editing and printing some and deleting others.
* Recognizing deleted images, so they do not copy them again at 
  the next time when sync the camera card!


%prep
%setup -q
%patch0 -p1 -b .g++44

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files 
%defattr(-,root,root,-)
%doc NEWS ChangeLog COPYING TODO
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png


%changelog
* Tue Apr 21 2009 Zarko <zarko.pintar at gmail.com> - 0.1.1-2
- License, Summary, Description cleaning
- gcc4.4 patch applied
- resolved icon cache
- added  BuildRequires: hal-devel

* Sun Mar 29 2009 Zarko <zarko.pintar at gmail.com> - 0.1.1-1
- initial release



--- NEW FILE import.log ---
camcardsync-0_1_1-2_fc10:F-9:camcardsync-0.1.1-2.fc10.src.rpm:1240837745


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/camcardsync/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Apr 2009 05:23:41 -0000	1.1
+++ .cvsignore	27 Apr 2009 13:06:12 -0000	1.2
@@ -0,0 +1 @@
+camcardsync-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/camcardsync/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Apr 2009 05:23:41 -0000	1.1
+++ sources	27 Apr 2009 13:06:12 -0000	1.2
@@ -0,0 +1 @@
+4cf0602648800de23012f091c12d8e19  camcardsync-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list