rpms/pinot/devel .cvsignore, 1.3, 1.4 pinot.spec, 1.9, 1.10 sources, 1.3, 1.4 boost-spirit-134.patch, 1.1, NONE libtextcatfix.patch, 1.1, NONE remove_shebang.patch, 1.1, NONE

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Thu Aug 23 15:39:06 UTC 2007


Author: drago01

Update of /cvs/pkgs/rpms/pinot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7864

Modified Files:
	.cvsignore pinot.spec sources 
Removed Files:
	boost-spirit-134.patch libtextcatfix.patch 
	remove_shebang.patch 
Log Message:
new upstream version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pinot/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	21 Aug 2007 07:33:46 -0000	1.3
+++ .cvsignore	23 Aug 2007 15:38:33 -0000	1.4
@@ -1 +1 @@
-pinot-0.76beta2.tar.gz
+pinot-0.76.tar.gz


Index: pinot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pinot/devel/pinot.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pinot.spec	21 Aug 2007 07:46:40 -0000	1.9
+++ pinot.spec	23 Aug 2007 15:38:33 -0000	1.10
@@ -1,16 +1,13 @@
 Name:  pinot
 Version: 0.76        
-Release: 0.3.beta2%{?dist}
+Release: 1%{?dist}
 Summary: Personal search and metasearch for the Desktop      
 
 Group: User Interface/Desktops        
 License: GPLv2+       
 URL: http://pinot.berlios.de/            
-Source0: http://download2.berlios.de/pinot/%{name}-%{version}beta2.tar.gz  
-#Patch0: libtextcatfix.patch
-#Patch1: remove_shebang.patch
-#Patch2: boost-spirit-134.patch
-Patch3: fix_lang_detect.patch
+Source0: http://download2.berlios.de/pinot/%{name}-%{version}.tar.gz  
+Patch0: fix_lang_detect.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: sqlite-devel >= 3.3.1
@@ -51,11 +48,8 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}beta2
-#%patch0 -p1 -b .libtextcat
-#%patch1 -p1 -b .remove_shebang
-#%patch2 -p0 -b .boost_spirit
-%patch3 -p1 -b .lang_detect
+%setup -q 
+%patch0 -p1 -b .lang_detect
 
 
 %build
@@ -66,20 +60,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-#fix broken permissons
-chmod -x UI/GTK2/src/*
-chmod -x Search/*.cpp
-chmod -x Search/*.h
-chmod -x Search/xesam/*
-chmod -x Index/*.cpp
-chmod -x Index/*.h
-chmod -x SQL/*.cpp
-chmod -x Tokenize/*.cpp
-chmod -x Tokenize/*.h
-chmod -x Tokenize/filters/*
-chmod -x Utils/*.cpp
-chmod -x Utils/*.h
-chmod -x NEWS README
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
@@ -133,6 +113,9 @@
 %{_libdir}/deskbar-applet/handlers/pinot-*
 
 %changelog
+* Thu Aug 23 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.76-1
+- Update to final 0.76
+
 * Tue Aug 21 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.76-0.3.beta2
 - Fix build
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pinot/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Aug 2007 07:33:46 -0000	1.3
+++ sources	23 Aug 2007 15:38:33 -0000	1.4
@@ -1 +1 @@
-946ae1c18546f2c2149dee7f5a8eb523  pinot-0.76beta2.tar.gz
+253a75dace38460cb34478f71432c99f  pinot-0.76.tar.gz


--- boost-spirit-134.patch DELETED ---


--- libtextcatfix.patch DELETED ---


--- remove_shebang.patch DELETED ---




More information about the fedora-extras-commits mailing list