SPECS: pmount.spec - 0.9.7, refresh intltool files, fully rebuild ...

freetz freetz at pld-linux.org
Mon Feb 27 16:30:33 CET 2006


Author: freetz                       Date: Mon Feb 27 15:30:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.9.7, refresh intltool files, fully rebuild am/ac

---- Files affected:
SPECS:
   pmount.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/pmount.spec
diff -u SPECS/pmount.spec:1.8 SPECS/pmount.spec:1.9
--- SPECS/pmount.spec:1.8	Fri Nov 25 16:59:39 2005
+++ SPECS/pmount.spec	Mon Feb 27 16:30:27 2006
@@ -2,19 +2,22 @@
 Summary:	Programs for mounting and unmounting filesystems as normal user
 Summary(pl):	Programy do montowania i odmontowywania systemów plików jako zwykły użytkownik
 Name:		pmount
-Version:	0.9.4
-Release:	2
+Version:	0.9.7
+Release:	1
 License:	GPL v2
 Group:		Applications
 Source0:	http://www.piware.de/projects/%{name}-%{version}.tar.gz
-# Source0-md5:	249d016d7e863e8cec4a45267c4f4af9
+# Source0-md5:	29c955ff520cea32ab3e0316306d0ac1
 Patch0:		%{name}-build_fixes.patch
 URL:		http://www.piware.de/projects.shtml
+BuildRequires:	autoconf
+BuildRequires:	automake >= 2.52
 BuildRequires:	gettext-devel
-BuildRequires:	hal-devel >= 0.5.3
+BuildRequires:	hal-devel >= 0.5.2
+BuildRequires:	intltool >= 0.21
 BuildRequires:	pkgconfig
 BuildRequires:	sysfsutils-devel >= 1.3.0-3
-Requires:	hal >= 0.5.3
+Requires:	hal >= 0.5.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,21 +35,18 @@
 %patch0 -p1
 
 %build
-%{__make} \
-	OPTFLAGS="%{rpmcflags}" \
-	CC="%{__cc}" \
-	bindir=%{_bindir} \
-	datadir=%{_datadir} \
-	sysconfdir=%{_sysconfdir}
+%{__intltoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT \
-	bindir=%{_bindir} \
-	datadir=%{_datadir} \
-	sysconfdir=%{_sysconfdir}
+	DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
@@ -55,7 +55,7 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGES TODO
+%doc AUTHORS ChangeLog TODO
 %config(noreplace) %verify(not md5 mtime size) /etc/pmount.allow
 %attr(4755,root,root) %{_bindir}/pmount
 %attr(4755,root,root) %{_bindir}/pumount
@@ -68,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/02/27 15:30:27  freetz
+- 0.9.7, refresh intltool files, fully rebuild am/ac
+
 Revision 1.8  2005/11/25 15:59:39  zboczuch
 - rel. 2 to rebuild against changed build_fixes patch
 - BR: sysfsutils-devel >= 1.3.0-3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pmount.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list