]> git.pld-linux.org Git - packages/aquamarine.git/commitdiff
- new spec
authorRobert Tomasik <rotom@pld-linux.org>
Sun, 3 Dec 2006 18:13:55 +0000 (18:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aquamarine.spec -> 1.1

aquamarine.spec [new file with mode: 0644]

diff --git a/aquamarine.spec b/aquamarine.spec
new file mode 100644 (file)
index 0000000..fa17048
--- /dev/null
@@ -0,0 +1,44 @@
+%define         _snap   20061203
+Summary:       Themeable window decorator and compositing manager for Beryl
+Summary(pl):   Dekorator dla Beryla u¿ywaj±cy tematów
+Name:          aquamarine
+Version:       0.1.2_%{_snap}
+Release:       1
+License:       GPL
+Group:         Themes
+Source0:       %{name}-%{_snap}.tar.gz
+# Source0-md5: ff567dcd75dede824fe66ab1955d2f21
+Source1:       admin.tar.gz
+BuildRequires: kdebase-devel >= 9:3.5.0
+BuildRequires: kdelibs-devel >= 9:3.5.0
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Aquamarine is themeable window decorator and compositing manager for
+Beryl. Aquamarine is intended for use with KDE.
+
+%description -l pl
+Aquamarine jest dekoratorem okien dla beryla u¿ywaj±cym tematów. Jest
+przeznaczony do u¿ywania wraz z kde.
+
+%prep
+%setup -q -n %{name}
+%{__make} -f admin/Makefile.common svn
+
+%build
+%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}/aquamarine
This page took 0.040045 seconds and 4 git commands to generate.