rpms/jbrout/devel .cvsignore, 1.4, 1.5 jbrout.spec, 1.7, 1.8 sources, 1.4, 1.5 jbrout-hashlib.patch, 1.1, NONE

Matej Cepl mcepl at fedoraproject.org
Tue Jul 14 21:32:24 UTC 2009


Author: mcepl

Update of /cvs/pkgs/rpms/jbrout/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22909

Modified Files:
	.cvsignore jbrout.spec sources 
Removed Files:
	jbrout-hashlib.patch 
Log Message:
New SVN checkout (fixes bug 510642)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jbrout/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	21 Mar 2009 12:31:30 -0000	1.4
+++ .cvsignore	14 Jul 2009 21:31:53 -0000	1.5
@@ -1 +1 @@
-jbrout_0.3.174.tar.gz
+jbrout.tar.bz2


Index: jbrout.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jbrout/devel/jbrout.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- jbrout.spec	13 Jul 2009 20:06:36 -0000	1.7
+++ jbrout.spec	14 Jul 2009 21:31:53 -0000	1.8
@@ -1,17 +1,16 @@
 Name:           jbrout
 Version:        0.3.174
-Release:        2%{?dist}
+Release:        3.0.20090714svn223.1%{?dist}
 Summary:        Photo manager, written in python/pygtk
 Group:          Applications/Multimedia
 License:        GPLv2
 URL:            http://jbrout.python-hosting.com/wiki
-# 159
-Source0:        http://jbrout.free.fr/download/sources/jbrout_%{version}.tar.gz
+# SVN root http://jbrout.googlecode.com/svn/trunk, revision 223
+Source0:        jbrout.tar.bz2
 Source1:        jbrout-Makefile
 Source2:        jbrout.desktop
 Source3:        jbrout-usr_bin
 Source4:        jbrout-install.sh
-Patch0:         jbrout-hashlib.patch
 BuildArch:      noarch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires:       python >= 2.4, python-lxml, pygtk2 >= 2.6
@@ -40,9 +39,10 @@ jBrout is able to :
 
 %prep
 %setup -q -n jbrout
-%patch0 -p1 -b .hashlib
 
 cd jbrout/
+rm -v plugins/multiexport/libs/picasaweb/gdata/tlslite/utils/*.c
+rm -v data/tools/*.exe
 TEMPFILE=$(mktemp %{_tmppath}/jbrout-build.XXXXXX)
 find libs plugins jbrout data -type f -a ! -name \*.png \
    | while read FILE ; do \
@@ -54,14 +54,12 @@ find libs plugins jbrout data -type f -a
       chmod -x $FILE
    done
 unset TEMPFILE
-#sed -i -e '1d' trackertag.py
-#chmod -x SciTE.properties
 install -p %{SOURCE1} Makefile
 install -p -m a+rx,u+w %{SOURCE4} install-script
 
 %build
 cd jbrout
-make DESTDIR=$RPM_BUILD_ROOT
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -84,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{_bindir}/jbrout
-%doc
+%doc readme.txt
 %{_datadir}/jbrout/
 %exclude %{_datadir}/jbrout/plugins/*/po/*/LC_MESSAGES/plugin.mo
 %lang(fr) %{_datadir}/jbrout/plugins/*/po/fr/LC_MESSAGES/plugin.mo
@@ -92,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/jbrout.desktop
 
 %changelog
+* Tue Jul 14 2009 Matěj Cepl <mcepl at redhat.com> 0.3.174-3.0.20090714svn223.1
+- Attempt to build a new upstream SVN checkout. Fixes bug 510642
+- Remove unneeded files (*.exe, *.c)
+
 * Mon Jul 13 2009 Matěj Cepl <mcepl at redhat.com> - 0.3.174-2
 - Use hashlib if possible.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jbrout/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	21 Mar 2009 12:31:30 -0000	1.4
+++ sources	14 Jul 2009 21:31:53 -0000	1.5
@@ -1 +1 @@
-90a44be6fc3601399f7ce1ea44d6a112  jbrout_0.3.174.tar.gz
+809dc14016dafb099c9cf56cb5a72555  jbrout.tar.bz2


--- jbrout-hashlib.patch DELETED ---




More information about the fedora-extras-commits mailing list