rpms/ktorrent/FC-6 .cvsignore, 1.9, 1.10 ktorrent.spec, 1.22, 1.23 sources, 1.9, 1.10

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Apr 3 15:37:02 UTC 2007


Author: rdieter

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

Modified Files:
	.cvsignore ktorrent.spec sources 
Log Message:
* Tue Apr 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.1.3-1
- ktorrent-2.1.3 (#235014)
- optimize %configure



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ktorrent/FC-6/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	9 Mar 2007 23:02:33 -0000	1.9
+++ .cvsignore	3 Apr 2007 15:36:29 -0000	1.10
@@ -1 +1 @@
-ktorrent-2.1.2.tar.gz
+ktorrent-2.1.3.tar.gz


Index: ktorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/ktorrent/FC-6/ktorrent.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ktorrent.spec	9 Mar 2007 23:02:33 -0000	1.22
+++ ktorrent.spec	3 Apr 2007 15:36:29 -0000	1.23
@@ -1,16 +1,21 @@
-%define desktopvendor fedora
 
 Name:           ktorrent
-Version:        2.1.2
-Release:        2%{?dist}
+Version:        2.1.3
+Release:        1%{?dist}
 Summary:        A BitTorrent program for KDE
 Group:          Applications/Internet
 License:        GPL
 URL:            http://ktorrent.pwsp.net/
-Source0:        http://ktorrent.org/downloads/2.1.2/ktorrent-2.1.2.tar.gz
+Source0:        http://ktorrent.org/downloads/%{version}/ktorrent-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  qt-devel kdelibs-devel gettext gmp-devel avahi-devel automake desktop-file-utils
+BuildRequires:  kdelibs-devel
+BuildRequires:  gettext
+BuildRequires:  gmp-devel
+BuildRequires:  avahi-devel
+BuildRequires:  desktop-file-utils
+# for 'make -f admin/Makefile.common'
+BuildRequires:  automake
 
 %description
 KTorrent is a BitTorrent program for KDE. Its main features are native KDE
@@ -19,16 +24,26 @@
 
 %prep
 %setup -q
+
+# fix "WARNING:.../Makefile.in seems to ignore the --datarootdir setting"
 make -f admin/Makefile.common
 
+
 %build
-%configure	--disable-rpath
+%configure \
+  --disable-rpath \
+  --enable-new-ldflags \
+  --disable-debug --disable-warnings \
+  --disable-dependency-tracking --enable-final
 
 make %{?_smp_mflags}
 
+
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
+
 make install DESTDIR=$RPM_BUILD_ROOT
+
 %find_lang %{name}
 
 rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Internet/ktorrent.desktop
@@ -37,6 +52,10 @@
         --add-category=X-Fedora                                 \
         %{buildroot}%{_datadir}/applications/kde/ktorrent.desktop
 
+# Unpackaged files
+rm -f %{buildroot}%{_libdir}/lib*.la
+
+
 %post
 /sbin/ldconfig 2>/dev/null
 
@@ -57,20 +76,21 @@
 
 update-desktop-database &> /dev/null ||:
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO
-%exclude %{_libdir}/lib*.la
 %{_bindir}/ktcachecheck
 %{_bindir}/ktorrent
 %{_bindir}/kttorinfo
 %{_bindir}/ktshell
 %{_bindir}/ktupnptest
 %{_libdir}/libktorrent.so
-%{_libdir}/libktorrent-2.1.2.so
+%{_libdir}/libktorrent-%{version}.so
 %{_libdir}/kde3/ktinfowidgetplugin.so
 %{_libdir}/kde3/ktinfowidgetplugin.la
 %{_libdir}/kde3/ktipfilterplugin.so
@@ -94,7 +114,7 @@
 %{_libdir}/kde3/ktzeroconfplugin.so
 %{_libdir}/kde3/ktzeroconfplugin.la
 %{_datadir}/applications/kde/ktorrent.desktop
-%{_datadir}/apps/ktorrent
+%{_datadir}/apps/ktorrent/
 %{_datadir}/config.kcfg/ktlogviewerplugin.kcfg
 %{_datadir}/config.kcfg/ktrssfeedplugin.kcfg
 %{_datadir}/config.kcfg/ktscanfolderplugin.kcfg
@@ -132,7 +152,12 @@
 %{_datadir}/services/ktwebinterfaceplugin.desktop
 %{_datadir}/services/ktzeroconfplugin.desktop
 
+
 %changelog
+* Tue Apr 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.1.3-1
+- ktorrent-2.1.3 (#235014)
+- optimize %%configure
+
 * Fri Mar 09 2007 Roland Wolters <wolters.liste at gmx.net> 2.1.2-2
 - update to upstream 2.1.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ktorrent/FC-6/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	9 Mar 2007 23:02:33 -0000	1.9
+++ sources	3 Apr 2007 15:36:29 -0000	1.10
@@ -1 +1 @@
-ee8f869da7900a9ba38192dbf0b48271  ktorrent-2.1.2.tar.gz
+b131cd51f697f7bc539f47e73a6a2ca5  ktorrent-2.1.3.tar.gz




More information about the scm-commits mailing list