]> git.pld-linux.org Git - packages/beryl-manager.git/commitdiff
- initial spec, instead of compiz-manager
authorRobert Tomasik <rotom@pld-linux.org>
Fri, 29 Sep 2006 18:38:49 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beryl-manager.spec -> 1.1

beryl-manager.spec [new file with mode: 0644]

diff --git a/beryl-manager.spec b/beryl-manager.spec
new file mode 100644 (file)
index 0000000..41a7f93
--- /dev/null
@@ -0,0 +1,41 @@
+#
+Summary:       An application to run and [manage|control] beryl
+Summary(pl):   Aaplikacja do uruchamiania i kontroli beryla
+Name:          beryl-manager
+Version:       0.1.0
+Release:       1
+License:       GPL v2+
+Group:         X11/Window Managers/Tools
+Source0:       http://distfiles.xgl-coffee.org/beryl-manager/%{name}-%{version}.tar.bz2
+# Source0-md5: 1ab7696d4f91c11eb86a252647d3a021
+URL:           http://distfiles.xgl-coffee.org
+BuildRequires: gtk+2-devel >= 2.0
+Requires:      beryl-core
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An application to run and [manage|control] beryl
+
+%prep
+%setup -q -n %{name}
+
+%build
+autoreconf -v --install
+%{__intltoolize}
+%{__glib_gettextize} --copy --force
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+    DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/beryl-manager.png
This page took 0.059146 seconds and 4 git commands to generate.