summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpawelz2010-02-03 23:37:24 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit19dce5b6d7863507574385aa2e9f9361d346b72d (patch)
tree387909113a2d88a21f4c842ebf75255c35cfb8df
parentf7390ee6c7457f14a958ec242c82b9855f1d7ad9 (diff)
downloadincollector-19dce5b6d7863507574385aa2e9f9361d346b72d.zip
incollector-19dce5b6d7863507574385aa2e9f9361d346b72d.tar.gz
- fixed belarussian locale (s/be-latin/be@latin/)auto/th/incollector-1_0-2
- unified preamble - rel 2 Changed files: incollector.spec -> 1.8
-rw-r--r--incollector.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/incollector.spec b/incollector.spec
index 5e52e57..3abf1b2 100644
--- a/incollector.spec
+++ b/incollector.spec
@@ -2,12 +2,13 @@ Summary: Information collector
Summary(pl.UTF-8): Program do zbierania informacji
Name: incollector
Version: 1.0
-Release: 1
+Release: 2
License: GPL v2
Group: X11/Applications
Source0: http://www.incollector.devnull.pl/download/sources/%{name}-%{version}.tar.gz
# Source0-md5: da510a279ebb5e8ebf9dbdcb2fc1cf18
#Source1: %{name}.desktop
+Patch0: %{name}-locale.patch
URL: http://www.incollector.devnull.pl/
BuildRequires: autoconf
BuildRequires: automake
@@ -15,10 +16,10 @@ BuildRequires: dotnet-gtk-sharp2-devel
BuildRequires: mono-csharp
BuildRequires: perl-base
BuildRequires: pkgconfig
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Requires: mono >= 1.2
Requires: dotnet-gtk-sharp2 >= 2.8
+Requires: mono >= 1.2
Requires: mono-csharp >= 1.2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Application to collect various kind of Information (like notes,
@@ -37,6 +38,11 @@ przeglądać wpisy.
%{__perl} -pi -e 's#> Engine/Defines.cs \\#> Engine/Defines.cs#' src/Makefile.am
%{__perl} -pi -e "s/lib/%{_lib}/" script.in
+# fix belarussian locale
+%patch0 -p1
+mv po/be{-,@}latin.po
+mv po/be{-,@}latin.gmo
+
%build
%{__aclocal}
%{__autoconf}