rpms/prozilla/FC-6 prozilla1.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 prozilla.spec, 1.15, 1.16 sources, 1.4, 1.5 prozilla-1.3.7.4-buf.patch, 1.1, NONE

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sat Dec 30 12:31:07 UTC 2006


Author: chitlesh

Update of /cvs/extras/rpms/prozilla/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27756/FC-6

Modified Files:
	.cvsignore prozilla.spec sources 
Added Files:
	prozilla1.patch 
Removed Files:
	prozilla-1.3.7.4-buf.patch 
Log Message:
auto-import prozilla-2.0.4-3 on branch FC-6 from prozilla-2.0.4-3.src.rpm

prozilla1.patch:

--- NEW FILE prozilla1.patch ---
--- prozilla-2.0.4/src/download_win.h	2006-02-08 22:48:59.000000000 +0530
+++ prozilla/src/download_win.h	2006-10-06 19:47:35.000000000 +0530
@@ -52,7 +52,7 @@
   void handle_joining_thread();
   void handle_dl_fatal_error();
   void cleanup(boolean erase_dlparts);
-  void DL_Window::print_status(download_t * download, int quiet_mode);
+  void print_status(download_t * download, int quiet_mode);
 
   connection_t *connection;
   download_t *download;


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/prozilla/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	26 Aug 2005 02:33:34 -0000	1.4
+++ .cvsignore	30 Dec 2006 12:30:37 -0000	1.5
@@ -1 +1 @@
-prozilla-1.3.7.4.tar.gz
+prozilla-2.0.4.tar.bz2


Index: prozilla.spec
===================================================================
RCS file: /cvs/extras/rpms/prozilla/FC-6/prozilla.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- prozilla.spec	1 Sep 2006 02:54:25 -0000	1.15
+++ prozilla.spec	30 Dec 2006 12:30:37 -0000	1.16
@@ -1,15 +1,15 @@
-Summary:	Advanced Linux download manager
-Name:		prozilla
-Version:	1.3.7.4
-Release:	4%{?dist}
-
-License:	GPL
-Group:		Applications/Internet
-Source0:	http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.gz
-Patch0:		prozilla-1.3.7.4-buf.patch
-URL:		http://prozilla.genesys.ro/
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires:	ncurses-devel
+Summary:        Advanced Linux download manager
+Name:           prozilla
+Version:        2.0.4
+Release:        3%{?dist}
+
+License:        GPL
+Group:          Applications/Internet
+Source0:        http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2
+Patch0:         prozilla1.patch
+URL:            http://prozilla.genesys.ro/
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  ncurses-devel, gettext
 
 
 %description
@@ -26,32 +26,88 @@
 ProZilla also supports file download resuming, and ftpsearch for
 fastest ping times.
 
-%prep
 
+
+%package devel
+Summary: Development libraries and headers for prozilla
+Group: Development/Libraries
+Requires: %{name} = %{version}
+
+
+%description devel
+The developmental files that must be installed in order to compile
+applications which use prozilla.
+
+%prep
 %setup -q
-%patch0 -p1 -z .buf
+
+# fix for makeinstall macro
+sed -i -e \
+     s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \
+     po/Makefile.in.in
+
+sed -i -e \
+     s'|gnulocaledir = $(prefix)/share/locale|gnulocaledir = ${RPM_BUILD_ROOT}$(prefix)/share/locale|' \
+     libprozilla/po/Makefile.in.in
+
+%patch0 -p1
 %configure
 
 %build
+CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS
+
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
-%makeinstall
+
+make DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p" install
+
+
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.la
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libprozilla.a
+
+
+%find_lang proz
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf ${RPM_BUILD_ROOT}
+
 
-%files
+%files -f proz.lang
 %defattr(-,root,root,-)
-%doc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS FAQ NEWS README TODO
-%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf
-%config(noreplace) %verify(not size mtime md5) /etc/prozilla.conf-sample
+%doc AUTHORS ChangeLog COPYING CREDITS* NEWS README TODO
 %{_bindir}/proz
 %{_mandir}/man1/proz*
+# from libprozilla
+%{_datadir}/locale/it/LC_MESSAGES/.mo
+%{_datadir}/locale/nl/LC_MESSAGES/.mo
+%{_datadir}/locale/pt_BR/LC_MESSAGES/.mo
+%{_datadir}/locale/ro/LC_MESSAGES/.mo
+
+
+%files devel
+%doc libprozilla/docs/HACKING docs/FAQ
+
+%defattr(-,root,root,-)
+%{_includedir}/prozilla/
+
+
 
 %changelog
+* Sat Dec 09 2006 ChitleshGoorah <chitlesh [AT fedoraproject DOT org] - 2.0.4-3
+- added gettext to BR
+- added timestamps to make install
+- fixed locales
+- added RPM_OPT_FLAGS to %%make
+
+* Tue Oct 10 2006 Kushal Das <kushaldas at gmail.com> - 2.0.4-2
+- spec file fixed
+
+* Fri Oct 06 2006 Kushal Das <kushaldas at gmail.com> - 2.0.4-1
+- New Release
+
 * Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 1.3.7.4-4
 - Rebuild for FC6
 
@@ -128,4 +184,4 @@
 * Wed Jan 3 2001 Calum Selkirk <cselkirk at sophix.uklinux.net>
 - added RPM_BUILD_ROOT and install to that dir
 - added RPM_OPT_FLAGS
-- changed Source0: to use %version
+- changed Source0: to use %%version


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/prozilla/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	26 Aug 2005 02:33:34 -0000	1.4
+++ sources	30 Dec 2006 12:30:37 -0000	1.5
@@ -1 +1 @@
-b594b55b1b49a8eca2505173cc1bfc44  prozilla-1.3.7.4.tar.gz
+220f03968ddac79c2d6b48a507cd9c71  prozilla-2.0.4.tar.bz2


--- prozilla-1.3.7.4-buf.patch DELETED ---




More information about the fedora-extras-commits mailing list