Author: freetz Date: Mon Jan 23 08:47:39 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.4-20060122 snap, devel(?) subpkg, updated BR
---- Files affected: SPECS: gnome-mount.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/gnome-mount.spec diff -u SPECS/gnome-mount.spec:1.1 SPECS/gnome-mount.spec:1.2 --- SPECS/gnome-mount.spec:1.1 Sun Jan 22 00:15:56 2006 +++ SPECS/gnome-mount.spec Mon Jan 23 09:47:33 2006 @@ -1,12 +1,14 @@ # $Revision$, $Date$ +%define snap 20060122 Summary: Programs for mounting, unmounting and ejecting storage devices Name: gnome-mount -Version: 0.3 +Version: 0.4 Release: 1 License: GPL v.2 Group: Applications -Source0: http://freedesktop.org/~david/%{name}-%{version}.tar.gz -# Source0-md5: 2bf5649b21e98378c49e44bbd42bf89d +#Source0: http://freedesktop.org/~david/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}-%{snap}.tar.bz2 +# Source0-md5: 3106ee5ae8640d82a805cb0f9c5bf34d BuildRequires: autoconf BuildRequires: automake BuildRequires: dbus-glib-devel >= 0.31 @@ -14,7 +16,6 @@ BuildRequires: hal-devel >= 0.5.5 BuildRequires: intltool BuildRequires: libglade2-devel -BuildRequires: libgnomeui-devel >= 2.1.5 BuildRequires: libtool Requires(post,preun): GConf2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -22,10 +23,19 @@ %description Programs for mounting, unmounting and ejecting storage devices. +%package devel +Summary: gnome-mount development files +Group: Development +Requires: pkgconfig + +%description devel +This is the package containing gnome-mount development files. + %prep %setup -q %build +%{__glib_gettextize} %{__intltoolize} %{__libtoolize} %{__aclocal} @@ -40,6 +50,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -50,19 +62,26 @@ %preun %gconf_schema_uninstall gnome-mount.schemas -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog README TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_sysconfdir}/gconf/schemas/gnome-mount.schemas +%files devel +%defattr(644,root,root,755) +%{_pkgconfigdir}/*.pc + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/01/23 08:47:33 freetz +- 0.4-20060122 snap, devel(?) subpkg, updated BR + Revision 1.1 2006/01/21 23:15:56 freetz - initial ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnome-mount.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
