|
@@ -1,16 +1,17 @@
|
|
Name: attica
|
|
Name: attica
|
|
Summary: Implementation of the Open Collaboration Services API
|
|
Summary: Implementation of the Open Collaboration Services API
|
|
-Version: 0.1.4
|
|
+Summary(ja): Open Collaboration Services API の一実装
|
|
-Release: 2%{?_dist_release}
|
|
+Version: 0.2.0
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
URL: http://www.kde.org
|
|
URL: http://www.kde.org
|
|
-Source0: ftp://ftp.kde.org/pub/kde/stable/attica/attica-%{version}.tar.bz2
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
+Source0: ftp://ftp.kde.org/pub/kde/stable/attica/attica-%{version}.tar.bz2
|
|
## upstreamable patches
|
|
## upstreamable patches
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
BuildRequires: qt4-devel
|
|
BuildRequires: qt4-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
@@ -22,6 +23,7 @@ API version 1.4.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
|
|
+Summary(ja): %{name} の開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
@@ -57,6 +59,7 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
%post -p /sbin/ldconfig
|
|
|
|
+
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
@@ -73,6 +76,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added Japanese summary
|
|
|
|
+
|
|
* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.4-2
|
|
* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.4-2
|
|
- rebuilt with rpm-4.8.1
|
|
- rebuilt with rpm-4.8.1
|
|
|
|
|