]> git.pld-linux.org Git - packages/cog.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Sun, 27 Jul 2003 17:43:47 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cog.spec -> 1.1

cog.spec [new file with mode: 0644]

diff --git a/cog.spec b/cog.spec
new file mode 100644 (file)
index 0000000..11574a3
--- /dev/null
+++ b/cog.spec
@@ -0,0 +1,51 @@
+Summary:       Configurator for Gnome
+Summary(pl):   Konfigurator dla Gnome
+Name:          cog
+Version:       0.6.0
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://www.krakoa.dk/progs/cog/%{name}-%{version}.tar.gz
+# Source0-md5: da73828ff44e2cf95549bb4d969d34ac
+Patch0:                %{name}-desktop.patch
+BuildRequires: GConf2-devel
+BuildRequires: libglade2-devel
+BuildRequires: libgnomeui-devel
+URL:           http://www.krakoa.dk/linux-software.html#COG
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Configurator for Gnome is a program for editing advanced Gnome
+settings in an easy way.
+
+%description -l pl
+Konfigurator dla Gnome umo¿liwia edycjê zaawansowanych ustawieñ Gnome
+w prosty sposób.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install pixmaps/cog-icon-2-48x48.png $RPM_BUILD_ROOT%{_pixmapsdir}/cog.png
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*
+%{_pixmapsdir}/*
This page took 0.057492 seconds and 4 git commands to generate.