Author: atler Date: Sun Nov 28 11:07:00 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.2.0 - tarballs available from github - switched to autotools - dropped makefile.patch - correct BRs
---- Files affected: packages/udisks-glue: udisks-glue.spec (1.3 -> 1.4) , makefile.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/udisks-glue/udisks-glue.spec diff -u packages/udisks-glue/udisks-glue.spec:1.3 packages/udisks-glue/udisks-glue.spec:1.4 --- packages/udisks-glue/udisks-glue.spec:1.3 Tue Nov 9 07:26:05 2010 +++ packages/udisks-glue/udisks-glue.spec Sun Nov 28 12:06:55 2010 @@ -1,18 +1,20 @@ # $Revision$, $Date$ Summary: udisks-glue is a tool that can associate udisks events to user-defined actions Name: udisks-glue -Version: 1.1.1 +Version: 1.2.0 Release: 1 License: distributable (with modifications properly marked if any) Group: Applications -Source0: http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.xz -# Source0-md5: 48600ae617938db28377bcbcd4998e36 +Source0: https://github.com/downloads/fernandotcl/udisks-glue/%{name}-%{version}.tar.gz +# Source0-md5: c5e3777d96048a098472dd12f34782ba Source1: %{name}.conf -Patch0: makefile.patch URL: http://github.com/fernandotcl/udisks-glue +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: dbus-glib-devel +BuildRequires: glib2-devel BuildRequires: libconfuse-devel BuildRequires: pkg-config -BuildRequires: udev-glib-devel Requires: udisks Suggests: k3b Suggests: libnotify @@ -30,13 +32,14 @@ %prep %setup -q -%patch0 -p1 %build -%{__make} \ - CC="%{__cc}" \ - MYCFLAGS="%{rpmcflags}" \ - MYLDFLAGS="%{rpmldflags}" +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -44,18 +47,16 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_mandir}/man1 -install man/udisks-glue.1 $RPM_BUILD_ROOT%{_mandir}/man1 - install -d $RPM_BUILD_ROOT%{_sysconfdir} install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %{_sysconfdir}/udisks-glue.conf -%doc README LICENSE +%doc ChangeLog INSTALL LICENSE README %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/udisks-glue.1* @@ -65,6 +66,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/11/28 11:06:55 atler +- up to 1.2.0 +- tarballs available from github +- switched to autotools - dropped makefile.patch +- correct BRs + Revision 1.3 2010/11/09 06:26:05 uzsolt - requires udisks - rel 1 (works for me well) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/udisks-glue/udisks-glue.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
