diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2009-09-21 16:50:05 -0400 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2009-09-21 16:50:05 -0400 |
| commit | 7f7e94217f09f4f32b1edab522b96f32306b4012 (patch) | |
| tree | 6536c6c6dab65aed81a684af87d08bb6bfd67137 | |
| parent | aeb2594cf5b57bca86479f51335f2a9bcbdc39ed (diff) | |
| download | specs-7f7e94217f09f4f32b1edab522b96f32306b4012.tar.gz specs-7f7e94217f09f4f32b1edab522b96f32306b4012.tar.xz specs-7f7e94217f09f4f32b1edab522b96f32306b4012.zip | |
maximus.spec: update to 0.4.12; mark config files as config(noreplace)
| -rw-r--r-- | netbook/maximus.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/netbook/maximus.spec b/netbook/maximus.spec index c38bf9c..1e5d793 100644 --- a/netbook/maximus.spec +++ b/netbook/maximus.spec @@ -1,20 +1,20 @@ Name: maximus -Version: 0.4.11 +Version: 0.4.12 Release: 1%{?dist} Summary: A window management tool Group: User Interface/Desktops License: GPLv3 URL: https://launchpad.net/maximus/ -Source0: http://launchpad.net/maximus/0.4/ubuntu-9.10-ui-freeze/+download/maximus-%{version}.tar.gz +Source0: http://launchpad.net/maximus/0.4/ubuntu-9.10-beta-freeze/+download/maximus-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: GConf2-devel -BuildRequires: gtk2-devel BuildRequires: libwnck-devel +BuildRequires: libgnomeui-devel BuildRequires: libXtst-devel BuildRequires: libfakekey-devel -BuildRequires: libgnomeui-devel +BuildRequires: unique-devel Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 @@ -70,11 +70,15 @@ fi %files %defattr(-,root,root,-) %{_bindir}/maximus -%{_sysconfdir}/gconf/schemas/maximus.schemas -%{_sysconfdir}/xdg/autostart/maximus-autostart.desktop +%config(noreplace) %{_sysconfdir}/gconf/schemas/maximus.schemas +%config(noreplace) %{_sysconfdir}/xdg/autostart/maximus-autostart.desktop %doc COPYING AUTHORS %changelog +* Mon Sep 21 2009 Michel Salim <salimma@fedoraproject.org> - 0.4.12-1 +- Update to 0.4.12 +- Mark /etc files as %%config(noreplace) + * Mon Sep 14 2009 Michel Salim <salimma@fedoraproject.org> - 0.4.11-1 - Update to 0.4.11 |
