rpms/amule/devel amule.spec,1.19,1.20

Nicolas Chauvet kwizart at rpmfusion.org
Thu Jan 2 16:27:28 CET 2014


Author: kwizart

Update of /cvs/free/rpms/amule/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27871

Modified Files:
	amule.spec 
Log Message:
Fix build



Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/devel/amule.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- amule.spec	12 Jun 2013 07:41:42 -0000	1.19
+++ amule.spec	2 Jan 2014 15:27:27 -0000	1.20
@@ -3,7 +3,7 @@
 
 Name:           amule
 Version:        2.3.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        File sharing client compatible with eDonkey
 License:        GPLv2+
 Group:          Applications/Internet
@@ -62,7 +62,6 @@
 %configure \
     --disable-rpath \
     --disable-debug \
-    --docdir=%{_datadir}/doc/%{name}-%{version} \
     --enable-wxcas \
     --enable-cas \
     --enable-alc \
@@ -89,7 +88,7 @@
 %find_lang %{name}
 
 # desktop files
-desktop-file-install --vendor livna \
+desktop-file-install --vendor "" \
                      --delete-original\
                      --dir $RPM_BUILD_ROOT%{_datadir}/applications\
                      --add-category Network\
@@ -102,12 +101,12 @@
                      --dir $RPM_BUILD_ROOT%{_datadir}/applications\
                      $RPM_BUILD_ROOT%{_datadir}/applications/alc.desktop
 
-desktop-file-install --vendor livna \
+desktop-file-install --vendor "" \
                      --delete-original\
                      --dir $RPM_BUILD_ROOT%{_datadir}/applications\
                      $RPM_BUILD_ROOT%{_datadir}/applications/wxcas.desktop
 
-desktop-file-install --vendor livna \
+desktop-file-install --vendor "" \
                      --delete-original\
                      --dir $RPM_BUILD_ROOT%{_datadir}/applications\
                      --add-category Network\
@@ -171,6 +170,9 @@
 
 
 %changelog
+* Thu Jan 02 2014 Nicolas Chauvet <kwizart at gmail.com> - 2.3.1-5
+- Drop docdir and desktop vendor
+
 * Wed Jun 12 2013 Nicolas Chauvet <kwizart at gmail.com> - 2.3.1-4
 - Rebuilt for GD 2.1.0
 
@@ -220,7 +222,7 @@
 * Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.1.3-4
 - rebuild
 
-* Tue Mar 04 2007 kwizart <kwizart at gmail.com > - 2.1.3-3
+* Wed Mar 04 2007 kwizart <kwizart at gmail.com > - 2.1.3-3
 - Fix wxGTK 2.8.x
 - Fix open with O_CREATE
 - Prevent timestramps on install


More information about the rpmfusion-commits mailing list