]> git.pld-linux.org Git - packages/aMule.git/commitdiff
- updated to 1.1.2 auto/ac/aMule-1_1_2-1
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Sat, 15 Nov 2003 20:50:29 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added build -> aclocal, autoconf, autoheader, automake
- added patch0 -> make install in po/ error
- modified find_lang (works ok)

Changed files:
    aMule.spec -> 1.8

aMule.spec

index 524ae45660fa44f4df258395eb43ec5ee26e38ac..d925f6cde2f4306c745bf7808153361ab8416e9e 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Unix port of eMule client
 Summary(pl):   Uniksowy port klienta eMule
 Name:          aMule
-Version:       1.0.9
+Version:       1.1.2
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
-# Source0-md5: 149be58f28c18f91926ab405a2f6efec
+# Source0-md5: 67ed6489eb405ad475d4cca769310b23
+Patch0:        %{name}-po_makefile.patch
 URL:           http://amule.sourceforge.net
 BuildRequires: autoconf
 BuildRequires: automake >= 1.7.3
@@ -27,8 +28,13 @@ aMule to linuksowy port klienta eMule.
 
 %prep
 %setup  -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --with-wx-config=/usr/bin/wxgtk2-2.4-config 
 
@@ -40,12 +46,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
+%find_lang amule
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files -f amule.lang
 %defattr(644,root,root,755)
 %doc AUTHORS Changelog ED2K-Links.HOWTO README TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.136475 seconds and 4 git commands to generate.