summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvip2009-03-18 23:11:58 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2bffa7fbf94b0f7e58320c5897bcd03375537794 (patch)
treedf8a90f7f59bd43d23ec60b8a143d8d0c01f3bbc
parent4971111dced68a17c72e18ee8565602bc8cdc6da (diff)
downloadkde4-decoration-skulpture-2bffa7fbf94b0f7e58320c5897bcd03375537794.zip
kde4-decoration-skulpture-2bffa7fbf94b0f7e58320c5897bcd03375537794.tar.gz
- added descriptions
- still missing BR's Changed files: kde4-decoration-skulpture.spec -> 1.2
-rw-r--r--kde4-decoration-skulpture.spec21
1 files changed, 13 insertions, 8 deletions
diff --git a/kde4-decoration-skulpture.spec b/kde4-decoration-skulpture.spec
index 6597495..296a4d2 100644
--- a/kde4-decoration-skulpture.spec
+++ b/kde4-decoration-skulpture.spec
@@ -2,7 +2,7 @@ Summary: KDE4 minimalistic window decoration
Summary(pl.UTF-8): Minimalistyczna dekoracja okien dla KDE4
Name: kde4-decoration-skulpture
Version: 0.2.2.4
-Release: 0.1
+Release: 0.9
License: GPL
Group: X11/Amusements
Source0: http://skulpture.maxiom.de/releases/skulpture-%{version}.tar.bz2
@@ -10,28 +10,33 @@ Source0: http://skulpture.maxiom.de/releases/skulpture-%{version}.tar.bz2
URL: http://skulpture.maxiom.de/
BuildRequires: automoc4
BuildRequires: cmake
-BuildRequires: gettext-devel
-BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.129
BuildRequires: sed >= 4.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
+Skulpture, high configurable GUI style addon for KDE4, features
+classical, three-dimensional artwork, along with other features not
+found in other styles.
%description -l pl.UTF-8
+Skulpture (ang. scultpure, rzeźba), dodatkowy styl dla KDE4, cechuje
+się zarówno wyglądem klasycznym jak i trójwymiarowym. Ponadto zawiera
+inne właściwości niespotykane w innych dekoracjach, jak na przykład
+wysoka konfigurowalność.
%prep
%setup -q -n skulpture-%{version}
%build
%cmake \
- -DCMAKE_INSTALL_PREFIX=%{_prefix} \
- -DLIB_INSTALL_DIR=%{_libdir} \
- -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+ -DLIB_INSTALL_DIR=%{_libdir} \
+ -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
%if "%{_lib}" == "lib64"
- -DLIB_SUFFIX=64 \
+ -DLIB_SUFFIX=64 \
%endif
- .
+ .
%{__make}